/*  ===============================================
Stylesheet für sonja bühler
Datei:  sonja.css
Datum:  21. November 2016
Autorin:  Beatrix Nicolai
Aufbau: 1. Kalibrierung und Restauration (*)
        2. Allgemeine Styles (#, h1-h6, address)
        3. Div (#) für Layoutbereiche
	    4. Klassen (.) für Layoutbereiche
        3. Navigation (a) für Layoutbereiche

================================================ */

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */
* {
	margin:0;
	padding:0; /* generell abstände auf null setzen */
}

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #009;
	text-transform: none;
	padding-left: 120px;
	padding-top: 120px;
	background-image: url(img/buerost.jpg);
	background-repeat: repeat;
	background-color: #FFF;
	height: 580px;
	width: 600px;
}

#wrapper {
	width: 720px;
	height: 530px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #939;
	border-left-color: #06C;
	border-bottom-width: 8px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
}

#header {
	color: #009;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 28px;
	font-weight: bolder;
	width: 360px;
	font-style: normal;
	letter-spacing: 4pt;
	text-align: left;
	clear: none;
	float: left;
}

#headerre {
	color: #939;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 28px;
	font-weight: bolder;
	width: 270px;
	font-style: normal;
	letter-spacing: 4pt;
	text-align: left;
	float: right;
}

#navi {
	background-color: #FFF;
	height: 300px;
	width: 360px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #009;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 22pt;
	text-align: left;
	padding-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	clear: none;
	font-weight: normal;
}
#text  {
	background-color: #FFF;
	color: #009;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22pt;
	text-align: left;
	padding-right: 0px;
	height: 360px;
	width: 270px;
	float: right;
	clear: none;
	margin-right: 1px;
}




/* ====================================== 
  4. Klassen für die Layoutbereiche 
  ====================================== */


/* ====================================== 
 5. Navigation 
  ====================================== */
a {
	text-decoration: none;
	color: #939;
}
a:hover {
	text-decoration: none;
	color: #06C;
	font-style: normal;
}

#footer a {
	text-decoration: none; /*unterstreichungen weg*/
	outline: none;
	color: #069;
}

#footer a:hover {
	font-weight: bold;
	color: #555;
}

#header a {
	color: #FFF;
}

#header a:hover {
	color: #555;
}
.name {
	font-style: normal;
	color: #990066;
}
