@charset "utf-8";
/* ===============================================
Design:  Webzeit e.U. - Harald Kottal        
Author:  Harald Kottal                         
Datum:   November 2009
                                   
Aufbau:  Kalibrierung
         Allgemeine Styles
		 Klassen Styles
		 Aufbau für Layoutbereiche

=============================================== */


/* ==================================
   1. Kalibrierung
   =============================== */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
}
p {
	text-align: justify;
	margin: 20px 30px 0px 0;
	font-size: 0.8em;
}
a {
	color: #6A849D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h5 {
	margin: 40px 30px 0 0;
}
.bild_re {
	float: right;
	margin: 0px 0 0px 0px;
}
/* ==================================
   2. Klassen
   =============================== */

.bild_li {
	float: left;
	margin: 0 15px 0px 0;
}
.text_re {
	margin-right: 10px;
}
.person0 {
	height: 129px;
	width: 350px;
	padding: 5px;
	border: 1px solid #A5BFD8;
}
.a_klein {
	font-size: 0.7em;
}
.fett {
	font-weight: bold;
}
.oben {
	font-size: 0.6em;
	margin: 0 0;
	padding: 0 0;
}
.copyright {
	font-size: 0.6em;
	margin-top: 20px;
	margin-left: 230px;
	color: #6A849D;
}
.bild_kanzlei {
	background-image: url(../images/kanzlei_10.jpg);
}
.bild_kontakt {
	background-image: url(../images/kontakt_10.jpg);
}
.bild_personen {
	background-image: url(../images/personen_10.jpg);
}
.bild_service {
	background-image: url(../images/service_10.jpg);
}
.bild_steuerinfo {
	background-image: url(../images/steuerinfo_10.jpg);
}
.bild_klienten {
	background-image: url(../images/klienten_10.jpg);
}
.bild_sitemap {
	background-image: url(../images/seitmap_10.jpg);
}
.scroll_auto {
	overflow: auto;
}
.hidden {
	display: none;
}
.list_klein_ {
	font-size: 0.8em;
	margin: 10px 20px;
	list-style-type: circle;
}
.kleiner_blasser {
	font-size: 0.7em;
}
.clearer {
	clear: both;
}
/* ==================================
   Aufbau
   =============================== */

#wrapper {
	width:849px;
	margin: 0 auto;
	height: 600px;
}
#header {
	width:787px;
	float: left;
	height: 238px;
}
#links1 {
	width:31px;
	height:596px;
	float: left;
	background-image: url(../images/border1.jpg);
}
#mitte2 {
	width: 787px;
	height: 38px;
	float: left;
}
#rechts3 {
	width:31px;
	height:596px;
	float: right;
	background-image: url(../images/border2.jpg);
}
#mitte4 {
	width:787px;
	height:153px;
	float: left;
	background-image: url(../images/header_zobl.jpg);
}
#nav5 {
	width: 787px;
	height: 45px;
	float: left;
}
#content {
	width:787px;
	height:283px;
	float: left;
	position: relative;
}
#subnav7 {
	width:198px;
	height:167px;
	float: left;
	background-image: url(../images/bgsubnav6.jpg);
	background-repeat: no-repeat;
}
#content8 {
	width:589px;
	height:280px;
	float: left;
	background-image: url(../images/content8.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 198px;
	top: 0px;
}
#content88 {
	width:589px;
	height:280px;
	float: left;
	overflow: auto;
}
#content9 {
	width:589px;
	height:280px;
	float: left;
}
#text {
	width:390px;
	height:280px;
	float: left;
}
#bild {
	width:198px;
	height:280px;
	float: right;
}
#footer {
	width:787px;
	height:75px;
	float: left;
	background-image: url(../images/footer7.jpg);
}
hr {
	border-color:#D3DAE2;
	margin-left:0px;
	margin-right: 30px;
	background-color: #D3DAE2; /* Farbe für Opera und Firefox */
	color: #D3DAE2; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;

}
