/* ### [ Header etc. ] ###################################################################### */

* {
	border:none;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
}



html, body {
	background:#DFDFDF;
	font-size:100.01%;
	text-align:center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#aussen {
	width:792px;
	margin: 0 auto;
	background:3F3F3F;
}

#header {
	width:792px;
	height:114px;
	background:#fff url(../gfx/header.jpg) no-repeat;
}

#main {
	width:792px;
	float: left;
	height:435px;
	background:#3F3F3F url(../gfx/bg_dgrau.gif);
	text-align: center;
}

#inhalt {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

/* Für IE */
* html #inhalt {
	margin-left: 25px;
	margin-right: 25px;
}

#links {
	float: left;
	width: 335px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 43px;
	margin-right: 12px;
	text-align: justify;
}

/* Für IE */
* html #links {
	margin-left: 25px;
	width: 330px;
}

#rechts {
	float: left;
	width: 335px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 13px;
	margin-right: 40px;
	text-align: justify;
}

/* Für IE */
* html #rechts {
	margin-right: 25px;
	width: 330px;
}

.head {
	font-size: 24px;
	color: #3F3F3F;
	text-decoration: none;
	font-style: italic;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
}

#footer {
	clear: left;
	float: left;
	height:41px;
	background:#fff url(../gfx/footer.gif) no-repeat;
}

#nav {
	float: left;
	width: 792px;
	margin-top: 11px;
	font-size: 14px;
	font-weight: bold;
	color: #FFE500;
	text-decoration: none;
	text-align: center;
}

a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFE500;
	text-decoration: none;
}

a:visited, a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFE500;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #DFDFDF;
	text-decoration: none;
}

a.text:active {
	font-size: 12px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
}

a.text:visited, a.text:link {
	font-size: 12px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
}

a.text:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFE500;
	text-decoration: underline;
}

input       {
	background-color: #DFDFDF;
	border : 1px solid #FFE500;
}  

input.checkbox       {
	background-image : none;
	background-color: #BFBFBF;
	text-decoration : none;
	border : 1px solid #FFE500;
}  

input.send  {
	background-color: #FFE500;
	border : 2px solid #DFDFDF;
	font-weight: bold;
}

textarea    {
	background-color: #DFDFDF;
	border : 1px solid #FFE500;
}

select    {
	background-color: #DFDFDF;
	border : 1px solid #FFE500;
}

