@charset "utf-8";

/*****************************
*	CLEAR					 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
	
/*****************************
*	SYSTEM TAGS				 */

body {
	background: white url("../../images/rahmen/hintergrund.gif") center 0 repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8125em;
	color: #1a1a1a;
}
	
img {
	float: left;
	display: inline;
	border: 0;
}
	
a {
	color: #99122a;
	font-weight: bold;
	text-decoration: none;
}
	
p {
	margin: 1em 0 1em 0;
}

ul {
	list-style: none outside;
	padding: 0;
	margin: 0.5em 0 2em 0;
}
	
ul li {
	background: url("../../images/sonstiges/list-img-rot.gif") no-repeat 0 4px;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

hr {
	width: 100%;
	clear: both;
	float: left;
	height: 1px;
	display: block;
	margin: 5px 0 5px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid #d3d3d3;
	background: #d3d3d3;
}

small {
	font-size: 10px;
	color: #99122a;
	line-height: 11px;
	display: block;
}

/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #99122a;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.025em;
}

h2 {
	font-size: 1.65em;
	font-weight: normal;
	color: #99122a;
	margin: 0.5em 0 0.5em 0;
	letter-spacing: -0.025em;
}
	
h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #99122a;
	margin: 0.75em 0 1em 0;
}

#infobereich h3 {
	margin-top: 1em;
	font-size: 1.375em;
}

/*****************************
*	RAHMEN				 	 */

#rahmen {
	width: 1000px;
	float: left;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}
	
#kopf {
	width: 100%;
	height: 170px;
	float: left;
	position: relative;
	background: url("../../images/rahmen/kopf.gif") no-repeat;
}

#navigation {
	width: 135px;
	height: 130px;
	float: left;
	padding: 50px 30px 0 165px;
	background: #99122a url("../../images/rahmen/navigation.jpg") no-repeat;
}

#navigation img,
#unternavigation img {
	float: right;
	clear: both;
}

#unternavigation {
	width: 91px;
	float: left;
	position: absolute;
	top: 375px;
	left: 0;
	padding: 0 0 0 204px;
}

#inhalt {
	width: 435px;
	min-height: 450px;
	height: auto !important;
	height: 450px;	
	float: left;
	position: absolute;
	top: 170px;
	left: 330px;
	background: white;
	padding: 0 30px 15px 30px;
}

#infobereich {
	width: 105px;
	min-height: 265px;
	height: auto !important;
	height: 265px;	
	float: right;
	padding: 0 35px 0 35px;
	font-size: 11px;
	color: #e5e5e5;
	background: white url("../../images/rahmen/infobereich.jpg") no-repeat;
}

#infobereich a,
#infobereich h3 {
	color: white;
	font-weight: bold;
}

#infobereich a {
	background: url("../../images/sonstiges/list-img-weiss.gif") no-repeat 0 3px;
	padding: 0 0 0 13px;
}

#fuss {
	width: 100%;
	float: left;
	background: white url("../../images/rahmen/fuss.gif") no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}

#fuss a {
	color: #808080;
	background: url("../../images/sonstiges/pfeil-links.gif") no-repeat 0 1px;
	padding-left: 12px;
}

#fuss a.oben {
	background: url("../../images/sonstiges/pfeil-oben.gif") no-repeat 0 3px;
}

#sprachen {
	position: absolute;
	top: 140px;
	left: 857px;
	font-size: 11px;
}

#sprachen img {
	margin-right: 2px;
}

/*#sprachen li {
	float: left;
	padding-left: 13px;
	margin-right: 13px;
	background-position: 0 2px;
}*/

/*****************************
*	KLASSEN				 	 */

.bild_links {
	margin: 0 1.5em 1em 0;
}	

.bild_rechts {
	float: right;
	margin: 0 0 1em 1.5em;
}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 5px 0 5px 0;
}
	
.abstand_klein {
	clear: both;
	margin-top: 15px;
}

.abstand_mittel {
	clear: both;
	margin-top: 30px;
}

.abstand_gross {
	clear: both;
	margin-top: 50px;
}

.clear {
	float: none;
	clear: both;
}

.hide {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.slogan {
	position: absolute;
	top: 27px;
	left: 254px;
}

.logo {
	position: absolute;
	top: 86px;
	left: 0;
}

.telefon {
	position: absolute;
	top: 34px;
	left: 687px;
}

.startseite {
	position: absolute;
	top: 70px;
	left: 330px;
}

.box {
	width: 45%;
	float: left;
	padding: 0 5% 0 0;
	margin: 0.5em 0 0.5em 0;
}

/*****************************
*	FORMULAR			 	 */

form p {
	width: 44%;
	float: left;
	padding-right: 5%;
	margin: 0 0 0.5em 0;
}

label {
	font-size: 11px;
	color: #991229;
}

.form_input {
	width: 96%;
	height: 15px;
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #404040;
}

.form_textarea {
	width: 96%;
	height: 100px;
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #404040;
}

.form_submit {
	font-size: 12px;
	font-weight: bold;
	color: #991229;
	padding-left: 10px;
	background: url("../../images/sonstiges/list-img-rot.gif") no-repeat 0 4px;
}
