@charset "utf-8";

/* Die Standardeinstellungen des Browsers werden zurück gesetzt */
* {
	margin:0px;
}

/* Hintergrund sichtbarer Bereich */
body {
	text-align: center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


/* ab hier kommen die einzelnen DIVs */

#container {
	/* Innenabstand könnte sein:
	padding:10px; */
	/* fixe Breite festlegen */
	width:960px;
	text-align: left;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header {
	width:959px;
	height:214px;
}
#nav_header {
	position:absolute;
	left:425px;
	top:230px;
	width:535px;
	height:23px;
	z-index:3;
	text-align: right;
}

#nav_header a {
	color: #404040;
	font-size: 10px;
}


#nav_header a:hover {
	color: #E92F23;
	font-size: 10px;
}

#main_content {
	/* Gesamtbreite des main_content liegt bei 537px - abzüglich padding von insgesamt 37px ergibt sich die width von 500px */
	width:630px;
	/* Keine feste Höhe angeben, da sonst das img verrutscht - komischerweise */
	padding-top:94px;
	padding-left:230px;
	padding-right: 100px;
	height: 100%;
}

#sidebar_left {
	/* auf der linken Seite schweben lassen */
	float:left;
	width:180px;
	height:550px;
	padding-top: 15px;
}

a.besucht:link { color: #E92F23; text-decoration: none }
a.besucht:visited { color: #E92F23; text-decoration: none }
a.besucht:hover { color: #E92F23; text-decoration: none }
a.besucht:active { color: #E92F23; text-decoration: none }


#footer {
	/* stoppen des floatens der sidebars durch clear */
	clear:both;
	width:730px;
	height:100px;
	padding-left:230px;
	padding-top:0px;
}

#footer a {
	color: #404040;
	font-size: 10px;
}

#footer a:hover {
	color: #E92F23;
	font-size: 10px;
}

#detailansichten {
	position:absolute;
	left:180px;
	top:63px;
	width:780px;
	height:151px;
	z-index:1;
}
a:link {
	color: #E92F23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E92F23;
}
a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #E92F23;
}
h1,h2,h3,h4,h5,h6 {

}
h1 {
	font-size: 12px;
	color: #E92F23;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	color: #E92F23;
}
h3 {
	font-size: 12px;
	color: #404040;
}
h4 {
	font-size: 11px;
	color: #404040;
}

ul { 
	text-align: right;
	list-style-type: none
}

/* Start accordeon */

p {
	line-height: 22px;
}


#nav_home {
	position:absolute;
	left:0px;
	top:229px;
	width:180px;
	height:35px;
	z-index:1;
}

.bilder_float-left {
	float: left;
	margin-right: 10px;
}
.bilder_float-right {
	float: right;
	margin-left: 10px;
}

.formularfelder_margin_bottom {
	margin-bottom: 5px;
}
.margin-left_15px {
	margin-left: 15px;
}

.schrift_fett {
	font-weight: bold;
}
#nav_ueber-mich {
	position:absolute;
	left:0px;
	top:264px;
	width:180px;
	height:35px;
	z-index:1;
}
#nav_meine-projekte {
	position:absolute;
	left:0px;
	top:299px;
	width:180px;
	height:35px;
	z-index:1;
}
#nav_meinungen-und-artikel {
	position:absolute;
	left:0px;
	top:334px;
	width:180px;
	height:35px;
	z-index:1;
}

#nav_kontakt {
	position:absolute;
	left:0px;
	top:404px;
	width:180px;
	height:35px;
	z-index:1;
}
#nav_rechts_ueber-mich {
	position:absolute;
	left:766px;
	top:345px;
	width:181px;
	height:130px;
	z-index:1;
}
#nav_rechts_meine-projekte {
	position:absolute;
	left:766px;
	top:345px;
	width:180px;
	height:191px;
	z-index:1;
}
