*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body
{
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-color:#4d7cb4;
	background-repeat:no-repeat;
	background-position:right top;
	margin:0px;
	padding:0px;
}
a.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#58585a;
}
a.content:hover
{
	text-decoration:underline;
}
a.overhead-navi
{
	font-size: 10px;
	text-decoration: none;
	color: #6c6c6f;
}

a.overhead-navi2
{
	font-family: Arial;
	font-size: 20px;
	text-decoration: none;
	color: #22599a;
}

a.main-navi
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

div.content-head
{
	position: relative;
	left: 11px;
	top: 4px;
	color: #FFFFFF;
	font-size: 10px;
}

div.content-text
{
	color: #58585a;
	position: relative;
	text-align: justify;
	width: 270px;
}
div.content-headline
{	
	color: #58585a;
	font-weight: bold;
}

h1
{	
	color: #58585a;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
p
{
	margin:0px;
	padding:0px;
	color: #58585a;
	text-align: left;
}


div.navi-button
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	position: relative;
	height: 21px;
	width: 112px;
	background-image:url(../images/button_bg.jpg);
	padding-left:18px;
	padding-top:4px;
	cursor:pointer;
}

div.navi-button-small
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	position: relative;
	height: 19px;
	width: 100px;
	background-image:url(../images/button_bg.jpg);
	padding-left:30px;
	padding-top:6px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}
div.navi-button-small:hover
{
	color:#5784b8;
}
div.navi-button:hover
{
	color:#5784b8;
}
input, select, textarea
{
	border:1px solid #999999;
}


div.galerie_zurueck
{
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background-image:url(../images/zurueck.gif);
	background-repeat:no-repeat;
	background-position:left;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

div.galerie_zurueck:hover
{
	cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


div.galerie_weiter
{
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	background-image:url(../images/weiter.gif);
	background-repeat:no-repeat;
	background-position:right;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

div.galerie_weiter:hover
{
	cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


li
{
	margin-left:17px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
	list-style-position:outside;
}

ul
{
	margin:0px;
	padding:0px;
}


.hd
{
	font-weight:bold;
}


a.team
{
	text-decoration:none;
	color:#333333;
}
a.team:hover
{
	text-decoration:underline;
}
