/* @override http://hundeschule-hohenhorst.de/_css/layout.css */

body {
	background: #edf7f2 url('../_gfx/bg.gif') repeat-x;
	margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}
a{
	color: #96CA2D;
	text-decoration: none;
	border-bottom: 1px dotted #96CA2D;
}
a:hover{
	color: #4BB5C1;
	text-decoration: none;
	border-bottom: 1px dotted #4BB5C1;
}
h1{
	color: #4BB5C1;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.4em 0 0.6em 0;
}
h2{
	color: #96CA2D;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.6em 0;
}
h4{
	color: #96CA2D;
	font-size: 1.1em;
	margin:0;
}
table h4{
	color: #4BB5C1;
	font-size: 1.1em;
	margin:0;
	padding: 0;
}
table p {
	margin-top: 0;
}
#container{
	position: relative;
	top:0; left:0;
	width: 885px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 20px;
	text-align: left;
}
#header{
	height: 88px;
	margin-left:-20px;
	margin: 0 auto;
}
#menucontainer{
	float: left;
	width: 180px;
	float:left;
}
#menu{
	background: #edf7f2 url('../_gfx/bg_menu.gif') repeat-y;
	padding:0;
	list-style-type: none;
	margin: 10px 0;
}
#menu li{
	padding: 0; margin:0;
	display:block;
	width: 99%;
}
#menu a{
	color: #4bb5c1;
	font-size:0.9em;
	display:block;
	padding: 3px 7px;
	line-height:120%;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid white;
	border-bottom-color: #edf7f2;
}
#menu a.active, #menu a.active:hover{
	background-color: #FFF;
	border-color: #B5E655;
}
#menu a:hover{
	background-color: #FFF;
	border-color: #4bb5c1;
}
.pfoten{
	padding:0;
	padding-left: 20px;
	list-style-type: none;
	margin: 20px 0 0 0;
}
#main{
	width: 690px;
	float: right;
	margin: 10px 0;
}
#teasertext{
	width: 300px; 
	line-height: 140%;
}
#teaserbox{
	border: 1px solid #b5e655;
	padding: 12px;
	height: 133px;
}
#teaserimg{
	position: absolute;
	top:-76px; right: 24px;
	width: 365px;
}
#content{
	padding: 15px 12px;
}
#footer{
	background: #FFF url('../_gfx/bg_footer.gif') no-repeat bottom left;
	font-size: 0.9em;
	padding: 10px 0;
	top:0; left:0;
	width: 925px;
	margin: 0 auto;
	margin-bottom: 50px;
	color: #96CA2D;
	clear:both;
	float:none;
}
.clear{
	clear:both;
	float:none;
}
.col_left{
	width: 48%;
	float:left;
}

.col_right{
	width: 48%;
	float:right;
}
.kontakt label{
	font-size: 0.9em;
	display: block;
}
/* +++++++++++++++ Ajax AutoComplete ++++++++++++++++++ */

#suggestBoxElement {
	border: 1px solid #4BB5C1;
	visibility:hidden;
	text-align: left;
	white-space: nowrap;
	background-color: #fff;
	width: 263px;
	margin-top: 5px;
}
.suggestions { 
	font-size: 14;
	background-color: #fff;
}
.suggestionMouseOver {
	font-size: 14;
	background: #4BB5C1;
	color: white;
}

