@charset "utf-8";
/*Projekt: www.krueger.de
Author: Sigrid Lückoff
copyright: www.temedes.de*/
@charset "utf-8";
body {
	font: 120% Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0; 
	padding: 0;
	background-color: #666;
}
html { 
    overflow: -moz-scrollbars-vertical; 
}

table, td, div, p, li{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 130%;
}
h1 {
	font-size:15px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
	line-height:120%;
}
/*  ---------------Container------------------  */
#header, #bottom {
	border: 10px solid #FFF;
	background-color: #D5D6D8;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	border-right:10px solid #FFF;
	border-left:10px solid #FFF;
	background-color: #D5D6D8;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#bottom{
	font-weight:bold;
}
/*  ----------------Inhalte--------------------  */
#text{
	border-right:10px solid #FFF;
	border-left:10px solid #FFF;
}
#main #text{
	background-color:#FFF;
	height: 470px;
}
#header #text{
	background-image:url(../img/bg_rot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#header #abs {
	padding-bottom:16px;
}
#wetter{
	border-bottom: 10px solid #F00;
	border-top: 10px solid #F00;
}
.lioben, .reoben{
	background-color: #F00;
	height: 140px;
	border-bottom: 10px solid #D5D6D8;
	border-top: 10px solid #F00;
	height: 100px;
}
.lioben {
	padding-bottom:20px;
}
.reoben{
	padding-bottom:9px;
}
.liunten, .reunten {
	border-bottom: 10px solid #D5D6D8;
	border-top: 10px solid #FFF;
	background-color: #F00;
	background-image:url(../img/bg_grau.gif);
	background-position: top;
	background-repeat:repeat-x;
	height: 140px;
	padding-top: 25px;
}
.liunten a img, .reunten a img, .reoben a img{
	border: 2px solid #000;
	}
#bottom td {
	padding-top:12px;
	padding-bottom: 3px;
}
#bottom #text {
	background-color:#F00;
	background-image:url(../img/bg_grau.gif);
	background-position: top;
	background-repeat:repeat-x;
	}
.footer{
	background-image:url(../img/bg_rot.gif);
	background-repeat:repeat-x;
	background-position: top;
}
/*  ----------------Links--------------------  */
a{
	color:#F00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
.footer a{
	color:#000;
}
/*  ----------------Kontakt--------------------  */
.rand{
	border: solid 2px #000;
}
.rand2{
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
}
.abst{
	padding-top:20px;
}
/*  ----------------Menü--------------------  */
#menu{
	height:250px;
	padding-top: 30px;
	border-bottom: 10px solid #F00;
	border-top: 10px solid #F00;
}
#menu ul{
	list-style-type:none;
}
#menu a{
	display:block;
	font-size:15px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	height: 28px;
	width:95px;
	line-height: 28px;
	border-bottom: 2px solid #D5D6D8;
}
#menu a:hover, a#active{
	border-bottom: 2px solid #FFF;
}