/* Generell Settings */

.center /* Tabellen */ { margin-left:auto; margin-right:auto}
.centertd {text-align:center}
li {margin-left: -25px}
.b {font-weight:bold}
.i { font-style: italic; }
h1 { font-size: 1.2em }
.right {text-align: right}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 30px;
	background-color: #000000;
	font-style:italic		


}

.banner
{
	background-image: url(../images/bgbanner.jpg);
	background-repeat: no-repeat;
}
.bgcolor {background-color: #01004F}
.padding {padding:5px 20px 5px 0px} 

/* Links (generell) */


a:link { color:#F5D817;text-decoration:none }
a:visited { color:#F5D817;text-decoration:none }
a:active { color:#000000;text-decoration:none }
a:hover {color:#FFFFFF;text-decoration:underline }

a.menu {font-size: 11px;font-weight:bold;text-decoration:none}
a.menu:link { color:#F5D817}
a.menu:visited { color:#F5D817}
a.menu:hover {color:#FFFFFF}

a.menu_aktiv:link, a.menu_aktiv:visited, a.menu_aktiv:hover {color:#FFFFFF;text-decoration:none;font-weight:bold}


.logo
{
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
}


.navigation
{
/*	position: absolute;
	z-index: 3;
	top: 15px;
	left: 20px;*/
	text-align: left;
	font-size: 11px;

}

.content 
/* zentrierte Textseiten 
Ausnahme: news.php, presse.php */
{width: 600px;margin-left:auto; margin-right:auto;text-align:center}

.contentgalerie
{
	background-color:#000000;
	position: absolute;
	top: 180px;
	left: 60px;
	height: 368px;
	padding: 0px 25px 5px 5px;
	width: 700px;
	overflow: auto;
}

.leftborder
{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding:12px
}

.fotoborder
{
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding:10px
}
.strich
{
	position: absolute;
	top: 150px;
	left: 200px;

}




