/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
body { 
	background-color: #FFF; 
	font-size: 16px;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	padding:0; 
}
a { 
	color:#000000; 
	text-decoration:none; 
	font-weight:bold;
}
a:hover { 
	color: #999999; 
	text-decoration:none; 
	font-weight: bold;
}

h1 {
	font-size:1.2em;
	font-weight: bold;
	color: #D62F41;
	margin-bottom: 0.7em;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #666666;
}
p {
	margin-bottom: 0.9em;
}
img { 
	border:0; 
	padding:0;
}
ul {
margin-left: 5em;
}
li {

}
hr {
margin: 0 0 10px 0;
color: #D62F41;
background-color: #D62F41;
height:1px;
border:none;
}
#container { 
	width:1050px; 
	margin: 0px auto; 
	font-size:0.8em; 
	background-color: #FFF;
	color:#000000;
}

#header {
	width:1050px; 
	height:149px;
}

#content {
	width: 1050px;
	background: transparent url(../images/content_bg.gif) repeat-y;
}
/*#content .contentimg {
	position: relative;
	text-align: center;
	width: 670px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d9d9da;
	margin-bottom: 15px;
}*/

#leftcol { 
	width:248px; 
	float:left;
	margin-left: 19px;
	min-height: 415px;
}
* html #leftcol {
	height: 415px;
}

#content_img {
	width: 225px;
	height: 149px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 11px;
	margin-right: 11px;
}
#navtrenner { 
	border-top: 6px solid #D9DADB;
	margin-bottom: 25px;
}
#nav  {
padding: 0 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	list-style:none;
	list-style-image: none;
	font-size: 1em;
	text-align:left;
	line-height: 1.4em;
	margin-bottom: 0.3em;
}
#nav ul ul {
	margin-left: 15px;
}
#nav ul ul li  { 	
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 3px 0;
}
#nav ul li a {
	display: block;
	color:#000; 
	font-weight:bold; 
	text-decoration:none;
	padding-left: 5px;
}
/*#nav ul li a:hover, #nav ul li a.activ { 
	background: url(../images/button_bg.gif) 0 0 repeat-x;
}*/
#nav ul li a:hover, #nav ul li a.activ { 
	color: #D73042;
}
#nav ul ul li a {
	display: block;
	font-weight: normal; 
	text-decoration:none;
	padding-top: 0px;
	color:#000; 
	border-left: 3px solid transparent;
}
#nav ul ul li a:hover, #nav ul ul li a.activ { 
	border-left: 3px solid #000;
	color: #D62F41;
}

#main { 
	color:#000000; 
	float:right; 
	width: 697px;
	margin-right: 50px; 
	padding-top: 25px;
}


#footer { 
	font-size: 0.75em;
	width: 1050px;
	height: 50px;
	line-height: 30px;
	background: url(../images/footer.gif) no-repeat;
}
#footer p {
	text-align: center;
	width:759px;
	float:right;
	text-align: center;
}
.clear { 
	clear:both ; 
	font-size:1px;
	line-height: 1px;
}
.unterst {
	text-decoration: underline;
}
.imgdesc {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 0.8em;
	font-style:italic;
}
.top {
	text-align: center;
	margin-top: 15px;
}
