/*** Default HTML styling ***/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	font-size: 13px;
	font-family: Tahoma, "Segoe UI", Arial, sans-serif;
	color: #333333;
	background: #7d0f07 url(images/header_bg.gif) repeat-x;

}
body {
	
}
form, p {
	display: block;
}
input, select {
	display: block;
	width: 100%;
	border: 0;
	text-align: left;
	font-size: 1.0em;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
}
div.both {
	display: block;
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
}
h1 {
	display: none;
}

hr {
	clear: both;
	color: #af1111;
	height: 0px;
	border-bottom: 1px solid #af1111;
	margin-bottom: 5px;
}

img {
	border: 0;
}
img.image_left {
	border: 1px solid #af1111;
	padding: 1px;
	float: left;
	margin: 0 10px 10px 0;
}
img.image_right {
	border: 1px solid #af1111;
	padding: 1px;
	float: right;
	margin: 0 0 10px 10px;
}

a {
	text-decoration: none;
}
a.button {
	display: block;
	background: url(images/button.png) no-repeat;
	line-height: 20px;
	color: #111111;
	width: 81px;
	overflow: hidden;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
}
a.more, div.more {
	float: right;
	background: url(images/sum.gif) no-repeat 0px 7px;
	padding-left: 12px;
	color: #111111;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a.album {
	float: left;
	border: 1px solid #333333;
	text-decoration: none;
	color: #333333;
	padding: 1px;
	margin: 0 5px 5px 0;
	text-align: center;
}
a.album:hover {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}
a.album img {
	padding: 0;
	margin: 0;
}
div.information {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/information.gif) no-repeat left center;
}
div.warning {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/warning.gif) no-repeat left center;
}
div.information ul {
	margin-left: 15px;
}

/*** content ***/
div#container {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

div#header {
	background: url(images/header_bg.jpg) repeat-x;
	height: 453px;
	width: 950px;
	margin-top: 0px;
}
div#header div.top {
	background: url(images/logo.jpg) no-repeat;
	position: relative;
	height: 108px;
	width: 950px;
}
div#header div.tel {
	position: absolute;
	background: url(images/telefoon.gif) no-repeat left center;
	padding: 0 45px; 
	bottom: 30px; 
	right: 10px;
}
div#header div.menu {
	position: relative;
}
div#header div.menu ul {
	background: #a7a7a7 url(images/menu_bg.jpg);
	height: 37px;
	width: 950px;
	color: #FFFFFF;
	display: block;
}
div#header div.menu li {
	display: block;
	background: url(images/menu_seperator.gif) repeat-y;
	text-transform: uppercase;
	float: left;
	padding-top: 13px;
	padding-left: 22px;
	padding-right: 22px;
	color: #FFFFFF;
	list-style-type: none;
	height: 24px;
}
div#header div.menu li b {
	font-weight: normal;
}
div#header div.menu ul ul {
	position: absolute;
	background: #AAAAAA;
	width: 200px;
	display: block;
	height: auto;
	border-bottom: 1px solid #888888;
	top: 34px;
	display: none;
}
div#header div.menu ul li:hover ul {
	display: block;
}
div#header div.menu ul ul li {
	display: block;
	float: none;
	border: 1px solid #888888;
	border-bottom: 0px;
	background: #AAAAAA;
	padding: 0 5px;
	margin: 0;
	line-height: 20px;
	height: auto;
}
div#header div.menu ul ul li:hover {
	background-color: #CCCCCC;
}
div#header div.menu ul ul li a {
	display: block;
	text-transform: none;
}
div#header div.languages img {
	float: left;
	margin-left: 5px;
}
div#header ul li {
	float: left;
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
}
div#header ul li a {
	color: #FFFFFF;
}
div#header ul li a:hover, div#header ul li.selected a, div#header ul li ul li a:hover, div#header ul li ul li.selected a {
	color: #FFFFFF;
}
div#header ul li.selected a {
	font-weight: bold;
}
div#header ul li.selected li a {
	font-weight: normal;
}
div#header div.mid {
	background: url(images/mid_bg.jpg);
	height: 308px;
}
div#header div.mid_text {
	font-family: arial;
	height: 150px;
	width: 240px;
	display: block;
	padding-top: 50px;
	padding-left: 50px;
}
div#header div.mid_text h2 {
	padding-bottom: 10px;
}
div#header div.mid_text p {

}

