/*------------------- allgemeine Hinwesie zum Seitenaufbau
a. CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 101%;
font-weight: normal;
}

/*  nimmt alles Listenpunkte zurück */

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

/*entfernt den RaHMEN BEI 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;
}

h1,
h2,
h3 {
	font-weight: bold;
	margin-bottom: 0.7em;
}

h1,
h2,
.extraspalte h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F6A97;
}

h1 {
	font-size: 1.5em;
	line-height: 22px;
}

h2 {
	font-size: 1.4em;
	line-height: 20px;
}
#container #content #spalte_rechte hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {
color: #505862;
font-size: 0.95em;
}

blockquote {
color: #f18110;
}

a:link,
a:visited {
color: #666666;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
	width: 75%;
	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;
}

#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;
}
#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;
}

#footer,
.clearfloat {
	clear: both;
	background-color: #E2E7ED;
	background:url(../img/tob_bg1.jpg);
}

#content p {
margin-bottom: 20px;
}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.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;
}

.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---------------------------------
-----------------------------------------------------------------*/
.techno #spalte_linke {
width: 27%;
}
.techno #hauptinhalt {
width: 70%;
}

.techno #hdMenu {
background: url(../img/nachtbruecke.png) no-repeat 230px 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: #FFDF03;
	padding: 4px;
	width: auto;
	border: 1px solid #C00;
	color: #000;
}

