/* Container zum Zentrieren */
	html {
	height: 100%;
		}
	
	body {
		margin:20px;
		padding:0;
		font:100.01% sans-serif;
		color: #ffffff;
		background: #a4a4a4 url(../img/bg.gif) repeat-y center;
		}

/* Container zum Zentrieren */
	#container {
		width: 940px;
		margin: auto;
	}

/* Headerlayer */		
	#header {
		margin:0;
		padding:0;
		background: #ffffff url(../img/header.gif);
		height: 184px;
		width: 940px;
		}

/* Hintergrundfarbe f�r den Content + Hintergrund der linken Spalte */
	#main {
		margin:0; padding:0;
		background:transparent top left repeat-y;
		}
		
	/* Hides from IE5-mac \*/
	* html #main1 {height: 1%;}
	/* End hide from IE5-mac */		
	
/* Hintergrundgrafik, Breite etc. der linken Spalte */		
	#menu {
		width:940px;
		height: 30px;
		margin:0;
		padding:0;
		background:#505050 top right no-repeat;
		}

	#menu2 {
		width:940px;
		height: 25px;
		margin:0;
		padding:0;
		background:#505050 top right no-repeat;
		}
		
		
/* Contentspalte mit transparenten Hintergrund */		
	#middle {
		margin: 0;
		background: transparent url(../img/road.jpg);
		font-size:.9em;
		height: 254px;
		width: 940px;
		}

/* Fusszeile */		
	#main2 {
		background: #a4a4a4;
      		width: 940px;
	}
			
/* Inhaltslayer (STANDARD) */
	.menu-in {
		margin:0;
		padding-top: 0px;
		}		
		
	.middle-in {
		margin:0;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 80px;
		padding-right: 50px;
		}
		
	.main2-in {
		margin: 20px;
		padding-top: 0;
		}
		
		
.box {
	float: left;
	height: 115px;
	width: 295px;
	background: #457bbf;
	margin-bottom: 10px;
	font-size: 10px;
}
.box-in {
	margin: 5px;
}


.textbox {
	float: right;
	background: transparent;
	width: 550px;

}
.textbox-in {
	margin-left: 100px;
	margin-right: 20px;
}

		
/* Säuberungslayer */		
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}


/* Standard html-Element */		
	h1,h2,h3,h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	
	h1 {font-size: 1.2em;}
	h2 {font-size: 1.3em;}

a {
	text-decoration: none;
	color: #ffffff;
}	
	
/* Navigation - HAUPTMENUE*/

.menu1-lv1-no {
	float: left;
	display: block;
	height: 30px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
}

.menu1-lv1-act {
	float: left;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right: 1px solid #ffffff;
	height: 30px;
	text-transform: uppercase;
}

.menu2-lv1-no  {
	float: right;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
	border-left: 1px solid #ffffff;
	height: 25px;
}

.menu2-lv1-act {
	float: right;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px 0 10px;
	margin: 0;
	border-left: 1px solid #ffffff;
	height: 25px;
}



/* Formular-Elemente */	

FORM {
	text-decoration: none;
	color: #ffffff;
}

INPUT {
	background: #c4c4c4;
	border: none;
	padding: 2px;
}


TEXTAREA {
	background: #c4c4c4;
	border: none;
	padding: 2px;
}


/* Login-Box */

.login-box {
	padding: 10px;
}