/* ======================================    1. Kalibrierung und allgemeine Styles    ====================================== */
/* Kalibrierung der wichtigsten Abstände */
* {
	padding: 0;
	margin: 0;
}
* html div {
	height: 1%;
}
/* Allgemeine Selektoren */
html {
	height: 101%;
}
/* erzwingt Scrollbar im Firefox */
body {
/* Das HTML-Element mit dem Namen body */
	color: #000;
/* Schriftfarbe */
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
/* Schriftgröße */
	background: #afdaeb url(images/bg.gif) repeat-x;
}
h1 {
	color: #2070ad;
	font-size: 16.5pt;
}
h2 {
	color: #ac0203;
	font-size: 12pt;
}
h3 {
	color: #2070ad;
	font-size: 36pt;
}
h4 {
	color: #797979;
	font-size: 36pt;
}
.list_ecke_brd_main h2 {
	color: #ac0203;
	font-size: 12pt;
	padding: 3px 5px 3px 5px;
}
/* Hyperlinks */
a {
	text-decoration: underline;
	outline: none;
}
a:link {
	color: #ac0203;
}
a:visited {
	color: #ac0203;
}
a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
}
a img {
	border: 0 none;
}
/* ====================================    2. Styles für die  Layoutbereiche    ==================================== */
#wrapper {
/* Das HTML-Element mit dem Attribut id="wrapper" */
	color: #000;
	background-color: #afdaec;
	background: #fff url(images/raum_bg.gif) top left;
	width: 888px;
