/*Rahmen*/
html, body {
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	height: 100%;
}
body {
	background-color: #AAA5A1;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(/standards/bilder/wall.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#wrap {
	padding: 0;
	width: 1000px;
	text-align: left;
	margin: auto;
	min-height: 100%;
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
	/*background-image: url(/standards/bilder/wall.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
}
#head {
	width:941px;
	height: 78px;
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-top: 10px solid #FFFFFF;
}
#main {
	width: 940px;
	margin-left: 30px;
	padding:0px;
}
#navi {
	width: 940px;
	padding: 0px;
	margin: 0px;
	height: 40px;
	background-color: #5E5D59;
}
#content {
	width: 940px;
	padding: 0px;
	margin: 0px;
	/* background-color: #5E5D59; */
}
/*Contentboxen*/
.bigbox_links {
	width: 470px;
	height: 350px;
	float: left;
	background-color: #A4A19E;
}
.bigbox_rechts_oben {
	width: 470px;
	height: 190px;
	float: left;
	background-color: #A4A19E;
}
.bigbox_rechts_unten {
	width: 470px;
	height: 160px;
	float: left;
	background-color: #A4A19E;
}
.bigbox_rechts {
	width: 470px;
	height: 350px;
	float: left;
	background-color: #A4A19E;
}
.bigbox_head {
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.bigbox_head_20 {
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.box_unten_links {
	width: 470px;
	min-height: 15px;
	float: left;
	text-align:right;
}
.box_unten_rechts {
	width: 470px;
	min-height: 15px;
	float: left;
	text-align:left;
}
p.bigbox_text {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
p.box_text {
	margin: 15px 10px 0px 30px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
p.box_text_grau {
	margin: 15px 10px 0px 30px;
	font-size: 11px;
	line-height: 16px;
	color: #A3A19D;
}
p.box_rubrik {
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight:bold;
}

/*Schriften*/
.blackKlein {
	color: #000000;
	font-size:		10px;
	line-height:	10px;
}
.referenz_lupe {
	color: #7F7F7F;
	font-weight: bold;
	font-size:		10px;
	line-height:	12px;
	background-color: #FFFFFF;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:	18px;
	color:			#333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:	18px;
	color:			#333333;
	font-weight:	bold;
}
ul { margin-left: 0px; padding: 0px;}
li { 
	margin-left:	16px;
	margin-top:		4px;
	padding-left: 	0px;
	color: 			#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:	18px;
	color:			#333;
}

/* Links */

a:link 		{font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:16px; color: #000000; text-decoration: none}
a:visited 	{font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:16px; color: #000000; text-decoration: none}
a:active 	{font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:16px; color: #000000; text-decoration: none}
a:hover 	{font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:16px; color: #000000; text-decoration: underline}

