@CHARSET "UTF-8";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Julia Zehentner							#
 * # 												#
 * # Datum: 07.07.2009								#
 * # 												#
 * ################################################## 
 */


html, body {
	height:101%;

}

body, * {
	margin:0;
	padding: 0;
}
/*STRUKUTR*/
body {
	background:#00325a url(../img/seitenhintergrund.gif) left top repeat-x;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	line-height:1.8em;

}

img{
	border:none;
}

#frame{
	width:998px;
	background: url(../img/schatten2.png) left top repeat-y;
	
	min-height:101%;
	_height:100%;
	margin:auto;	
}

#container{
	width:959px;
	margin-left:20px;
	/*background: #ffffff;*/
	min-height:100%;
	_height:100%;
	background: url(../img/contentHG2.jpg) left 248px  no-repeat;
	
}
#head{
	position:relative;
	height:158px;
	padding-top:90px;
	background: url(../img/kopf.jpg) center top no-repeat;
}

#sportGallery{
	height:128px;
	position:relative;
	/*background: url(../img/bild.jpg) center top no-repeat;*/	
}

#metanav{
	height:30px;
	text-align:right;
	
}

#logo{
	width:155px;
	height:170px;
	background: url(../img/logo.png) top left no-repeat;
	position:absolute;
	z-index:100;
	left:402px;
	bottom:80px;
}

#content{
	width:959px;

	min-height:700px;
	
}

#navi{
	width:191px;
	
	float:left;
	min-height:100%;
	padding-top:30px;
	
}

.mainnav{
border-bottom:1px solid #9eb4c9;
margin-bottom:60px;
}
	
	
#sub{
	width:768px;
	float:left;
	min-height:30px;
}

/*SUB STANDARD*/
#rcon{
	width:191px;
	float:left;
	padding-top:30px;
	padding-left:1px;
}

#mcon{
	float:left;
	width:546px;
	padding: 0px 15px 30px;
	min-height:20px;
	_height:20px;
}

/*SUB HOME*/

#middle{
	width:383px;
	float:left;
	padding-left:1px;
}
#middle .textwrap{
	padding:10px 15px;
}

#sub .newsblock{
	width:383px;
	height:380px;
	overflow:auto; 
	/*border-bottom:1px solid #9eb4c9;*/
	background: url(../img/schatten_oben.png) left top  no-repeat;
	_background:none;
}

#sub .newsblock .textwrap{
	border:none;
	background:none;
}

#middle .textwrap, #right .textwrap{
	border-bottom:1px solid #9eb4c9;
	background: url(../img/schatten_oben.png) left top  no-repeat;
	_background: none;
}

#right .textwrap{
	padding: 10px 0 0 0;
}

#right{
	float:left;
	width:383px;
	padding-left:1px;
	min-height:20px;
	_height:20px;
}

/**NAVI**/

#rcon .subnav{
	border-bottom:1px solid #9eb4c9;
	/*padding-top:30px;*/
}
/**METANAVI**/

#metanav ul.metanavi{
	list-style-type: none;
	list-style-image:none;
	float:right;
}

#metanav ul.metanavi li{
	float:left;
}
/*BREADCRUMBS*/

#mcon .crumbs{
	font-style:italic;
	font-family:Georgia;
	color:#bccee3;
	padding:10px 0;
}
#mcon .crumbs a{
	color:#bccee3;
}

/*RECHTE SPALTE*/

#rcon .textwrap{
	padding-bottom:30px;
}



