* {margin:0; padding:0; border: 0 none transparent; text-align: left;}

html, body { 	background-image: url(../imgs/back_main.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #F6F5F6;
		text-align: center; 
		height: 100%;
	  }

h1 {font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight:bold; color:#1D0000; margin-top: 0; margin-bottom:9px;}
h2 {font-family: Helvetica, Arial, sans-serif; font-size: 14pt; font-weight:bold; color:#1D0000; margin-top: 0; margin-bottom:12px;}

p.einrueck { margin-top: 0px; margin-bottom: 10px; padding-left: 16px; width: 430px; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; color: #1D0000; font-weight: normal; }

#main {
	border-top: 1px solid #1d0000;
	border-left: 1px solid #1d0000;
	border-right: 1px solid #1d0000;
	margin: 20px auto 0 auto;
	width: 780px;
	background-color: #ffffff;
	min-height: 100%;
	}

* html #main
{
height: 100%; /* Der IE kennt kein min-height, benutzt aber height wie min-height (eigentlich falsch) */
}

#menu {
	width: 780px;
	height: 26px;
	background-image: url(../imgs/back_menue.gif);
	background-repeat: repeat-x;
	}
	
#headerpic {
	position: absolute;
	width: 222px;
	height: 26px;
	margin-left: 29px;
	margin-top: 9px;
	}
	
#header {
	width: 514px;
	height: 58px;
	padding: 42px 0 0 266px;
	background-color: #D5D3D9;
	background-image: url(../imgs/logo_kemper.jpg);
	background-repeat: no-repeat;
	background-position: 636px 10px;
	}
	
#kurzinfo {
	display: inline;
	float: left;
	width: 214px;
	margin: 40px 0 40px 30px;
	padding: 4px;
	background-color: #F6F5F6;
	border-top: 1px solid #413C40;
	border-bottom: 1px solid #413C40;
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; color: #1D0000; font-weight: normal;
	vertical-align: top;
		}	
#kurzinfo a:link {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: underline; }
#kurzinfo a:visited {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: underline; }
#kurzinfo a:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: none;}
#kurzinfo a:active {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: none;}		

#inhalt {
	float: left;
	width: 464px;
	margin: 40px 0 40px 20px;
	padding: 4px 8px 4px 8px;
	background-color: #F6F5F6;
	border-top: 1px solid #413C40;
	border-bottom: 1px solid #413C40;
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; color: #1D0000; font-weight: normal;
	vertical-align: top;
	}
#inhalt a:link {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; font-weight: normal; color: #1D0000; text-decoration: underline; }
#inhalt a:visited {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; font-weight: normal; color: #1D0000; text-decoration: underline; }
#inhalt a:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; font-weight: normal; color: #1D0000; text-decoration: none;}
#inhalt a:active {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10pt; font-weight: normal; color: #1D0000; text-decoration: none;}
	
#fuss { 
	clear: both;
	margin-bottom: 40px;
	text-align: center; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; color: #1D0000; font-weight: normal; }
#fuss a:link {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; text-decoration: none; color: #1D0000; }
#fuss a:visited {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; text-decoration: none; color: #1D0000; }
#fuss a:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: underline; }
#fuss a:active {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 8pt; font-weight: normal; color: #1D0000; text-decoration: underline; }

input, textarea, select {
	width: 200px;
	background-color: #FAE5E5;
	border: 1px solid #6E6A6E;
	font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; font-style: normal; color: #220000;
	}

fieldset {margin: 15px 10px 10px 10px; padding:10px 10px 15px 0px; border:1px solid #6E6A6E; position:relative;}
legend {border:1px solid #6E6A6E; margin-left: 20px; padding:2px 20px;}
label.left {margin:5px 0px 0px 60px; width:150px; text-align:left; position:absolute; float:left;}
input.right {margin:5px 5px 0px 200px; width:200px; font-weight:normal; font-size:9px; padding:1px 0px 1px 3px;}
textarea.right {margin:5px 0 0 196px; width:200px; font-weight:normal; font-size:10px; padding:1px 0 1px 3px;}