@charset "utf-8";
/* CSS Document */
html {
	height: 101%; 
}
	
body{
margin:0;
padding:0;
line-height: 1.4em;
font-family:Arial, sans-serif;
font-size: 0.95em;
background-image:url(img/bg_kachel.jpg);
background-repeat:repeat-x;
background-color:#F9F9FF;
}

#maincontainer{
width: 914px; /*Width of main container*/
margin: 0px auto; /*Center container on page*/
background-image:url(img/content_kachel.gif);
background-repeat:repeat-y;
background-color:#FFF;
}
#maincontainer_start{
width: 914px; /*Width of main container*/
margin: 0px auto; /*Center container on page*/
background-image:url(img/content_kachel_start.gif);
background-repeat:repeat-y;
background-color:#FFF;
}

#topsection{
background: #EAEAEA;
height: 160px; /*Height of top section*/
background-image:url(img/header_top.jpg);
}
#topsection_bottom{
background: #EFEFEF;
height: 110px; /*Height of top section*/
background-image:url(img/header_bottom.jpg);
}
#topsection_bottom_startseite{
background: #EFEFEF;
/*height: 300px; /*Height of top section*/
background-image:url(img/header_bottom.jpg);
background-repeat: no-repeat;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 238px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 238px; /*Width of left column*/
margin-left: -914px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
height: 110px;
background: white;
background-image:url(img/footer.jpg);
color: #000;
font-size:10px;
}


.innertube_left{
margin: 55px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
line-height: 2em;
}
.innertube{
margin: 19px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-right: 50px;
}


h1{
	margin-top: 0px;
	font-size: 1.2em;
	font-weight:bold;
	color:#2165A9;
}

a:link {
	color: #2165A9;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}

a.nav:link {
	color: #2165A9;
	text-decoration: none;
}
a.nav:visited {
	color: #2165A9;
	text-decoration: none;
}
a.nav:hover {
	color: #666;
	text-decoration: none;
}
a.nav:active {
	color: #2165A9;
	text-decoration: none;
}

#footer a {
	color: #2165A9;
	text-decoration: none;
}
#footer a:visited {
	color: #2165A9;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#footer a:active {
	color: #2165A9;
	text-decoration: none;
}

.startfelder{
	line-height: 1.3em;
	font-size: 0.85em;
}

#listen {
	margin: 0;
	padding: 0;
	list-style: none;
}
#listen li {
	padding-left: 17px;
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 5px .5em;
}

#listen2 {
	margin-left: 20px;
	padding-left: 20px;
	list-style: none;
}
#listen2 li {
	padding-left: 15px;
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.nav{
	padding-left: 20px;
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 5px;
}
.formfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #999999;
	width: 200px;
}
.sendBttn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #000000;
	width: 135px;
}