/* Body & Layout Styles */
.boxlink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 6px 0 0 0;
}

a.boxlink {
	color: #333333;
	padding: 3px;
	border: 1px solid #0B2B5B;
	background-color: #F3F3F3;
	text-decoration: none;
	border-color: #666666;
	margin: 6px 0 0 0;
}
a:active.boxlink {
	text-decoration: underline;
	color: black;
	padding: 3px;
	border: 1px solid #0B2B5B;
	background-color: #F3F3F3;
	text-decoration: none;
	border-color: #0B2B5B;
	margin: 6px 0 0 0;
}

a:visited.boxlink	{
	text-decoration: underline;
	color: #333333;
	padding: 3px;
	border: 1px solid #0B2B5B;
	background-color: #F3F3F3;
	text-decoration: none;
	border-color: #666666;
	margin: 6px 0 0 0;
}

a:hover.boxlink {
	color: #333333;
	padding: 3px;
	border: 1px solid #FFFFFF;
	background-color: #FBCA12;
	text-decoration: none;
	border-color: #666666;
	margin: 6px 0 0 0;
}


body {
	margin:0 auto;
	padding:0;
	background-color: #000;
	background-image: url(pix/bg_body.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
	color: #313131;
}

#container {
	width: 980px;
	position:relative;
	height: auto;
	margin: 12px auto;
}

#header {
	position: relative;	
	width: 980px;
}

#subheader {
	position: relative;	
	width: 980px;
	
}

#mainbox {
	background: url(pix/bg_mainbox.jpg) repeat-y;
	width: 980px;
	height: auto;
	overflow: hidden;
	
}
#menu {
	width: 280px;
	float: left;
	position: relative;
	margin: auto;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	width: 640px;
	padding: 30px;
	position: relative;
	float: right;
	margin: auto;
	background-color: #FFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}

#footer {
	clear: both;
	width: 980px;
	position: relative;
	height: 100px;
}

#streifen {
	background-color: #febd17;
	width: 100%;
	height: 11px;
	top: 0px;
	position:fixed;
}

td {
	vertical-align:top;
}

td#tabu {
	height:30px;
	background:url(pics/fusszeile.gif) no-repeat;
}


td#titel {
	/*	background:url(pics/titel.jpg) no-repeat; */
	width:900px;
	height:236px;
	vertical-align:bottom;
}


td#inhalt {
	width:652px;
	background-position: bottom;
	background-color: #FFFFFF;
	clear: inherit;
}
/*
 td#inhalt img {
	float:left;
	clear:both;
	margin: 0 0 0 0;
	padding:0;
	border:0;
}



td#inhalt img#aktuelles {
	margin-top:14px;
	float:none;
	clear:none;
}
*/
.titelgfx {
	line-height: 26px;
	letter-spacing: normal;
	text-align: left;
	width: 324px;
	margin-left: -2px;
	padding-bottom: 35px;
}

.starttext {
	line-height: 24px;
	letter-spacing: normal;
	text-align: left;
}

.startbild {
	line-height: 16px;
	letter-spacing: normal;
	text-align: justify;
	width: 300px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3E3E3E;
}

/*
#inhalt table {
	text-align: justify;
	vertical-align: top;
	clear: inherit;
}


#inhalt table img {
	border:0;
}

#template2 td img {
	padding-left:0px;
	padding-top:0px;
	border:0;
}
*/

/* Body & Layout Styles Ende */

/* Menü und Navigations Styles */

.menu {
	width:247px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}

table#navigation {
	padding:0;
	width:226px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing: 0,5
}
table#navigation a {
	text-decoration:none;
	float:left;
	clear:both;
	width:213px;
	height:22px;
	padding:8px 0px 2px 34px;
	background:url(pix/button_inaktiv.gif);
	color:#080705;
	font-size: 15px;
}
table#navigation a:hover {
	height:22px;
	padding:8px 0px 2px 34px;
	background:url(pix/button_hover.gif);
	color:#0D0C0A;
}
table#navigation a.aktiv, table#navigation a.aktiv:hover {
	height:22px;
	padding:8px 0px 2px 34px;
	background:url(pix/button_aktiv.gif);
	color:#0B0A06;
	font-size: 15px;
}
.team_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}


table#navigation a.sub{
	background:url(pix/button_sub_inaktiv.gif);
	width:211px;
	height:18px;
	padding: 8px 0px 2px 36px;
	font-size:11px;
	color:#3E3E3E;
}

table#navigation a.sub:hover{
	background:url(pix/button_sub_hover.gif);
	width:211px;
	height:18px;
	padding: 8px 0px 2px 36px;
	font-size:11px;
	color:#050503;

}

table#navigation a.subaktiv, table#navigation a.subaktiv:hover{
	background:url(pics/btnli_aktiv.gif);
	width:135px;
	height:27px;
	padding: 9px 0px 0px 52px;
	font-size:11px;
	color:#FFFFFF;
}

a.navi_banner {
	text-decoration:none;
	float:left;
	clear:both;
	width:137px;
	height:30px;
	padding:0 0 11px 50px;
	background:none;
	color:#000;

	}
	
.felder	{
	color:#000000;
	background-Color:#FFFFCC;
	}

.focus	{
	color:#000000;
	background-Color:#ffc200;
	}

.blur	{
	color:#000000;
	background-Color:#FFFFCC;
}

.bild_links {
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.bild_rechts {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
	float: right;
	clear: right;
}

#galerie2 {
	background-color: #FFFFFF;
	margin: 9px;
}

.galerie2 {
	border:solid 1px #847b58;
	padding:10px;
	background:#ffffff;
	margin: 0px;
	margin-bottom: 30px;


.gruenderstar {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

sup {
	font-size: 9px;
	line-height:2px;
}