/* Breiter der Seite */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background: #fff url(images/header.jpg) no-repeat center 0;
	position: relative;
	height: 143px;
}
#header h1 {
	position: absolute;
	width: 310px;
	height: 120px;
	top: 9px;
	left: 300px;
	text-indent: -666em;
	z-index: 10;
}
#header h1 a {
	width: 310px;
	height: 120px;
	display: block;
	overflow: hidden;
}
.title {
	background: #fff url(images/title_bg.png) top left;
	background-position: top;
	height: 53px;
	line-height: 53px;
	width: 888px;
}
.title2 {
	background: #fff url(images/title2_bg.png) top left;
	background-position: top;
	height: 53px;
	line-height: 53px;
	width: 888px;
}
.main_cont_top {
	padding-left: 44px;
	padding-right: 44px;
}
.inhalt_abstand {
	padding-left: 50px;
	padding-right: 50px;
}
.main_cont_mid {
	background: #fff url(images/content_bg.gif);
	background-position: top;
	width: 888px;
}
.main_cont_bot {
	background: #fff url(images/content_bottom.gif);
	height: 8px;
	line-height: 8px;
}
#foot {
	background: #afdaec url(images/footer_bg.png);
	height: 61px;
	text-align: center;
}
#foot li {
	display: inline;
	list-style-type: none;
	font-size: 90%;
}
#foot a {
	text-decoration: underline;
	outline: none;
}
#foot a:link {
	color: #ac0203;
}
#foot a:visited {
	color: #ac0203;
}
#foot a:hover, a:focus, a:active {
	color: #000;
	text-decoration: underline;
}
/* Schriftformatierung */
.copyright {
	color: #a4a4a4;
	font-size: 85%;
	padding-top: 5px;
}
.line {
	background: url(images/line.gif) repeat-x top;
	background-position: 0 top;
	height: 1px;
}
.line_dbl {
	background: url(images/line_dbl.gif) repeat-x top;
	background-position: 0 top;
	height: 3px;
}
.line_dbl_red {
	background: url(images/line_dbl_red.gif) repeat-x top;
	background-position: 0 top;
	height: 3px;
}
.overflow {
	overflow: hidden;
}
.inhalt {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10pt;
}
.left {
	float: left;
	text-align: center;
	width: 270px;
}
.mid {
	float: left;
	width: 20%;
}
.right {
	float: right;
	width: 210px;
}
.dbl_pfeil {
	color: #ac0203;
}
label {
	font-weight: bold;
}
.mitbild img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
* html .mitbild {
	height: 1%;
}
.info .left {
	float: left;
	text-align: center;
	width: 300px;
}
.info .right {
	float: right;
	width: 450px;
}
.border_temp {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.border_6tage {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
/* ECKEN */
.list_ecke_brd_main {
	border: 1px solid #dfdfdf;
	border-width: 1px 1px 1px 1px;
	background-color: #fff;
}
.list_ecke_brd_main .ecke_n .ecke_e, .list_ecke_brd_main .ecke_n .ecke_w, .list_ecke_brd_main .ecke_s .ecke_e, .list_ecke_brd_main .ecke_s .ecke_w {
	display: block;
	font-size: 0px;
	line-height: 0%;
	height: 4px;
	position: relative;
}
.list_ecke_brd_main .ecke_n .ecke_e {
	top: -1px;
	right: -1px;
}
.list_ecke_brd_main .ecke_n .ecke_w {
	width: 15px;
	left: -2px;
}
.list_ecke_brd_main .ecke_s .ecke_e {
	bottom: -1px;
	right: -1px;
}
.list_ecke_brd_main .ecke_s .ecke_w {
	width: 10px;
	left: -2px;
}
.list_ecke_brd_main .ecke_n .ecke_e {
	background: url(images/ecke_ne.gif) no-repeat top right;
}
.list_ecke_brd_main .ecke_n .ecke_w {
	background: url(images/ecke_nw.gif) no-repeat top left;
}
.list_ecke_brd_main .ecke_s .ecke_e {
	background: url(images/ecke_se.gif) no-repeat top right;
	bottom: -1px;
}
.list_ecke_brd_main .ecke_s .ecke_w {
	background: url(images/ecke_sw.gif) no-repeat top left;
}
.list_ecke_brd_main2 {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-width: 1px 1px 1px 1px;
	background-color: #fff;
}
.list_ecke_brd_main2 .ecke_s .ecke_e, .list_ecke_brd_main2 .ecke_s .ecke_w {
	display: block;
	font-size: 0px;
	line-height: 0%;
	height: 4px;
	position: relative;
}
.list_ecke_brd_main2 .ecke_s .ecke_e {
	bottom: -1px;
	right: -1px;
}
.list_ecke_brd_main2 .ecke_s .ecke_w {
	width: 10px;
	left: -2px;
}
.list_ecke_brd_main2 .ecke_s .ecke_e {
	background: url(images/ecke_u_se.gif) no-repeat top right;
	bottom: -1px;
}
.list_ecke_brd_main2 .ecke_s .ecke_w {
	background: url(images/ecke_u_sw.gif) no-repeat top left;
}
.list_ecke_brd_main2 li {
	display: block;
	list-style: none;
	font-weight: bold;
}
/* NAVIGATION */
#stylefour {
	position: relative;
	display: block;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	border-top: 4px solid #fff;
}
#stylefour ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#stylefour ul li {
	display: block;
	float: left;
	margin: 0;
}
#stylefour ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0 20px;
	height: 23px;
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
#stylefour ul li a:hover, #stylefour ul li a.current {
	color: #ac0203;
	background: #fff url(images/bgON.gif) no-repeat top right;
}
.textarea {
	overflow: hidden;
	font-family: Arial, Verdana;
	font-size: 10px;
	width: 430px;
	height: 170px;
	margin-bottom: 15px;
	margin-top: 5px;
}

 .suggest_link {
        background-color: #FFFFFF;
        padding: 2px 6px 2px 6px;
    }
 
    .suggest_link_over {
        background-color: #3366CC;
        padding: 2px 6px 2px 6px;
    }
 
p { padding:5px; }
.cent {text-align:center; padding-bottom:15px;padding-top:15px;}

 .list_ecke_brd_main .ecke_s2 .ecke_e2, .list_ecke_brd_main .ecke_s2 .ecke_w2 { 
     display: block; 
     font-size: 0px; 
     line-height: 0%; 
     height: 4px; 
     position: relative; 
} 
 
.list_ecke_brd_main .ecke_s2 .ecke_e2 { 
     bottom: -1px; 
     right: -1px; 
} 
.list_ecke_brd_main .ecke_s2 .ecke_w2 { 
     width: 10px; 
     left: -2px; 
} 
.list_ecke_brd_main .ecke_s2 .ecke_e2 { 
     background: url(images/ecke_u_se.gif) no-repeat top right; 
     bottom: -1px; 
} 
.list_ecke_brd_main .ecke_s2 .ecke_w2 { 
     background: url(images/ecke_u_sw.gif) no-repeat top left; 
}

#tagcloud{ background: #303030; padding:10px 5px 10px 5px;}
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:underline; }

