/* Fuer alle Seiten */
/* allg. Anweisungen */

html {height:100%; margin-bottom: 0.1px;} /* scrollbalken erzwingen  */

body {
	margin:0;
	padding:0;
	font:normal 76% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color:#ABABAB;
	background:#F4F4F4 url("../images/back.png") repeat-y center top;
	text-align:center; /* Hack for IE5/Win */
	}

h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin:0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

/* ---------- Allgemein ------------- */
a {
	text-decoration:none;
	}
a:link {
	color:#0000FF;
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
a:visited {
	color:#800080;
	}
a:hover {
	}
a:active {
	color:#FF0000;
	}	
pre {
	font-family:monospace, 'courier new';
	font-size:1em;
	}
/* ------------------------------------------- */ 
/* --- Container: umgibt den gesamten Inhalt --- */

div#container {
	position:relative;
	margin:0 auto;
	padding:0;
	width:760px;
	border-top:0;
	border-right:1px solid #999;
	border-bottom:1px dotted #ccc;
	border-left:1px solid #999;
	background:#FFF url(../images/background/headerR.jpg) no-repeat right top;
	color:#333;
	text-align:left;
	}
/* ------------------------------------------- */ 
/* --- Header mit Logo --- */
div#header {
	width:760px;
	height:123px; 
	margin:0;
	padding:0; 
	}
div#header img {
	border:none;
	}
div#header h1 {
	background:url("../images/logo_guide.jpg") no-repeat;  /* logo_home.jpg */
	margin:0;
	padding:0; 
	width:760px;
	height:123px; 
	float:left;
	}
div#header h1 {
	display:inline;
	}
div#header h1 a {
	display:block;
	width:760px;
	height:123px;
	overflow:hidden; /* For nested divs in Safari */
	}

/* IE 5 Mac hack */
div#header h1 a {overflow:hidden;} 
/* end hack */ 

div#header h1 a:hover {
	background:transparent;
	}
.oldBrowser {
	display:none;
	}
.hiddenH1 {
	position:absolute;
	left: -10000px;
	}
	
/* ------------------------------------------- */ 
/* --- Inhaltsbereich  --- */


div#content { 
        padding:5px 20px 30px 20px;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background:#fff;
        }

div#content h2 {
	font:bold 1.14em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align:left;
	color:#000;
	border-bottom:1px solid #882D2D; /*458B00;*/
	padding:25px 25px 0 25px; !important;
	padding-bottom:.3em;
	background:url("../images/stift_kl.gif") bottom right no-repeat;
	}
div#content .h2 {
	padding-top:30px !important;
	}
	
div#content h3 {
	color:#882D2D;
	font:bold 1.1em Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	background-color: transparent;
	
	padding:25px 25px 0 25px; !important;
	/*padding: 2.5em 1px 0 15px;	
	background-image: url(../images/red1.gif); 
	background-repeat: no-repeat; 
	background-position: 0 100%;*/
	}
div#content h4 {
	font:bold 1.1em Verdana, Helvetica, Arial, Geneva, sans-serif;
	color:#333;
	margin:0;
	padding:15px 0px 0 5px;
	}
#content p {
	line-height:1.5em;
	text-indent:0;
	font-size:1em;
	font-weight:500;
	padding:0px 25px 0 25px;
	margin:1em 0 0 0;
	}
 
.right {text-align:right; padding:10px 10px 5px 0;}

/* --- Listen --- */
#content ul, ol, dl {
	position: relative;
	}	
#content ol li {
	list-style-type:decimal;
	list-style-position:outside;
	padding-left:1px;
	margin:0 2em;
	}
#content ul, #content ol {
	margin:.25em 0 0 0;
	padding:.25em 0 0 .1em;
	}
#content li {
	margin:5px 0;
        padding:2px 0;	
	line-height:1.8em;
	}
#content ul li {
	list-style:none;	
	background:url("../images/bullet.gif") 5% .5em no-repeat;
	padding:0 25px 0 25px;
        padding-left:55px;	
	}	
#content li li {
	font-size:1em;
	}
#content address {
	color:#000;
	background-color:transparent;
	font-style:normal;
	font-size:1em;
	line-height:1.4em;
	padding:0.5em 2em 1px 1.5em;
	margin:0;
	}	
