* {
	margin: 0;
	padding: 0;
}

body {
	background: white url(../img/bodyb.png) repeat-x;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #4b4b4b;
}

.clear{
	clear: both;
}

img, div, a, input { behavior: url(/public/css/iepngfix.htc) }

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

div#main{
	width: 880px;
	margin: 0 auto;
}
div#top{
	height: 144px;
	background: url(../img/topb.jpg) no-repeat;
}
div#top ul{
	float: right;
	margin-right: 20px;
	margin-top: 100px;
	list-style: none;
}
div#top li{
	display: inline;
}
div#top a,div#top span,div#top a:HOVER{
	text-decoration: none;
	padding-left: 10px;
	color: #327d8a;
	font-size: 17px;
	font-weight: bold;
}
div#logo{
	height: 234px;
	background: url(../img/logob.jpg) no-repeat;	
}
div#left{
	float: left;
	width: 610px;
	
	min-height: 200px;
}
div#left h1{
	text-align: left;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	color: #327d8a;
	display: block;
	height: 33px;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom: solid 1px #bebebe;
}
div#content{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 20px;
	border-right: solid 1px #bebebe;
	
	min-height: 150px;
}
div#right{
	float: right;
	width: 270px;
	text-align: center;
}
div#right h1{
	text-align: left;
	color: white;
	padding-top: 5px;
	padding-left: 15px;
	font-style: italic;
	font-size: 20px;
	display: block;
	height: 34px;
	background: url(../img/headerb.png) repeat-x;
}
div#right p{
	margin-top: 30px;
	font-size: 30px;
	color: #327d8a;
	font-weight: bold;
	font-style: italic;
}
div#right span{
	font-size: 22px;
	font-weight: normal;
}
div#right a,div#right a:HOVER{
	text-decoration: none;
	font-size: 25px;
	color: #327d8a;
	font-weight: bold;
	font-style: italic;
		
}
div#footer{
	clear: both;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}
div#footerleft{
	float: left;
	width: 609px;
	height: 39px;
	background: url(../img/footerb.png) repeat-x;
	border-right: 1px solid white;
}
div#footerleft ul{
	padding-left: 10px;
	list-style: none;
	
}
div#footerleft li{
	padding-left: 10px;
	display: inline-table;
	
	height: 100%;
}

div#footerleft a{
	height: 39px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-style: italic;
}
div#footerleft span{
	padding-left: 10px;
	height: 39px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-style: italic;
}
div#footerright{
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	font-style: italic;
}
div#footerright img{
	vertical-align: middle;
}
div#copy{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
}
div#kontaktleft{
	float: left;
	width: 50%;
	border-right: 1px solid #bebebe;
}
div#kontaktright{
	padding: 10px;
	float: right;
	width: 40%;
}
