body {
	background-image: url(img/rif_bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.shad_r {
	background-image: url(img/right.gif);
	background-repeat: repeat;
}

.shad_u {
	background-image: url(img/unten.gif);
	background-repeat: repeat;
}

.shad_l {
	background-image: url(img/left.gif);
	background-repeat: repeat;
}

.img_border {
	border: 1px solid #FF9900;
}
.menu_bg {
	background-color: #FF9900;
}
.content_bg {
	background-color: #564943;
	background-image: url(img/bild-titelseite.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.con_txt{
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	/*
	width: 180px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-size: 90%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	*/
	border-bottom: 10px solid #2B2421;
	width: 199px;
	padding: 0;
	
	
	background-color: #FF9900;
	color: #333;
}

* html #blueblock{ /*IE 6 only */
	w\idth: 199px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
	
}

#blueblock li {
	border-top: 1px solid #2B2421;
	margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #39302C;
	border-right: 10px solid #716058;
	background-color: #564943;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
	width: auto;
}

#blueblock li a:hover{
	border-left: 10px solid #955900;
	border-right: 10px solid #D58000;
	background-color: #B66D00;
	color: #fff;
}


#gg{

	padding: 0 0 0 0;

}
#gg li a{

	border-left: 20px solid #28221F;
	border-right: 10px solid #4F433D;
	background-color: #3C332F;
}
#gg li a:hover{

	border-left: 20px solid #955900;

}

