﻿
/***************************** USUAL CSS ******************************************/
body{
	background-color:#DADACD;
	padding:0px;	
	margin:0px;
	background-image:url(../img/back.gif);
	background-repeat:repeat-x;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight:  normal;
	color:#666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-bottom:-10px;
}

td, p{

	background-image:none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight:  normal;
	color:#666666;
	line-height:15px;
}
#menu{
	margin-left:40px; 
	margin-top:35px;
	width:450px;
	height:45px;
	
	/*margin-top:80px;*/
}
#submenu{
	margin-left:40px; 
	margin-top:43px;
	width:400px;
	height:45px;
	
	/*margin-top:10px;*/
}
#impress{
	width:500px; 
	text-align:right; 
	height:40px; 
	margin-top:20px;

}

#impressionen{
	left:465px;
	top:0px;
	z-index:10;
	position:absolute;
}
#page{
	position:absolute;
	background-color:#FFFFFF;

	width:500px;
	z-index:12;
	margin-left:95px;
	top:160px;
	
	min-height:650px;
	height:auto !important;  /* für moderne Browser */
	height:650px;  /*für den IE */
}
#content{
	margin:45px;
	margin-top:33px;

}
/******** normaler link **************************/
a, a:link, a:visited, a:hover, a:active, a:focus  { 
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight:  normal;
	font-variant: normal;	
	text-decoration:none;
	padding:0px;	
	margin:0px;	
	color:#AD460E;
}
a:hover, a:active,a:focus  { 
	color:#666666;
}
ul{
	list-style-image: url(../img/dot.gif);
}
li{}