@charset "UTF-8";
/* 
** (c) sensum · www.sensum.de 
** #############################
** #############################
** 
**  Dateiversion: 24.09.2007  
**  Datei       : spurensuche_basic.css
**  Funktion    : Grundformat für Template
**
*/

/*---------------------------------------*/
/*---------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCD9CC;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}
p {
	font-size:90%;
	margin:0;
	padding:0;
}
/*---------------------------------------*/
/*---------- Umhüllende Rand-Container---*/
#container {
	background-color: #ee790f;
	background-repeat: no-repeat;
	background-position: right 127px;
	position: absolute;
	left: 45%;
	width: 900px;
	margin-top: 15px;
	margin-left: -400px;
	border: solid 1px #b5b5b5;
}
#header {
	background-color: transparent;
	width: 800px;
	height: 127px;
}
/*---------------------------------------*/
/*---------- Kopf Navigation ------------*/
#navioben {
	height: 30px;
	width: 584px;
	left: 23px;
	top: 94px;
	position: absolute;
	visibility: visible;
}
#navioben a {
	color: #3b2a21;
	font-size: 0.7em;
	clear: none;
}
#navioben a:link, #navioben a:visited {
	color: #3b2a21;
	font-size: 0.7em;
	text-decoration: none;
}
#navioben a:hover, #navioben a:visited {
	color: #3b2a21;
	font-size: 0.7em;
	text-decoration: none;
	border-bottom: 1px solid #ee790f;
}
/*---------------------------------------*/
/*---------- Kopf Suche -----------------*/
#sucheoben {
	height: 30px;
	width: 280px;
	left: 600px;
	top: 94px;
	position: absolute;
	visibility: visible;
	text-align: right;
}
#sucheoben a img{
	vertical-align: bottom;
	border: none;
	height: 16px;
	width: 20px;
	padding-top: 4px;
}
#sucheoben a:link, #sucheoben a:visited {
	font-size:70%;
	color: #656037;
	background-color: #FFFFFF;
	text-decoration: none;
	border: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sucheoben a:hover, #sucheoben a:focus {
	font-size:70%;
	color: #EF790C;
	background-color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	border: none;
}
/*---------------------------------------*/
/*---------- Kopf Zurück ----------------*/
#zurueck {
	height: 30px;
	width: 120px;
	left: 610px;
	top: 132px;
	position: absolute;
	visibility: visible;
	text-align: right;
}
#zurueck a {
}
#zurueck a img {
}
#zurueck a:link img, #zurueck a:visited img {
	text-decoration: none;
	border: 1px solid #DFDBCF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#zurueck a:hover img, #zurueck a:focus img {
	text-decoration: none;
	border: 1px solid #F89728;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
}
/*---------------------------------------*/
/*---------- linke Navigation -----------*/
#links {
	background-color: #f89728;
	position: absolute;
	left: 0;
	width: 190px;
	margin: 0;
	padding-left: 0;
}
/*---------- linke "N" Liste -------------*/
#links ul {
	line-height: 100%;
	margin: 0;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#links li {
	font-size: 90%;
	line-height: 120%;
	/*margin-left: 2px;*/
	list-style-type: none;
	padding-bottom:2px;
}
/*---------- linke "N" URL --------------*/
#links ul li a {
	color: #212121;
	text-decoration: none;
}
#links ul li a:link, #links ul li a:visited {
	color: #212121;
	text-decoration: none;
}
#links ul li a:hover, #links ul li a:focus {
	color: #212121;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
/*---------- linke "N" Klassen ----------*/
.doppelpunkte {
	color: #fff;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: bold;
}
.linkshead {
	color: #fff;
	font-size: 96%;
	font-weight: bold;
	line-height: 120%;
	background-color: transparent;
	margin-bottom: 20px;
}
/*---------------------------------------*/
/*---------- rechter Bildbereich --------*/
#rechts {
	background-color: transparent;
	background-image: url(../20_bilder_3/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right:0;
	width: 150px;
	height: 650px;
	min-height: 650px;
}
/*---------------------------------------*/
/*---------- Mitte Content --------------*/
#mitte {
	background-color: #f3f2ed;
	margin-right: 150px;
	margin-left: 190px;
}
#mitte img {
	border:1px solid #F89728;
}
#mitte p {
	padding-top: 8px;
	padding-left: 5px;
	font-size: 66%;
}
#mitte h1 {
	color: #64591C;
	font-size: 84%;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
}
#mitte h2 {
	color: #7E7124;
	font-size: 78%;
	font-style:normal;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#mitte .abstand_h1 {
	margin-top: 8px;
}
.blockh1 {
	color: #493a00;
	font-size: 12px;
	font-weight: lighter;
	background-color: #dbd6c2;
	word-spacing: 1px;
	letter-spacing: 1px;
	width: 90%;
	margin: 0;
	padding: 0 5px 2px;
}
.orange {
	color: #EE790F;
	font-weight: bold;
}
#mitte a {
	color: blue;
	text-decoration: underline;
	font-size: 100%;
}
#mitte a:link, #mitte a:visited {
	color: #4d4d4d;
	text-decoration: none;
	border-bottom: 1px solid #ee790f;
	font-size: 90%;
}
#mitte a:hover, #mitte a:focus {
	color: #4d4d4d;
	text-decoration: none;
	border-bottom: 1px solid #4d4d4d;
	font-size: 90%;
}
/*---------- Teaser --------------------*/
.teaser_aktuell {
	margin-left: 27px;
	margin-right: 28px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-top: -8px;
	padding-top: 0px;
}
.teaser_aktuell_fett {
	font-weight: bold;
	color: #EE790E;
}
/*---------------------------------------*/
/*---------- Unten Fußbereich -----------*/
#fuss {
	height: 40px;
	background-color: transparent;
	background-image: url(../20_bilder_3/foot3.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
#fuss a:link, #fuss a:visited {
	color: #3b2a21;
	font-size: 86%;
	text-decoration: none;
}
#fuss a:hover, #fuss a:focus {
	color: #3b2a21;
	font-size: 86%;
	text-decoration: none;
	border-bottom: 1px solid #ee790f;
}
/*---------------------------------------*/
/*---------- Nach oben ------------------*/
#nachoben p a {
	border-bottom: none !important;
}
#nachoben a:link img, #nachoben a:visited img {
	border: 1px solid #DFDBCF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#nachoben a:hover img, #nachoben a:focus img {
	border: 1px solid #F89728;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.rechtbuendig {
	text-align: right;
}
#mit-hg {
	background-color:#ECE9DA !important;
}
.zentriert {
	text-align: center;
}

