/*****************************************************************************
 * project  | praxis für alternative medizin - hugo gerster
 * author   | tobias magnus baur  dipl.-ing. designer (fh), http://www.tobiasbaur.de      
 *
 * date     | 2010-11-25
 * file     | general.css
 * function | style-definition for all browsers
 *****************************************************************************/


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

/*====  1. Kalibrierung ===============================*/

* {
	padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
h1, h2, h3, p, ul, ol {
	margin-bottom: 0.5em;
}
#kopfbereich h1 {
	margin-bottom: 0;
}
ol ul {
	margin-bottom: 0;
}
li {
	margin-left: 2em;
	margin-bottom: 0.2em;
	list-style: circle;
}
li a {
	display: inline-block; /* Zusätzlicher Leerraum in Listenlinks - IE6 Bug beheben! */
}
li a {
	display: block; /* Zusätzlicher Leerraum in Listenlinks - IE6 Bug beheben! */
}
/*====  2. Allgemeine Styles ===============================*/

body {
	background-color: #f9f1d0;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	color: #4c4c4c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
h1 {
	font-size: 24px;
	color: #99141B;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #99141B;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	color: #99141B;
	font-weight: normal;
	font-size: 13px;
}
/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}
a:link, a:visited {
	color: #37512f;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #98141b;
}
#fussbereich a:link, #fussbereich a:visited {
	color: #d0c8aa;
	text-decoration: none;
}
#fussbereich a:hover, #fussbereich a:focus, #fussbereich a:active {
	color: #9a9375;
	text-decoration: none;
}
#navibereich a:link, #navibereich a:visited {
	color: #37512f;
	text-decoration: none;
	display: block;
}
#navibereich a:hover, #navibereich a:focus, #navibereich a:active {
	color: #98141b;
	text-decoration: none;
}
.marker-navibereich {
	color: #98141b;
	text-decoration: none;
}

#imprint a:link, #imprint a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
}
#imprint a:hover, #imprint a:focus, #imprint a:active {
	color: #98141b;
	text-decoration: none;
}
.marker-imprint {
	color: #98141b;
	text-decoration: none;
}
/*====  3. Styles für Layoutbereiche ===============================*/

#wrapper {
	width: 850px;
	margin: auto;
}
#kopfbereich {
	position: relative;
	background-image:url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: 150px 0;
	height: 268px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 150px;
	z-index: 300;
	visibility: visible;
}
#bild {
	position: absolute;
	top: 54px;
	left: 233px;
	z-index: 100;
	visibility: visible;
}
#bild-s {
	position: absolute;
	top: 106px;
	left: 233px;
	z-index: 100;
	visibility: visible;
}
#imprint {
	position: absolute;
	top: 10px;
	left: 745px;
	z-index: 200;
	font-size: 11px;
	visibility: visible;
}
#navibereich {
	float: left;
	width: 201px;
	height: 305px;
	padding-right: 43px;
	padding-left: 4px;
	padding-top: 47px;
	margin-left: 0px;
	background: url("../images/navibody.jpg") no-repeat;
	background-position: top;
	text-align: right;
	line-height: 24px;
}
#navibereich ul {
}
#navibereich li {
	list-style: none;
	margin: 0;
}
#textbereich {
	padding: 36px 115px 0px 0px;
	margin-left: 288px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("../images/content-rapport.gif") repeat-y;
}
#fussbereich {
	padding: 5px 115px 35px 288px;
	margin-top: 40px;
	background: url("../images/line.gif") no-repeat;
	background-position: 288px 0px;
	font-size: 11px;
	color: #9a9375;
}
.small {
	font-size: 11px;
}

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