/*==================================================
	Stylesheet für die Seiten der Kanzlei Sprank&Bergold
	Version 0.1
	Datum: 20.11.2008
	Autor: Uli Arndt
	Inhalt:
	1. allgemeine Styles
	2. Layoutbereiche
	3. sonstige
	4. Patches
/*=================================================*/
/*======================================================================================================================================================
	1. allgemeine Styles
/*=====================================================================================================================================================*/
* { padding: 0; margin: 0; }
html { height: 101%; }
body {
	color: #333333;
	/*Schriftfarbe*/
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size : small;
}
/*Patch zur Zentrierung in ie5.x
body {
	text-align: center;
}*/
#wrapper {
	text-align: left;
}
h1 {
	font-size: 110%;
	margin-bottom:30px;
}
h2 {
	font-size: 120%;
	color: #51778D;
	padding-bottom: 10px;
}
a {
	outline: none;
}
a:link {
	color: #7b7b7b;
}
a:visited {
	color: #a2a2a2;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2f2f2f;
	background-color: #ececec;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #dd5828;
}
/*Abstand nach unten*/
p {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 10px;
}
ul {
	list-style: none;
}
h1, h2 {
	margin-bottom: 10px;
}
/*verschachtelte Listen ohne Abstand*/
ul ul {
			list-style-type: disc;
			margin: 10px 0 20px 40px;
}
/*Anstand von links*/
li {
	list-style-type: disc;
	/*margin-left: 10px;*/
	margin-bottom: 20px;
}
blockquote {
	/*width: 450px;*/
	margin-left: 60px;
	/*margin-bottom: 20px;*/
	font-size: 110%;
	font-style: italic; 
}
cite {
	margin-left: 300px;
	font-size: 80%;
	font-style: normal;
}
.bildlinks {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bildrechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.absatz {
	margin-bottom: 40px;
}
/*====================================================================================================================================================
	2. Layoutbereiche
/*====================================================================================================================================================*/
#wrapper{
	/*position: relative;*/
	color : Black;
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 50px;
	/*margin-right: auto;*/
	margin-bottom: 20px;
	margin-left: 79px;
	/*margin-left: auto;*/
}
* html #wrapper {
	width: 903px;
}
#kopfbereich {
	width: 900px;
	height: 51px;
	/*background-image: url(images/head_kd.gif);
	background-repeat:no-repeat;*/
	background-color: #FFFFFF;
}
#startseite #kopfbereich {
	width: 900px;
	height: 51px;
	/*background-image: url(images/head_kd.gif);*/
	background-color: #FFFFFF;
}
#container{
	width: 1000px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
* html #container {
	width: 1003px;
}
#spacer {
	width: 950px;
	height: 40px;
	background-color: #ffffff;
}

#logo a:hover, a:focus {
			background-color: transparent;
		}
#hauptnavi {
	line-height: 1px;
	font-size: 11px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 400px;
	padding: 0px 14px 40px 0;
}
html #hauptnavi {
	height: 1%;
}
		#hauptnavi #icons {
			margin-bottom: 54px;
		}
	#hauptnavi  li {
		/*font-weight: bold;*/
		list-style-type: none;
		margin: 0 0 24px 0;
		border: none;
	}
		#hauptnavi #nav02 {
			margin-top: 33px;
		}
		#hauptnavi a {
			color: #000000;
			text-decoration: none;
			outline: none;
		}
		#hauptnavi a:link {
			text-decoration: none;
			color: #000000;
		}
		#hauptnavi a:visited {
			color: #000000;
		}
		#hauptnavi a:hover, a:focus, a:active {
			color: #ffffff;
			background-color: #000000;
		}
#inhaltsbereich {
	margin-left: 250px;
	background-color: white;
	padding: 0 0 60px 0;
	min-height: 280px;
	padding-bottom: 40px;
	/*font-family:"Courier New", Courier, monospace;*/
}
#kontakt #inhaltsbereich {
	font-family: "Courier New", Courier, monospace;
}
#startseite #inhaltsbereich {
	font-family: "Courier New", Courier, monospace;
}
#skizzenbuch #inhaltsbereich {
	font-family: "Courier New", Courier, monospace;
}
	#inhaltsbereich ul {
			margin: 0 100px 40px 50px;
			list-style-image:url(images/UL_dot.gif)
		}
		#inhaltsbereich li {
			margin: 0 0 10px  0;
			border: none;
		}
		#inhaltsbereich ul ul {
			list-style-type: disc;
			margin: 10px 0 20px 40px;
		}

#quotes ul {
			margin: 0 40px 40px 40px;
			list-style-image:url(images/zeichen.gif)
		}
		#quotes li {
			margin: 0 0 20px 0;
			list-style-image:url(images/zeichen.gif)
		}
#startseite #inhaltsbereich {
	background-image: url(images/index_hgr.gif);
	/*background-position: left;*/
	background-repeat: no-repeat;
}
.spalte {
	/*background-color: #33CC33;*/
	width: 300px;
	float: left;
	padding: 0 30px 30px 0;
}
#footer {
	color : #9f9f9f;
	font-size:10px;
}
	#footer a:link {
		color: #999999;
	}
	#footer a:hover, a:focus {
		text-decoration: none;
		color: #333333;
		background-color: #e3e3e3;
	}
	#footer li {
		list-style-type: none;
		margin: 8px;
		text-decoration: none;
		border: none;
		display:inline;
	}

/*====================================================================================================================================================
	3. sonstige
/*====================================================================================================================================================*/
#inh_popup {
	text-align: left;
	padding: 40px;
}
#head_popup {
	height: 40px;
	background-image: url(images/head_popup.jpg);
	background-color: #51778C;
}
div.box {
	float: left;
	background-color: #F1F1F1;
	width: 630px;
	border: 1px solid #C0C0C0;
	margin: 0 13px 10px 0;
	padding: 10px;
}
div.box img{
	float: left;
	margin-right: 20px;
	/*margin-bottom: 10px;*/
}
div.dreiviertelbox img{
	float: left;
	margin-right: 20px;
	/*margin-bottom: 10px;*/
}
div.fliesstext {
	float: left;
	background-color: White;
	/*height: 200px;*/
	width: 300px;
	margin: 0 30px 10px 0;
	padding: 0;
}
div.drittelbox {
	float: left;
	/*background-color: #faa61a;
	height: 200px;*/
	width: 190px;
	margin: 0 5px 5px 0;
	padding: 10px;
}
div.box img{
	float: left;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
div.box_rechts {
    overflow: hidden;
	/*background-color: #F1F1F1;
	height: 200px;
	width: 200px;*/
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
div.box_rechts img {
	float: left;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.clearing {
	clear: both;
}
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.link { 
	margin-bottom: 6px;
}
.address{
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}
.bildunterschrift {
	font-size:10px;
}

/*==================================================
	4. Patches
/*=================================================*/

/*==================================================
	E N D E
/*=================================================*/