/* 	
**	GLOBAL
*/

html, body {
	padding: 0;
	margin: 0;
	height: 100%; /* FOR FLASH FULLSCREEN VERSION */
}

/* FOR FLASH FULLSCREEN VERSION */
/* hide from ie on mac */
html { 
  	height: 100%;
  	overflow: auto;
}
/* end hide */

body {
	background-color: #FFFFFF;
	background: url("../img/html/html_background_verlauf.jpg") repeat-x;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#666666;
}

h1 {
	font-size: 24px;
	color: #1489ff;
}

a { 
	text-decoration: none;
}

.link_active { 
	color:#1489ff; 
	text-decoration: none;
}

/* 	
**	ZENTRIERUNG
*/


#main {
	width: 900px;
	margin: auto;
}

#container {
	position: relative;
	margin: 20px 0px 0px 0px;
	width: 900px;
}

/* 	
**	HEADER PIC
*/

#head_bild {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 380px;
}

#trenner {
	background-color:#FFFFFF;
	width: 900px;
	height: 0px;
}

/* 	
**	CONTENT
*/

#content {
	padding: 40px 40px 40px 40px;
	margin: -20px 0px 0px 0px;
	line-height: 20px;
	background-color:#FFFFFF;
	background-image: url(../img/html_hinweis_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#textbox {
	margin: 0px 0px 0px 0px;
	text-align:left;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#textbox a {
	color: #1489ff;
}

#textbox img{
	/* border: 5px solid #e1e1e1; */
}


#footer {
	color: #666666;
	margin: 0px 10px 0px 10px;
	height: 40px;
}

#footer a {
	text-decoration:none;
	color: #666666;
}

#footer a:hover {
	color: #1489ff;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
}

/* 	
**	FOR FLASH FULLSCREEN VERSION
*/

#flashcontent {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	height: 100%;
  	width:  100%;	
}


