/*------------------- allgemeine Hinwesie zum Seitenaufbau
a. CSS RESET setzt alle margins auf 0---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 101%;
font-weight: normal;
}

/*  nimmt alle Listenpunkte zurück */

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

/*entfernt RaHMEN BEI Bildern und VERLINKTEN bildern */

img,
a img {
border: none;
}

/*------------------Typo-spezifikationen ----------------
---------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background: #c8c8c8 url(../bgImg/body_hintergrund.jpg) repeat left top;
	line-height: 1.5em;
	text-align: left;
}

/*   Größen für Überschriften*/

h1,
h2,
h3 {
	font-weight: bold;
	margin-bottom: 0.7em;
}

/*h1,
h2,
.extraspalte h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}*/

h1 {
	font-size: 1.5em;
	line-height: 22px;
	color: #6577A9;
}

h2 {
	font-size: 1.2em;
	line-height: 20px;
}


h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {
color: #505862;
font-size: 0.95em;
}

blockquote {
color: #f18110;
}

a:link,
a:visited {
	color: #6577A9;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
	width: 950px;
	min-width: 600px;
	max-width: 950px;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#container #content #spalte_rechte hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/* Position relative wegen Headernavigation auf "absolute"*/
#header {
	background-color: #e2e7ed;
	position: relative;
	background-repeat: repeat;
}

/*#hdTop {
	height: 90px;
	background-repeat: repeat-x;
	background-position: left top;
}*/

#logo {
	padding-top: 10px;
	padding-left: 20px;
	height: 40px;
}

#topmenu {
	height: 228px;
	position: relative;
	background-image: url(../bgImg/hg_bild_breit.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	margin-top: 20px;
	background-color: #DADFE5;
}
#header_top #logo img {
	margin-left: 0px;
	margin-top: 10px;
}


#content {
	background-color: transparent;
	padding: 30px 20px;
	background-image: url(../bgImg/schmutz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content .kontakt{
	background-color: transparent;
	padding: 30px 20px;
	background-image: url(../bgImg/welt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.kontakt #content {
background-image: url(../bgImg/welt.gif);
}
#spalte_linke {
	width: 35%;
	float: left;
}

#hauptinhalt {
margin: 0;
float: right;
width: 60%;
}

#wrapper {
float: left;
width: 70%;
}

#spalte_rechte {
	width: 27%;
	float: right;
}

#spalte_rechte ul li {
	padding: 5px 0 5px 20px;
	background-image: url(../bgImg/top_home.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#spalte_linke .direktlinks {
	list-style-position: inside;
	list-style-image: url(../bgImg/top_home.gif);
}




#content p {
margin-bottom: 20px;
}


/* ------------ Fußbereiche -------
------*/
#footer p {
font-size: 0.9em;
text-align: center;
}

#footer,
.clearfloat {
	clear: both;
	background-color: #E2E7ED;
	background:url(../img/tob_bg1.jpg);
}

/*------------------- Float-Klassen--------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

/* */
.ut {
color: #000;
font-size: 0.65em;
font-weight: bold;
font-variant: small-caps;
font-family: Tahoma,Arial,Helvetica,sans-serif;
margin-right: 30px;
display: block;
text-align: right;
}

/* Cliffhanger auf hauptseiten > bitte hier weiterlesen*/
.mehrInfo {
font-size: 0.8em;
margin-top: 8px;
display: block;
text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
padding: 2px 20px;
}


/*-----------2-spaltiges Design---------------------------------
-----------------------------------------------------------------*/
.grafik #spalte_linke {
width: 35%;
}
.grafik #hauptinhalt {
width: 60%;
}

.grafik #topmenu {
	background-image: url(../bgImg/hg_bild_breit_grafik.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
}

.extraspalte {
width: 46%;
}
#container #content #wrapper #spalte_linke img {
	border: 3px solid #CCCCCC;
	margin-left: -1px;
	margin-bottom: 20px;
	margin-top: -1px;
	padding: 2px;
}

.active {border-color:#FF0000;}
.rechts_teaser {
	font-size: 0.7em;
	background-color: #FFC;
	padding: 4px;
	width: auto;
	border: 1px solid #C00;
	color: #000;
}
.mitte_teaser {
	font-size: 0.9em;
	background-color: #FFC;
	padding: 4px;
	width: auto;
	border: 1px solid #C00;
	color: #000;
}
.look_and_feel {
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
	padding: 5px;
}
td {
	padding-left: 3px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	text-align: left;
	padding-left: 3px;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	background-color: #CCC;
}
tr {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.prominent_h4 {
	font-weight: bold;
	color: #6577B9;
	font-size: 1.2em;
}
table {
	border: 1px solid #999;
}
#footer address {
	font-style: normal;
	text-align: center;
}
