body {
	margin: 0;
	padding: 0;
	background-image: url(../bilder/balken.gif);
	background-repeat: repeat-x;
}

a {
   text-decoration: none;
	color: #993333;
}

a: hover {
	color: #FF9900;
}

#grebner {
	vertical-align: bottom;
	padding-bottom:15px;
}

#adresse {
	font-family: georgia;
	color: #666666;
	line-height:16px;
	font-size: 12px;
	vertical-align: bottom;
	padding-bottom: 23px;
}

.ausgleich {
	line-height: 17px;
}


.logo {
	vertical-align: bottom;
	padding-bottom: 25px;
	padding-top: 34px;
	text-align: right;
}

/* NAVIGATION*/

.menue{
	background-color: #FFFFFF;
	color: #666666;
}

.menue ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.navi1 a {
	padding-left: 12px;
}

li.navi1 {
	float: left;
	padding-top: 5px;
	background-image: url(../button/button1.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 27px;
	font-family: georgia;
	font-size: 12px;
}

li.navi1-act a {
	padding-left: 12px;
}

li.navi1-act {
	float: left;
	color: #993333;
	padding-top: 5px;
	background-image: url(../button/button1_o.gif);
	background-repeat: no-repeat;

	width: 110px;
	height: 27px;
	font-family: georgia;
	font-size: 12px;
}

li.navi2 {
	float: left;
	font-family: georgia;
	font-size: 12px;
    padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #e5e5e5;
	background-color: #f6f6f6;
	margin-top: 2px;
	padding-bottom:2px;
	padding-top: 2px;
}

li.navi2-act{
	float: left;
	font-family: georgia;
	font-size: 12px;
    padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #e5e5e5;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom:2px;
	background-color: #e5e5e5;
}

li.navi3 {
	float: left;
	font-family: georgia;
	font-size: 12px;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom:2px;
	border-left: 2px solid #e5e5e5;
}

li.navi3-act{
	float: left;
	font-family: georgia;
	font-size: 12px;
    padding-left: 10px;
	padding-right:10px;
	padding-top: 2px;
	padding-bottom:2px;
	border-left: 2px solid #e5e5e5;
	background-color: #e5e5e5;
}

/* INHALT*/

.bild {
	font-family: georgia;
	font-size: 10px;
	text-align:left;
}

#inhalt_links {
	padding-top: 30px;
	vertical-align: top;
	text-align:left;
	font-family: georgia;
	font-size: 12px;
	line-height: 17px;
}

#inhalt_rechts {
	padding-top: 34px;
	vertical-align: top;
	font-family: georgia;
	font-size: 12px;
	line-height: 17px;
}

td {
	font-size: 12px;
}

#inhalt_links ul {
	padding: 0;
         list-style-image: url(../button/dot.gif);
}

/* FORMULARE */

input {
	font: Georgia;
	background-color: e5e5e5;
	border: 1px solid #993333;
}
