body
{
	height: 100%; 
	margin: 0; 
	background: white url(../img/bg-main.gif) repeat-y center; 
	font-family: Verdana; 
	font-size: 13px;
	line-height: 150%;
}

img
{
	border: 0;
}

#container
{
	width: 900px; 
	margin: 0 auto; 
	height: 100%; 
	position: relative;
	background: url(../img/header.jpg) no-repeat;
	padding-top: 273px;
}

#content
{
	width: 600px;
	position: absolute; 
	top: 288px; 
	left: 0; 
	height: 100%;

}

a
{
	color: #005aaa;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#a_impressum
{
	position: relative; 
	top: -5px; 
	left: -10px;
	text-decoration: none;
	color: #fff;
}
#a_impressum:hover {
	color: #001c34;
}
#text
{
	margin: 20px;
	color: #003059;
	padding: 0 0 25px 0;
}

h1
{
	font-size: 19px;
	font-weight: 400;
	line-height: 150%;
}

h2
{
	font-size: 17px;
	font-weight: 400;
	margin: 25px 0 10px 0;
}

h3
{
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
}

p
{
	margin: 5px 0;
}
#navi
{
	width: 300px; 
	position: absolute; 
	top: 288px; 
	left: 600px; 
	height: 100%;
	font-family: 'Tw Cen MT Condensed', 'Gill Sans MT Condensed', 'HelveticaNeue Condensed Bold', 'Verdana';
}
#navi ul
{
	margin: 18px 0 0 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#navi ul ul
{
	margin: 10px 0;
	padding: 0 0 0 0;
}

#navi a {
	color: #fff;
	text-transform: uppercase;
	line-height: 150%;

}

#navi a:hover, a:active {
	color: #eadabc;
	text-decoration: none;
}

#navi a.active
{
	color: #eadabc;
}

#navi li
{
	color: #fff;
	font-size: 19px;
	
}
#navi li li 
{
	font-size: 15px;
}


#footer
{
	position: absolute; 
	top: 475px; 
	width: 300px; 
	text-align: right;
}
#logo
{
	margin-right: 20px;
}

#lang_select
{
	width: 280px; 
	padding-right: 20px; 
	font-size: 11px; 
	height: 20px; 
	overflow: hidden; 
}
.gallery
{
	margin-top: 25px;

	padding: 5px 5px 0 0;
	
}

.gallery a
{
}
.gallery a img
{
	margin: 0 5px 5px 0;
}
#intro
{
	z-index: 500;
	position: absolute;
	top: 0;
	width: 100%;
	height: 600px;
}
.small
	{	font-size: 11px;
}