/*=============================================================
Stylesheet für Homepage Renata Szott
Datei: renata.css
Datum: 06.01.2013

Aufbau: 1. Kalibrierung und Restauration
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
=============================================================*/

/*=============================================================
1. Kalibrierung und Restauration
=============================================================*/

* { /* Universalselektor, kalibrieren */
	margin: 0; 
	padding: 0;
}
	
img {
	border: none;
	margin: 0px;
	padding: 0px;
}


/*=============================================================
2. Allgemeine Styles
=============================================================*/

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	overflow-y: scroll;
}

p, ul {
	line-height: 22px;
	margin-bottom: 11px;
}
ul {
	list-style-type: none;
}
ul ul {
	margin-bottom: 0px;
	margin-left: 15px;
}

h1 {
	font-size: 230%;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 22px;
}
h3 {
	font-size: 100%;
	font-weight:bold;
	line-height: 22px;
}
	
a {
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:focus {
	color: #35a0d8;
	font-weight: bold;
}
a:active {
	color: #35a0d8;
} /* Verbindliche Reihenfolge für Hyperlinks */
	
a.navi_selected {
	color: #35a0d8;
	font-weight: bold;
}

::selection {
    color: #000;
    background: #ebf6fa;
}
::-moz-selection {
    color: #000;
    background: #ebf6fa;
}

/*=============================================================
3. Styles für Layoutbereiche
=============================================================*/	


#wrapper {
	background-color: #FFF;
	width: 910px;
	height: auto;
	margin: 20px auto auto auto;
	position: relative;
}

#header {
	background-color: #FFF;
	width: 760px;
	height: 110px;
	padding-left: 150px;
}

#navi_oben {
	margin-top: 30px;
	height: 22px;
}

div#navi {
	background-color: #FFF;
	width: 95px;
	height: 320px;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding-left: 5px;
	position: fixed;
	left: auto;
	top: 130px;
}

#content {
	background-color: #FFF;
	left: 150px;
	top: 110px;
	position: absolute;
	width: 760px;
}

#footer {
	background-color: #FFF;
	width: 760px;
	margin-top: 30px;
}


/*=============================================================
4. Sonstige Styles
=============================================================*/	


#navi_oben ul li{
	float: left;
	padding-right: 15px;
}
.bold {
	font-weight: bold;
}
.unterzeilen {
	padding-top: 15px;
}
.linie {
	height: 1px;
	width: 600px;
	margin: 0 0 40px 0;
	background-color: #999;
}

.bildabstand_klein {
	margin-right: 2px;
}
.bildabstand {
	margin: 0 30px 30px 0;
}
.bildabstand_2 {
	margin-left: 20px;
}
.bildabstand_3 {
	margin-top: 2px;
}
.bildabstand_top {
	margin-top: 13px;
}
.bildabstand_bot {
	margin-bottom: 60px;
}
.bildabstand_bot-2 {
	margin-bottom: 60px;
	margin-right: 20px;
}
.bildabstand_top_bot {
	margin-top: 13px;
	margin-bottom: 60px;
}
.text {
	width: 600px;
}
.logo {
	padding-right: 120px;
}
.logo_neu {
	height: 80px;
	width: 400px;;
}


#slider {
	margin: 0 0 30px 0;
}
#slideshow {
	margin: 0;
	padding: 0;
}
#slideshow img{
	margin: 0;
	padding: 0;
}
div#navi img {
	padding-top: 55px;
	left: 5px;
	bottom: 0px;
	position: absolute;}
