/*  HTML - TAGS */

HTML{

	height: 100%;
}

body{
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #cccccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1{
	font-size: 14px ;
	color : #6699FF ;
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #A0B335;
	padding-bottom: 5px;
}

 h3{
 	font-size: 11px;
	font-weight : bold;
 }
 
 h4{
 	background-image: url(images/bg_news.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	height : 20px;
	font-size: 11px;
	padding-top: 2px;
 }

 hr{
 
 }

/*  ENDE HTML - TAGS */


/*  SEITENLAYOUT  */

#body_all{
	padding-left: 0px;
}

#top_body{
	width : 758px;
	height: 100px;
}

#logo{
	background-image: url(images/logo.png);
	background-position: 29px 5px;
	background-repeat: no-repeat;
	height : 100px;
	width: 758px;
	float : left;
	
}

#logo_schrift{
	padding-top: 30px;
	font-family: Arial Black;
	font-size: 28px;
	color: #86836E;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#top_menu{
	margin-top: 25px;
	width : 400px;
	height: 25px;
	text-align:right;
	float : right;
	padding-right: 30px;
	vertical-align: middle;
}

#main_menu{
	padding-left: 30px;
	background-color:#86836E;
	width : 728px;
	height: 33px;
	text-align:left;
}

#pic{
	width : 758px;
	padding-bottom : 2px;
	padding-top:2px;
}

#spacer_grey{
	width: 758px;
	height: 10px;
	background-color: #C2BFB0;
}

#main_body{
	width : 758px;
}

#sub_menu{
	padding-top: 20px;
	padding-bottom: 20px;
	float : left;
	text-align: left;
	width : 220px;
}

#main_text{
	float : right;
	text-align: justify;
	padding: 20px 30px 20px 30px;
	width: 475px;
}

#footer{
	clear: both;
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 758px;
	height: 40px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
}

.news_headline{
	display : block;
	height : 20px;
	font-size: 11px;
	background-color: #55A2D0;
	padding-top: 2px;
	padding-left: 30px;
}

.news_text{
	display : block;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 30px;
}

.news_line{
	height : 1px;
	border-top: 1px dashed #DDD;
}

.top{
	background-image: url(images/pfeil_oben.jpg);
	background-repeat: no-repeat;
	margin : 20px 0px 20px 0px;
	display : block;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dashed #DDD;
}

.zitat{
		font-style: italic;
}

.preis{
	color : #990000;
	font-size : 14px;
	font-weight: bold;
}

/*  ENDE SEITENLAYOUT  */


/*  LINKS  */

a.toplevel:link , a.toplevel:visited{
	padding : 0px 5px 0px 5px;
}

a.toplevel:hover{ 
	
}

a.toplevel:active{
	
}

a.mainlevel:link , a.mainlevel:visited{
	padding : 10px 10px 10px 10px;
	text-transform:uppercase;
	text-decoration:none;
	color: #DDDDDD;
	border-left : solid 1px #86836E;
	border-right : solid 1px #86836E;
	display:block;
	float:left;
	vertical-align:middle;
	font-weight: normal;
}

a.mainlevel:hover{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #9B9884;
	color: #FFFFFF;
	text-decoration:none;
}

a.mainlevel_aktiv:link , a.mainlevel_aktiv:visited{
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background-color: #9B9884;
	color: #FFFFFF;
	display: block;
	float: left;
	vertical-align: middle;
	font-weight: normal;
}

a.sublevel:link , a.sublevel:visited{
	display: block;
	text-align: left;
	width: 190px;
	padding : 10px 0px 10px 30px;
	border-bottom: 1px solid #FFCC66;
	text-decoration:none;
	color: #666;
	font-weight: normal;
	letter-spacing: -1px;
}

a.sublevel:hover, a.sublevel_aktiv:hover{
	background-color: #F9EED6;
	color : #333;
	text-decoration:none;
}

a.sublevel_aktiv:link, a.sublevel_aktiv:visited {
	display: block;
	text-align: left;
	width: 190px;
	padding: 10px 0px 10px 30px;
	border-bottom: 1px solid #FFCC66;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
}

a:link , a:visited{
	font-weight: bold;
	color: #F6B13E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	  
}

a#referenzen:link , a#referenzen:visited{
	border: 1px solid #86836E;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	color: #666;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}

a#referenzen:hover{
	background-color: #CCCCCC;
}

/*  ENDE LINKS  */

/*  SONSTIGES  */

.table_head{
	background-color: #C2BFB0;
	color : white;
	border : 1px solid white;
}

.rahmen_TR{
	border : 1px solid #ccc;
}

.form_select {
	background-color: white;
	font-size: 11px;
	border: 1px solid #ccc;
	width: 400px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6699FF;
}


.inputbox_mail {
	background-color: white;
	font-size: 11px;
	border: 1px solid #ccc;
	width: 400px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top : 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6699FF;
}

.error_inputbox_mail {
	background-color: #FFFFCC;
	font-size: 11px;
	border: 1px solid #9F0004;
	width: 400px;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top : 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9F0004;
}

.inputbox_text {
	background-color: white;
	font-size: 11px;
	border: 1px solid #ccc;
	width: 400px;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top : 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6699FF;
}

.error_inputbox_text {
	background-color: #FFFFCC;
	font-size: 11px;
	border: 1px solid #9F0004;
	width: 400px;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top : 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9F0004;
}

.input_bez{
	display : block;
	width: 120px;
	text-align: right;
	float : left;
}

.form_300{
	margin-bottom:2px;
	background-color: white;
	font-size: 11px;
	border: 1px solid #ccc;
	width: 300px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6699FF;
}

.error_form_300{
	background-color: #FFFFCC;
	margin-bottom:2px;
	font-size: 11px;
	border: 1px solid ;
	width: 300px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9F0004;
} 

.errorTable 
{
	border: 1px solid #9F0004;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
} 
