/* CSS Document */

@import 'nav.css';
@import 'csc.css';

body {
	background-color: #CCC;
	background-image: url(../img/site/bg_lehmann.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#page {

	text-align: left;
	margin: 00px auto 0px auto;
	padding-top: 10px;
	width: 780px;2
}

#header {

	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 300px;

}

#header_img {

	position: absolute;
	
	margin: 0px;
	width: auto;
	height: 300px;
	z-index: 1;
	
}

#header_logo {

	position: absolute;
	top: 25px;
	left: 15px;
	margin: 0px;
	width: auto;
	height: 300px;
	z-index: 1;
	
}

#header_top {

	position: relative;
	
	margin: 0px;
	width: auto;
	height: 300px;
	
	background-image: url(../img/site/header_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	
}

#page_content {

	margin-top: 30px;

}

#nav {

	float: left;
	width: 164px;

}

#nav_main {

	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 680px;
	border-left: 1px solid #FFF;
	z-index: 3;

}

#spacer {

	width: 100%;
	height: 50px;
	float: left;

}

#info {

	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E5E5E5;

}

#info a {

	text-decoration: none;
	color: #333;
	
}

#info a:hover {

	text-decoration: none;
	color: #666;
	
}

#info p {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 10px 0px;

}

#info table {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;

}

#info th {

	text-align: left;
	color: #FFF;
	background-color: #999999;

}

#content {

	float: right;
	width: 590px;

}

#content a {

	text-decoration: underline;
	color: #333;

}

#content a:hover {

	text-decoration: none;
	color: #000;

}


#content p {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	
	padding: 0px 0px 1.5em 0px;
	margin: 0px;

}

#content h1 {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	
	padding: 0px 0px 1.0em 0px;
	margin: 0px;

}

#content ul {

	padding: 0px 0px 1em 15px;
	margin: 0px;

}

#content ol {

	padding: 0px 0px 1em 25px;
	margin: 0px;

}

#content table {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#content li {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;

}

#footer {
	
	text-align: right;
	
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 2px 0px;
	
	width: auto;
	clear: both;
	
	background-image: url(../img/site/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

#headline {

	padding-bottom: 20px;

}

td.table_footer {

	border-bottom: 3px solid #CCC;
	background-image:url(../img/site/table_bottom.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	line-height: 0px;
	
}
