/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html {  
	overflow: -moz-scrollbars-vertical; 
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ffffff;
	background-image:url(../_img/top_grau.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#666666;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:912px;
	background:#ffffff;
	background-image:url(../_img/schatten.png);
	background-position:top;
	background-repeat:no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	margin:0;
	height:266px;
}

.tbl_header {
	padding:0 0 0 80px;
}


/*
=================================================
CONTENT
=================================================
*/


div#content {
	padding:0; /* bottom padding for footer */
}

.tbl_content {
	padding:0 0 0 80px;
}

.text_inhalt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	text-decoration:none;
}

.text_inhalt a:link {
	color:#1a8194;
	text-decoration:none;
}


.text_inhalt a:visited {
	color:#1a8194;
	text-decoration:none;

}

.text_inhalt a:hover {
	color:#ff0000;
	text-decoration:none;

}


/*
-------------------------------------------------
MENU
-------------------------------------------------
*/

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
	color:#ff0000;
}

a.menu:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
}

a.menu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
}

a.menu:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
}

a.menu:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
}


/*
=================================================
FOOTER
=================================================
*/


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	/*background-image:url(../_img/bottom_grau.gif);
	background-repeat:no-repeat;*/
}

div#footer table {
	padding:0em 0em 0em 0px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight:800;*/
	line-height: 11px;
	color:#999999;
}

div#footer table a:link {
	color:#999999;
	text-decoration:none;
}

div#footer table a:visited {
	color:#999999;
	text-decoration:none;
}

div#footer table a:hover {
	color:#ff0000;
	text-decoration:none;
}