@charset "utf-8";
body, table, .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	color:#000;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h4, .h5, .h6 {
	color:#535353;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
h1,.h1{
	border-bottom: 3px solid #B9B7A9;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #637876;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#fd8c42;
    text-decoration:none;
}
body {
	background-color:#DDD9C7;
}
.main {
	width:960px;
	margin: 0px auto;
	padding-top:20px;
}
.head{
	margin:10px 0;
}
.title{
	width:300px;
	float:left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.companyname a,.companyname a:hover {
	font-size:24px;
	line-height:1.3em;
	color:#535353;
	text-decoration:none;
}
.company a ,.company a:hover{
	text-decoration:none;
	color:#535353;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:305px;
	text-align:left;
}
.info_block .contact_info{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:650px;
	text-align:right;
	color:#535353;
}
.header_search_form{
	margin-top:10px;
}
.header_search_form .search_form_string{
	width:180px;
}
.headline_head {
	font-size:18px;
	text-decoration:none;
	font-weight:bolder;
	color:black;
}
.image{
	text-align: center;
	background-color:#fff;
	padding:5px;
	margin:15px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.telefon{
	font-size:20px;
	line-height:1.3em;
	color:#535353;
	margin-bottom:5px;
}
.menu{
	overflow:hidden;
	width:650px;
	float:right;
	margin:5px 0;
}
.menu ul{
	overflow:hidden;
	position:relative;
	text-align:right;
	float:right;
	background-color: #3B585C;
    border-radius: 10px 10px 10px 10px;
    margin: 0;
    padding: 10px;
}
.menu li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin:0px 0px 0px 10px;
}
.menu a{
	color: #fff;
	font-size:12px;
	line-height:1.3em;
	text-decoration:underline;
	padding:5px;
	display:inline-block;
	text-align: left;
}
.menu a:hover{
	font-size:12px;
	color: #fff;
	text-decoration:none;
}
.menu .current a{
	color: white;
	font-size:12px;
	background-color:#FD8C42;
	text-decoration:none;
	border-radius:5px;
	text-shadow:1px 1px #666;
}
.photo_list li a img{
	padding:5px;
	background:#fff;
	margin:10px;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
}
.photo_list li a:hover img{
	box-shadow:0 0 10px #000;
}
.footer {
	color:black;
	position: relative;
	border-top: 1px solid #B3B1A4;
}
.footer a,.footer a:hover{
	color:black;
	text-decoration:none;
}
.breadcrumbs{
	margin:10px 0;
	font-size:12px;
}
.show_all{
	text-align:right;
	font-style:italic;
}
.index_news,.photoalbum_index{
	margin-bottom:10px;
}
.content-top{
	margin-bottom:10px;
}
.top_date {
	display:none;
}
.bottom_date{
	color: #fff;
    display: block;
    font-size: 12px;
	background-color:#FD8C42;
	width:80px;
	text-align:center;
	margin-top:5px;
}
.news_headline{
	font-weight:bold;
}