﻿body{
	margin:0;
	padding:0;
	background:#fffbdb;
	font-family:Trebuchet MS;
}
h1{
	font-size:20pt;
}
img{
	border:0;
}
.bt_anbieter{
	width:340px;
	height:70px;
	padding:10px;
	border:1px solid #000000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
	float:left;
	margin:18px;
}

.bt_sonder a{
	text-decoration:none;
	color:#000;
}
.bt_abmelden{
	position:absolute;
	top:555px;	
}
.bt_abmelden a{
	text-decoration:none;
	color:#000;	
}
.bt_sonder{
	width:340px;
	height:40px;
	padding:25px 10px;
	border:1px solid #ff0000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
	clear:both;
	margin:18px;
	background:yellow;
}
#rahmen{
	border:2px solid #fcc300;
	padding:10px;
	margin:10px auto;
	width:800px;
	height:550px;
	overflow:auto;
}
#header{
	height:180px;
	background:#fcc300;
}
#header img#logo_ueffing{
	float:right;
	margin:5px;
}
#menu{
	background:#fcc300;
	margin-top:10px;
	padding:9px 10px 9px 10px;
	overflow:hidden;	
	font-size:12pt;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;
	margin:0 10px;
}

#menu ul li a{
	color:#000;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active{
	color:#e2001a;
}

#slogan{
	float:right;
	margin-right:60px;
	margin-top:10px;
}

#content{	
	height:325px;
}

#content #content_left, #content #content_right{
	width:50%;
	float:left;
	overflow:auto;
	height:325px;
}
#content h1{
	font-size:12pt;
}
#content p{
	font-size:10pt;
}
#content ul.leftmenu{
	padding-top:60px;
}

#content ul.leftmenu li{
	color:#fcc300;
	font-size:16pt;
	padding: 10px 0;
}

#content ul.leftmenu li a{
	color:#000;
	text-decoration:none;
}

#content ul.leftmenu li a:hover, #content ul.leftmenu li a.active{
	color:#e2001a;
}

#content div.mitarbeiter{
	width:150px;
	float:left;
	margin:30px 20px 0 20px;
}
#content div.mitarbeiter img{
	margin-bottom:5px;
}
#content div.mitarbeiter span.name{
	font-weight:bold;
	font-size:11pt;
}
#content div.mitarbeiter span.titel{
	font-style:italic;
	font-size:8pt;
}

form.kontakt{
	margin-left:17px;
}

form.kontakt input,form.kontakt textarea{
	width:300px;
	border:1px solid #000;
	font-family:Trebuchet MS;
	font-size:10pt;
}
form.kontakt textarea{
	height:100px;
	resize:none;
}
form.kontakt input.bt_send{
	width: 121px;
	height:25px;
	text-align:center;
	background:url('../img/bt_back.png');
	border:none;
	font-weight:bold;
	float:right;
}

form.login{
	padding-left:17px;
	padding-top:20px;
}

form.login input{
	width:250px;
	height:25px;
	border:1px solid #000;
	font-family:Trebuchet MS;
	font-size:10pt;
}
form.login input.bt_send{
	width: 250px;
	height:28px;
	text-align:center;
	background:#fcc300;
	border:1px solid #000;
	font-weight:bold;
	float:right;	
}

form.login table td{
	padding:5px;
}