#content pre {
	font-family:monospace, 'courier new';
	font-size:1em;
	line-height:1.2em;
	text-indent:0;
	padding:1px 1px;
	margin:.8em 0 0 0;
	}

/* Links content */	
#content a:link {
	color:#0000FF;
	background-color:transparent;
	text-decoration:underline;
	}
#content a:visited {
	color: #84AAAD;
	background-color: transparent;
	text-decoration: underline;
	}
#content a:hover {
	color: #FFF;
	background-color: #458B00; /*7A8630;*/
	text-decoration: none;
	border-bottom:1px solid #458B00; 
	}	
#content a:active {
	}
/* --- externe Links--- */
#content a.ext {
	background:transparent url('../images/background/ext1.gif') center right no-repeat;
	padding-right: 13px;
	 }
#content a:hover.ext {
	background:transparent url(../images/background/ext2.gif) center right no-repeat;
	padding-right: 13px;
	color:#000; 
	text-decoration:underline;
	border: none;
	 }
/* --- Bilder --- */
#content img.floatL {
	float:left;
	margin:.5em 1em .5em 0; /* 1em 1em .5em 0  */
	}
#content img.floatR {
	float:right;
	margin:.5em 1em .5em 1em; /* 1em 0 .5em 1em */
	}
#content img {
	padding:4px;
	background:#FFF;
	border:1px solid #ccc; 
	}
/*#content a:hover img {
	border-color:#9E825F;
	background-color:#FFF8DC;
	}*/

#content img.border {
	padding:1px;
	background:#FFF;
	border:1px solid #CFAF87; 
	}
#content img.noborderO {

	padding:0;
	border:none;
	background:none;
	}
#content img.noborderL {
	float:left;
	margin:.5em 1em .5em 0; /* 1em 1em .5em 0  */
	padding:0;
	border:none;
	background:none;
	}
/* --- verlinkte Bilder--- */
#content a.img {
	background:transparent;
	 }
#content a:hover.img {
	background:transparent;
	border: none;
	 }
	
/* --- Link nach oben --- */
#nachoben {
	text-align:right;
	border:none;
	padding-top:15px !important;
	padding-bottom:0;
	}
#nachoben img {
	border:none;
	padding:0;
	margin:0;
	}		
#nachoben a:link {
	color:#FFF;
	background-color:transparent;
	text-decoration:none;
	}
#nachoben a:visited {
	}
#nachoben a:hover {
	color: #FFF;
	background-color:transparent;
	text-decoration: none;
	border:none;
	}	
#nachoben a:active {
	}
	
/* ------------------------------------------- */ 
/* --- Footer  --- */
div#footer {
	clear: both;
	margin: 0;
	padding:1em 1.2em .5em 1.2em;
	text-align:center;
	border-top:1px dotted #ccc;
	background: url("../images/logo_klein.jpg") 99% 2em no-repeat; 
	color:#ABABAB;
	}
div#footer p {
	text-align:left;
	padding-top:0.75em;
	line-height:1.5em;
	}
	
/* ---- allgemeines und Klassen ---- */
hr {
	margin-top:1.5em;
	color:#a60201;
	background:#a60201;
	height:1px;
	border:none;
	}
abbr[title],
acronym[title] {
	border-bottom: dotted 1px #9bf;
	color: #222;
	cursor: help;
	}
/* Hide from IE5-mac \*/
* html abbr,
* html acronym {
	border-bottom: dotted 1px #9bf;
	color: #222;
	cursor: help;
	}
/* End hiding from IE5-Mac */	
.bold {
	font-weight: bold;
	}
.kursiv {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-style: italic;
	}	
.center {
	text-align: center;
	}	
.right {
	text-align:right;
	}	
li > p {
	margin-top: 0.2em;
	}
blockquote {
	color:#000;
	background-color: #FFFFCC;
	margin-left: 15px;
	padding:0 20px;
	border-left: 3px solid #B7CAC4;
	font-style: italic;
	}
p.boxright {
	float:right; 
	margin:25px 0 3px 8px; 
	padding:5px 2px 5px 5px; 
	width:170px; 
	border: 1px dotted #008B8B; 
	font-family:'courier new', courier, monospace; 
	background:#FFF; 
	color:#666;
	line-height: 1.3em;
	}		
.font {
	font-size:1em;
}