/* Standard-CSS für www.emdoennebrink.de */

/* Wichtige Farben
Name Farbe 1 	petrolblau	= #275f76
Name Farbe 2	sonnengelb= #f7ca00
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #275f76;
}


/* Hier allgemeingültige Formatierungen */

/* allgemeine links */

a:link {
	color: #275f76;
	text-decoration:none;  
}
a:visited {
   	color: #275f76;
	text-decoration:none;
}
a:hover {
	color: #f7ca00;
	text-decoration:none;
}
a:active {
   	color: #f7ca00;
	text-decoration:none;
}


/* links ebene 1 */
a.e1:link {
	color:#275f76;
	text-decoration:none;
}
a.e1:visited {
	color:#275f76;
	text-decoration:none;
}
a.e1:hover {
	color:#f7ca00;
	text-decoration:none;
}
a.e1:active {
	color:#f7ca00;
	text-decoration:none;
}
/* highlight klassen ebene 1 */
a.e1m:link, a.e1m:visited, a.e1m:hover, a.e1m:active {
	color:#f7ca00;
	text-decoration:none;
}


/* links ebene 2 */
a.e2:link {
	color:#275f76;
	text-decoration:none;
}
a.e2:visited {
	color:#275f76;
	text-decoration:none;
}
a.e2:hover {
	color:#f7ca00;
	text-decoration: none;
}
a.e2:active {
	color:#f7ca00;
	text-decoration:none;
}
/* highlight klassen ebene 2 */
a.e2m:link, a.e2m:visited, a.e2m:hover, a.e2m:active {
	color:#f7ca00;
	text-decoration:none;
}


html  {
	width: 100%;
	height: 100%;
}

body {
	font-size: 12px;
	background-color: #dedede;
	width: 100%;
	height: 100%;
}


/* Sektionsweite Formatierungen */

#huelle {
	background-color: #FFFFFF;
	height: 550px;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/hintergrund_mit_linien.gif);
	background-repeat: repeat-x;
}



/* Überschrift Startseite*/

h2 {
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 315px;
}

/* Überschrift content right */

h1 {
	font-size: 9px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}


/*****************Navigation Ebene 1***********************/

/* Navigation Ebene 1 */

#nave1 {
	font-size: 14px;
	position:absolute;
	top: 20px;
	list-style-type: none;
	left: 20px;
}

/* Navigation Ebene 1 _ Seitenabstände, keine Listenpunkte */

#nave1 ul {
	padding-left: 20px;
	list-style-type: none;
	padding-top: 15px;
}

/* Navigation Ebene 1 _ horizontale Liste */

#nave1 li {
	display: inline;
}

/* Navigation Ebene 1 _ Abstand der Listenpunkte zueinander */

#nave1 a {
	padding-right: 20px;
}


/* Link zurück zur Startseite */

#link_start {
	float: right;
	width: 280px;
	position:absolute;
	left: 680px;
	top: 20px;
	text-align: left;
	font-size: 14px;
}


/*****************Navigation Ebene 2***********************/

/* Navigation Ebene 2 _ absolute Positionierung */

#nave2 {
	
	top: 515px;
	position: absolute;
	left: 20px;
}

/* Navigation Ebene 2 _ keine Listenpunkte */

#nave2 ul {
	list-style-type: none;
}

/* Navigation Ebene 2 _ horizontale Liste */

#nave2 li {
	display: inline;
}

/* Navigation Ebene 2 _ Abstand der Listenpunkte zueinander */

#nave2 a {
	padding-right: 20px;
}


/*********************Navigation Ebene 3***********************/

#button {
	position: absolute;
	left: 680px;
	top: 475px;
	width: 280px;
}

#button ul {
	list-style-type: none;
}

#button li {
	display: inline;
	padding-right: 7px;
}


/*********************Inhalt links***********************/

#content_left{
	width: 680px;
	top: 75px;
	float: left;
	font-size: 10px;
	position: absolute;
	height: 400px;
	text-align: left;
}

#content_left p {
	padding-left: 10px;
	padding-top: 10px;
}

#content_left_text {
	padding-top: 40px;
	padding-left: 10px;
}


/*********************Inhalt rechts***********************/

#content_right {
	width: 280px;
	font-size: 10px;
	position: absolute;
	left: 680px;
	top: 75px;
	height: 400px;
}

#content_right p {
	padding-right: 20px;
}
