/* CSS Document */

/* Haupteinstelllungen */
html, body {
        margin: 0;
        padding: 0;
        width: 100%;
		margin-top: 20px;
      }

body {
        text-align: center;
        background-color: #FFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.75em; /*11px;*/
		color: #000;
      }

body a {
	color:#5674A6;
	text-decoration: none;
       }
       
body a:hover {
	color:#5674A6;
	text-decoration: underline;
	  }

*{
	margin: 0px;
	padding:0px;
		}

/* Mainframe, Layout */

#header {
	position: relative;
    height: 80px;
	background-color: #FFFFFF;
	border: 5px solid black;
      }
	  
#header2 {
	position: relative;
    height: 265px;
	background-color: #5674A6;
	background-image: url(header7.jpg);
	border-left: 5px solid #555555;
	border-right: 5px solid #555555;
      }
	  
.header3 {
	position: relative;
    height: 10px;
	line-height: 0px;
	background-color: #222222;
	border-left: 5px solid black;
	border-right: 5px solid black;
      }

#header4 {
	position: relative;
    height: 265px;
	background-color: #5674A6;
	background-image: url(header5.jpg);
	border-left: 5px solid #555555;
	border-right: 5px solid #555555;
      }

      
#header, #header2, .header3, #header4, #outer, #footer {
        margin: 0 auto;
        width: 900px;
        text-align: left;
      }
	  
#headertext {
		position: absolute;
		left: 50%;
		top: 30%;
		margin-left: -50%;
		padding-left: 50px;; 
		color: white;
		font: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16pt;
		#font-weight: bold;
		line-height: 30pt;
		-moz-opacity:0.9;
		filter:alpha(opacity=90);
		}
		
.tfett {
	font-size: 19pt;
	font-weight: bold;
}
      

#outer {
    background-color: #EEE;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
	border-left: 5px solid #555555;
	border-right: 5px solid #555555;
	background-image: url(bg_content.gif);
    background-repeat:repeat-y;
      }

#left {
  	margin: 0;
	float: left;
	width: 240px;
	min-height:300px;
	line-height: 14pt;
	color:#333333;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
	padding: 15px;
		  }

#content {
  	float: left;
	width: 550px;
	padding: 15px;
	min-height:300px;
	line-height: 14pt;
	color:#333333;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
	      }

/** html #content { /*star hack voor IE */
	/*height : 1%;
	  }*/

#form {
  	float: left;
	width: 550px;
	min-height:300px;
	line-height: 14pt;
	color:#333333;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
	      }

/** html #content { /*star hack voor IE */
	/*height : 1%;
	  }*/
	  
	  
	
/* Darstellung von Inhalten */
	
#content p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	}
	
.error {
	background-color: red;
	color: white;
	line-height: 20px;
	}
.no_error {
	background-color: green;
	color: white;
	line-height: 20px;
	}
.errorlist {
	color: red;
	}
	
#footer {
	color: #999;
	font-size: smaller;
	height: 30px;
	line-height: 30px;
	text-align: right;
	}

#footer p {
	margin: 0px 10px;
	}

#footer a {
	color:#999;
	text-decoration: none;
       }
       
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
	  }

ul {
	list-style-position: outside;
	margin: 10px 0px 10px 20px;
	}

h1 {
	font-size: 15px;
	font-weight:bold;
	padding-bottom: 5px;
	}

h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 20px 0px 0px 0px;
	}
	
table {
	font-size: 10px;
	color: #777;
	}	
table td {
	height: 30px;
	}

