/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body { font-family:Verdana, Helvetica, Arial, sans-serif;
       font-size: 11px;
}

#header {
	background: #C7D3EC url(logo_winter.jpg);
	background-repeat: no-repeat;
	height: 149px;
	color: #808080;
}

#header_menu{
	background-image: url(header_menu.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 30px;
      font-size: 10px;
	font-color: #808080;
	padding-top: 10px;
}

#header_menu a:link {color: #808080}     /* unvisited link */
#header_menu a:visited {color: #808080}  /* visited link */
#header_menu a:hover {color: #FF6633}   /* mouse over link */
#header_menu a:active {color: #FF3333}   /* selected link */

#container {
	font-size: 1.2em;

}



#left {
	float: left;
	width: 161px;
	margin-left: 20px!important;
	margin-left: 10px;
    padding-top: 0px;
}

#right {
	float: right;
	width: 180px;
	margin-right: 5px;
	padding-top: 0px;

}

#content {
	margin-right: 250px;
	margin-left: 210px;
	padding: 5px;
	background-image: url(bg_content_1.jpg);
	background-repeat: repeat-y;

}

/*IE hack*/* html 
#content{height: 500px;}


#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

#banner{
	margin-left: 10px;
	margin-top: 20px;
}

#laufbanner{
	padding-left:15px;
border-left: 1px solid #C2C2CA;
border-right: 1px solid #C2C2CA;
width: 143px;
}


h1 {
	margin-bottom: 40px;
	border-bottom: 1px solid #A7AAB3;
	font-size: 14px;
}

h2 {
	font-size: 12px;

}

h3 {
	font-size: 11px;

}

h4 {
	background-image: url(menu_tab.jpg);
	height: 25px;
	width: 146px;
	padding-top: 0px;
	padding-left: 15px;
}

h5 {
	background-image: url(menu_tab_2.jpg);
	height: 35px;
	width: 146px;
	padding-top: 0px;
	padding-left: 15px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 160px;
}

#navlist ul, li
{
list-style: none;
margin-left: 1px;
padding-left: 7px;
padding-bottom: 5px;
border-left: 1px solid #C2C2CA;
border-right: 1px solid #C2C2CA;
font-size:11px;
}

#navlist ul, li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: 30px;
	font-weight: bold;
	font-size: 1.1em;
}


/*Modul Bild und Text
*******************************************************************************/

.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;}

.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;
}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;
          }

.line{
	border-bottom: 1px solid #A7AAB3;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	color:#666;
}

#form-module fieldset {
	border:0px solid #ccc;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	padding:2px 5px;
	border:1px solid #333;
	background-color:#ccc;
	color:#666;
	text-align:center;
	cursor:pointer;
	float: center;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;

}

