@font-face {
    font-family: 'FuturaMedium';
    src: url('futurasb-medium-webfont.eot');
    src: url('futurasb-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurasb-medium-webfont.woff') format('woff'),
         url('futurasb-medium-webfont.ttf') format('truetype'),
         url('futurasb-medium-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
		overflow-y:scroll;
}

html,body
{
	color:#000000;
	font-family: "Arial";
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	margin: 0px;
}

a img
{
	border:none;
}

.bg
{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
}

.page
{
	width: 1036px;
	margin: 15px auto;
	position: relative;
}

.head
{
	height: 234px;
	background: url('../images/logo.png');
}

.navigation.top
{
	position: absolute; 
	top: 128px;
	left: 38px;
	width: 965px;
	background-color: #ffffff;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

.navigation.top li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.navigation.top li a
{
	display: block;
	color: #2f2f2d;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 32px;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 0.5px;
}

.navigation.top li a.active
{
	color: #f1f0ea;
}

.navigation.second
{
	position: absolute; 
	top: 260px;
	left: 0px;
	width: 236px;
	list-style-type: none;
	padding: 30px 38px;
	margin: 0px;
}

.navigation.second li 
{
	border-bottom: 1px solid #FFFFFF;
}

.navigation.second li a
{
	display: block;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation.second li a.active
{
	padding-left: 16px;
	background: url('../images/navisecond_aktiv.gif') center left no-repeat;
}

.navigation.second li a.active.bold
{
	padding-left: 0px;
	background: none;
	font-weight: bold;
}

.navigation.third
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.navigation.third li
{
	border: 0px;
}


.navigation.third li a
{
	font-size: 12px;
	padding: 4px 0px;
	
}

.content
{
	position: absolute;
	width: 596px;
	top: 205px;
	left: 260px;
	background: url('../images/content.png');
	padding: 60px 36px 36px 110px;
}

h1
{
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 38px 0px;
	font-size: 22px;
	line-height: 24px;
	font-family: 'FuturaMedium';
	
}

h2
{
	font-size: 14px;
}

.box.first.small
{
	width: 442px;
}

.box.second
{
	width: 127px;
	float: right;
	
}


.files,
.links
{
	display: block;
	padding: 10px 0px;
}

.files a,
.links a
{
	display: block;
	line-height: 21px;
}

.images a
{
	position: relative;	
	display: block;
	margin-bottom: 10px;
}

.images img.plus
{
	position: absolute; 
	top: 1px;
	right: 1px;
}


.newslist
{
	width: 100%;
	border-collapse: collapse;
}

.newslist td
{
	border-bottom: 1px solid #a7a69a;
	padding: 8px 0px 26px 0px;
	cursor: pointer;
}

.newslist .link
{
	text-decoration: none;
	font-size: 25px;
	display: block;
}

a.back
{
	position: absolute;
	top: 20px;
	left: 110px;	
}


table.partner
{
	width: 100%;
}

table.partner td
{
	padding: 0px 20px 20px 0px;
}


form
{
	margin-top: 20px;
}

label
{
	width: 150px;
	display: block;
}

label.error
{
	color: red;
	font-size: 10px;
	line-height: 11px;
}

input
{
	width: 325px;
	background: #FFFFFF;
	height: 18px;
}

input.checkbox
{
	width: auto;
	height: auto;
}

input.error
{
	border: 1px solid red;
}

textarea
{
	width: 100%;
	background: #FFFFFF;
	height: 75px;
}


.button
{
	width: 100px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	border: 0px;
	padding: 2px 0px;
	height: 24px;
	margin: 0px;
	display: block;
}

.thumbs
{
	clear:both;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.thumbs li
{
	float:left;
	width:252px;
	margin: 0px 10px 10px 0px;
}

.gallery a
{
	display:block;
}

.gallery h3
{
	clear:both;
}

.created {
    background: url("../images/created.gif") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    display: block;
    height: 175px;
    left: 0;
    position: absolute;
    width: 15px;
}