div#midmenu {
	float: left;
	height: 125px;
}
div#midmenu a {
	display: block;
	float: left;
}

div#content {
	width: 950px;
	background: #fdfcfc;
}
div#content div.content_left {
	float: left;
	width: 246px;
	padding-left: 25px;
}

h2 {
	color: #B7161C;
	font-weight: normal;
	display: block;
}
h2 b {
	color: #000000;
}
h2 small {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #777777;
}

div.content_left {
	
}
div.content_left h2 {
	font-size: 15px;
}
div.content_left div.block_news {
	display: block;
	padding: 8px;
	margin-bottom: 20px;
}
div.content_left div.block_news h2 {

}
div.content_left div.block_news p {
	background: #656056 url(images/news_bg.gif);
	width: 246px;
	height: 46px;
	padding: 0px;
	margin: 10px;
	color: #767676;
}
div.content_left div.block_news a {
	color: #000000;
	text-decoration: underline;
}
div.content_left div.block_news img {
	float: left;
	margin-right: 10px;
}
div.content_left div.block_partner {
	padding: 8px;
	margin-bottom: 10px;
}
div.content_left div.block_partner p {
	background: #656056 url(images/news_bg.gif);
	width: 246px;
	height: 46px;
	color: #000000;
}
div.content_left div.block_newsletter {
	background: url(images/newsletter_bg.gif) no-repeat;
	padding: 8px;
	width: 246px;
	height: 115px;
}
div.content_left div.block_newsletter p {
	margin-top: 3px;
	color: #000000;
}
div.block_newsletter input.text {
	background-color: #FFFFFF;
	border: 1px solid #b8b6b4;
	width: 170px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}
div.block_newsletter input.submit {
	float: right;
	width: 37px;
	background-color: #7a0c0c;
}
div.content_right {
	float: right;
	width: 620px;
	padding: 10px;
	background-color: #FFFFFF;
}
div.content_right h2 {

}
div.content_right p {
	margin-bottom: 8px;
}

div.content_right div.image {
	margin-bottom: 5px;
}
div.content_right div.image div {
	display: none;
}
div.content_right_bottom {
	float: right;
	width: 620px;
	padding: 10px;
	background-color: #FFFFFF;
}
div.content_right_bottom_left {
	width: 430px;
	float:left;
}
div.content_right_bottom_left p {
	margin-bottom: 8px;
}
div.content_right_bottom_left img {
	float: left;
	margin-right: 10px;
}
div.content_right_bottom_right {
	float:right;
	width: 150px;
}
div.content_right_bottom_right h2 {
	margin-bottom: 15px;
}
div.content_right_bottom_right img {
	float: right;
	margin-right: 10px;
}

div#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	height: 33px;
	width: 957px;
	font-size: 12px;
}
div#footer p {
	width: 957px;
	position: absolute;
	margin-left: 50px;
	margin-top: 8px;
	color: #c4c4c4;
}
div#footer a {
	color: #c4c4c4;
}
div#footer div.footer_bottom {
	position: absolute;
	margin-top: 30px;
	text-align: center;
}


table.design {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 5px;
}
table.design th {
	background: #e2e1e1 url(images/content_spacer.gif) repeat-x;
	color: #000000;
	text-align: left;
	font-size: 11px;
	padding: 0px 5px;
	line-height: 22px;
	border-top: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
}
table.design tr td {
	background: #FAFAFA;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	padding: 0px 5px;
	line-height: 22px;
	vertical-align: top;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td input {
	width: 95%;
	margin: 2px 0px;
	border: 1px solid #777777;
}
table.design tr td label input {
	margin: 0px;
	width: auto;
}
table.design tr td textarea {
	width: 95%;
	height: 150px;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #777777;
}
table.design tr td select {
	border: 1px solid #777777;
	width: 95%;
	margin: 2px 0px;
}
