html {
	height: 100%;
}
body {
	background: #C7DBDC;
	font: 11px; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* Zentrierung im Internet Explorer */
	height:100%;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #BE0E0E;
	margin-top: 2px;
	margin-bottom: 2px;
}
h2 {
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3D5E60;
	margin-top: 2px;
	margin-bottom: 2px;
}
hr {
	border-top: 1px dashed #83B1B4;
	border-bottom: 1px none;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
}
.txt, .txtsmall{
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.txt_red{
	color: #BE0E0E;
}
.txtsmall{
	font-size: 11px;
}
a:link, a:hover, a:visited, a:active {
	font: normal Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:hover, a:visited {
	color: #666666;
	text-decoration: underline;
}
a.menuon, a.menuon:link, a.menuon:visited, a.menuon:hover, a.menuon:active {
	font: bold 12px Arial, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #88B5FF;
	text-decoration: none;
	display: block;
	border-bottom:  1px dashed white;
	line-height: 28px;
}
a.menu, a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	font: bold 12px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	display: block;
	border-bottom:  1px dashed white;
	line-height: 28px;
}
a.menu:hover {
	color: #88B5FF;
}
a.menu:active {
	color: #88B5FF;
}
div#main {
	height: auto;
	min-height: 100%;
	
	background: white ;
	background-image:url(img/bg_shadow_rechts.jpg); 
	background-repeat: repeat-y; 
	background-position: right;
	text-align: left;  /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;  /* standardkonforme horizontale Zentrierung */
	width: 740px; /* inklusive padding 760px*/
	padding: 0px 0px 0px 0px;
	overflow: visible;
	/*border: 1px solid salmon;*/
}
div#menu {
	text-align: right;  /* Seiteninhalt wieder links ausrichten */
	width: 170px;
	margin: 135px 0px auto 55px; /* oben, rechts,unten,links */
	padding: 0px 0px 0px 0px;
	border: 1px black;
}
div#topmenu {
	margin: 15px 45px 20px 20px; /* oben, rechts,unten,links */
	/*border: 1px dashed silver;*/
}
div#content {
	margin: 295px 45px 40px 20px; /* oben, rechts,unten,links */
	/*border: 1px dashed silver;*/
	background: white;
	overflow: visible;
	line-height: 1.5em;
}

div#bottom{
	border-top: 1px dashed #83B1B4;
	margin: auto 45px 10px 45px;
	height:25px;
}
.inputfield{
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 12px;
	width:150px;
	border: 1px dashed #83B1B4;
}
.button{
	font: normal 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #333333;
	height: 20px;
	width:120px;
}
