@import url(format.css);
@import url(rte.css);

/* ------- FRAMEWORK -------  */

body, html {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	height: 100%;
	font-size: 12px;
	background: url(../images/layout/hintergrund.jpg) no-repeat bottom center;
}

a,
a:link,
a:visited {
	color: #039;
	text-decoration:none;
}

a:hover,
a:active {

}

/*####### WRAPPER ##########*/
div#brand {
	float:left;
	width:10px;
}
div#wrapper {
	background: transparent url(../images/layout/bg_mitte.gif) no-repeat scroll 0 121px;  
	width: 970px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

/*########## navigation ############*/
div#navbox {
	float:left;
	padding:118px 30px 0 10px;
}

/*########## INHALT #########*/
div#inhalt {
	width:520px;
	position:relative;
	float:left;
}
div#header {
}
div#text {
	line-height:1.4em;
	padding: 38px 15px 50px 0px;
}

/*########## Rechts #########*/
div#rechts {
	line-height:1.3em;
	font-size:11px;
	width:180px;
	padding-top:60px;
	padding-left:30px;
	padding-right: 0px;
	float:left;
}

div#rechtsunten {
	line-height:1.3em;
	width:180px;
	padding-top:50px;
	padding-left:30px;
	padding-right: 0px;
	float:left;
}


/*----------------------------------------
			navigation
------------------------------------------*/
div#nav ul {
	margin:25px 0 0 20px;
	width:165px;
}

div#nav ul li {
	line-height:2em;
	font-weight:bold;
}

div#nav a,
div#nav a:link,
div#nav a:visited {
	display:block;
	padding:5px;
	line-height:12px;
	margin: 4px 0;
	color:#000;
}

div#nav a:hover,
div#nav a:active,
div#nav a.active {
	background-color: #B9BEC8;
}

/*----------------------------------------
			 content
------------------------------------------*/
h1 {
	font-size:1.5em;
	margin-bottom:15px;
}

h2 {
	font-size:1.3em;
	margin-bottom:20px;
}

h3 {
	font-size:1.3em;
	font-style:italic;
}

#inhalt p {
	margin-bottom:8px;
}


#inhalt #text ul {
	margin-left: 16px;
	margin-top:-6px;
	margin-bottom:8px;
}

#inhalt #text li {
	list-style-type: disc;
}
#inhalt a {
	text-decoration:underline;
	color: #00F;
}	

form input {
	border: 1px solid #000;
	width: 200px;
	margin:2px;
	font-family:inherit;
	font-size: 1em;	
}

textarea {
	border: 1px solid #000;	
	width:280px;
	height: 50px;
	font-family:inherit;
	font-size: 1em;
}

input#submit {
	border: 1px solid #000;
	background-color: #FFF;
	width: 150px;
}
.pictos {
	width:220px;
	float:right;
	margin: 0 -15px 10px 0;
}
.pictos img{
	margin: 5px 0 0 20px;
}
.pictotexte {
	width:300px;
	float:left;
}
.lauftext {
}

.erstespalte {
	width: 250px;
	float: left;
}
.zweitespalte {
	width: 250px;
	clear: left;
}


