/* CSS Document http://www.rolfundbernd.de/ */

* {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	
	background: #3E0000 url(../images/bodyBackground.png) 0 123px repeat-x;

	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

img { border: none; }

ul, li {
	margin-left:10px;

	/* font */
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	color:#3A3D2C;	
}


a, a:link a:visited {
	font-weight:bold;
	color:#466BDA;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#wrapper {
	margin:0px auto;
	width:860px;
}

#content {
	padding:0 20px;
	width:570px;
	
	float:left;
	
	background:#fff url(../images/contentBackground.png) bottom repeat-x;
}

#content h1 a {
	margin:0px 0 15px 0;
	width:550px;
	height:108px;
	display:block;

	background:url(../images/logo.png) bottom center no-repeat;
	
}

#content h1, #content h2, #content h3, #content h4 {
	color: #2D0000;
}

#content h1 { font-size:18px; }
#content h2 { font-size:16px; }
#content h3 { font-size:14px; }
#content h4 { font-size:12px; }

#content p {
	margin:5px 0px 10px 0px;

	font-size:12px;
}


#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	
	clear: both;
}
#footer p {
	font-size: 11px;
	color: #312316;
	text-align: center;
}

#sideMenu {
	margin:20px 0 20px 610px;
	width:230px;
	height:290px;

	position:absolute;
	top:100px;

	list-style:none;
}

#sideMenu a {

	padding-left:40px;
	height:39px;
	display:block;
	
	border-top:1px solid #2D0000; 
	border-bottom:1px solid #6C0000;
	
	font-size:12px;
	font-weight:bold;
	color:#AF7474;
	line-height:39px;
	letter-spacing:2px; 
	text-decoration:none;
}

#sideMenu a.topLink {
	border-top:0px solid #2D0000; 
}

#sideMenu a.bottomLink {
	border-bottom:0px solid #6C0000;
}


#banner {
	margin-bottom:20px;
	width:570px;
	height:330px;
}

#bannerPanelMask {
	/* box definitions */
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:570px;
	height:330px;
	overflow:hidden;
	
	/* position */

	
	/* border */
	border-bottom:1px solid #454B57;
	border-top:1px solid #1D1C21;
}

#bannerPanel {
	/* position */
	position:absolute;

}

#bannerPanel img {
	/* box definitions */
	display:block;

	/* position */
	position:absolute;
	float:left;
	
	/* border */
	border:none;
}
	
/* =side
================================================  */
.side {
	position:absolute;
	width:235px;
	top:460px;
	margin-left:610px;
}
#content .side h3 {font-size: 1.6em; font-weight: normal; color: #CAA2A2; border-bottom: 1px solid #CAA2A2; margin-bottom: 20px;}
#content .side h4 {font-size: 1.1em; color: #CAA2A2;}
#content .side p {font-size: 1.1em; color: #CAA2A2;}
.side a:link, .side a:visited {color: #CAA2A2;}
.heads a { width: 50px; height: 50px; }
.heads a img {width: 50px; height: 50px; border: 1px solid #CAA2A2; border-color: #CAA2A2 #171108 #171108 #CAA2A2; margin: 0 23px 23px 0;}
.heads a:hover img {border-color: #6C0000 #2D0000 #2D0000 #6C0000;}



