body {
	margin:0;	
	padding:0px;
	color:#000000;
	background-color:#fff9e3;
	font-family: Arial, Verdana, Sans-Serif;
	width:100%; 
	height:100%;			
	font-size:12px;
	text-align: left;
}

a {
	text-decoration:none;
	color:#2b477f;
}

a:hover {
	text-decoration:underline;
	color:#2b477f;
}

h1{
	font-weight:bold;
	
	font-size:16px;
	text-align: left;
	padding:0px;
	margin:0 0 12px 0;		
}


p {
	margin:0;
	padding:0;
	width:750px;
}

.artikelBox {
	border:solid black 1px;
	padding:5px;	
}

.alert {
	font-weight:bold;
	color:red;
}


.innerTable {	
	border-collapse:collapse;
}

.innerTable th {	
	font-weight:bold;	
	border-width: 2px; 
	border-style: solid; 
	border-color: #fff9e3;
	background-color: #c7d2d4;
	border-top-style:none;	
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	text-align: left;	
	color:#2b477f;
}

.innerTable td {
	border-width: 2px; 
	border-style: solid; 
	border-color: #c7d2d4; 
	
	padding:3px;
	
	vertical-align:top;
	font-size:14px;
	text-align: left;
	
}

#flyoutContainer {
	width:246px;
	height:150px;
	overflow:auto;
	display:none;
	background-color:white;
	position:absolute;
	left:500px;
	top:0px;
	padding:5px;
	border:solid 1px black;
}
#header {
	margin:0px 0 0 0px;
	width:100%;
	/*height:120px;*/
	

	background-image:url(http://www.mgfa.de/images/bg_interim.gif);
	background-repeat:no-repeat;
	/*background-color:#2b477f;*/
	position:absolute;
	left:0px;
	top:0px;
}
#mainMenu {
	margin:0px 0 0 0px;
	width:100%;
	height:24px;
	background-color:#c7d2d4;
	position:absolute;
	left:0px;
	top:150px;
	color:#2b477f;	
	font-size: 11px;	
}

#mainMenu a {
	font-size: 11px;
	color:#2b477f;
}

#mainMenu a:hover {
	font-size: 11px;
	color:#2b477f;
	color:#000000;	
}


#mainMenu a.active {
	text-decoration:none;
	color:#000000;
}

#contentArea {
	margin:200px 0 0 24px;
}

#anfrageform td {
	vertical-align:top;
	font-size:80%;
	text-align:left;
}

#anfrageform td.label {
	width:150px;
}

#anfrageform hr {
	height:1px;
	color:#848484;
	background-color:#848484;		
	border:none;
}

.part1 input {
	width:600px;
}

.part1 input.short {
	width:200px;
}

.part1 input.radio {
	width:15px;
}

.submitBtn {
	background-color:#f0f0f0;
}
.jahresZahl  {
	color:#a6a696;
	font-size:12px;
	font-weight:bold;
	
}
.hinweisText {
	width:400px;
	margin:5px 0 5px 12px;
	display:none;
}




