/* ar priori main styles */
/* Grafikversion */ 


/* LAYOUT ----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	}

a {
	text-decoration: underline;
	color: #F99804;
}

a:hover {
	color: #8B163B;
}



body {	
	background-color: #FFFAF2;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
}

#outerwrapper {
	background-image: url(/css/images/bg_big.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 550px;
	margin: auto;
	margin-top: 5px;
	}

#copy {	
	width: 350px;
	float: left;
	margin-top: 100px;
	margin-left: 55px;
	}


h1 {
	font-size: 1.6em;
	color: #8B163B;
	font-family: Georgia, "Times New Roman", Times, serif;	
	line-height: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.0em;
	color: black;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	margin-top: 1em;
}

p 	{
	margin-top: 10px;
	}

#copy ul li {
background: url('/rootgif/bullet_aktiv.gif') 0px 5px no-repeat;
margin-bottom: 5px;
margin-top: 5px;
padding-left: 15px;
list-style-type: none;
}


/*--------Navigation----------------------------------- */

#navi_box {
	width: 145px;
	text-align: left;
	float: left;
	height: 440px;
	margin-top: 100px;
	margin-left: 10px;
	position: relative;
	display:block;
	}
* html #navi_box   {  	/* korrigiert Abstand für den Explorer */
	/* \*/ 
	margin-left: 5px;
	/* */ 
}


#navi_box li{
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: none;
	}


#navi_box #navi_oben li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #8B163B;	
	background: url('/rootgif/bullet.gif') 0px 5px no-repeat;
	text-decoration: none;
	padding-left: 15px;
	
}

#navi_box #navi_oben ul li a.current {
	background: url('/rootgif/bullet_aktiv.gif') 0px 5px no-repeat;
}
	
#navi_box #navi_oben li a:hover {
	background: url('/rootgif/bullet_aktiv.gif') 0px 5px no-repeat;
}	

#navi_box #navi_oben ul li ul li{
	list-style-position: outside;
	width: 130px;
	margin-left: 10px;
}

#navi_box #navi_oben ul li ul li a {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 8px;
}
	
/*--------Navigation Unten----------------------------------- */ 
#navi_unten {
	position: absolute;
  bottom: 0px;
	margin-left: 20px;
	font-size: 11px;
	}

#navi_unten a {
	color: #333;
	text-decoration: none;
}

#navi_unten a:hover {
	color: #8B163B;
}

/*--------Rechte Box----------------------------------- */ 

#rechte_box {
	width: 150px;
	float: right;
	margin-right: 40px;
	font-size: 0.8em;
	font-size: 11px;
	color: #8B163B;
	}

/*--------TV BEITRAG----------------------------------- */
p.tv {
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #8B163B;
	border-bottom: 1px solid #8B163B;
}

p.tv a {
	text-decoration: none;
	padding-left: 40px;
	background: url(images/tv_button.gif) top left no-repeat;
	height: 45px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

p.tv a:hover {
	background: url(images/tv_button.gif) bottom left no-repeat;
}

p.tv a span {
	font-size:11px;
	color:#8B163B;
}
	
/*--------Footer----------------------------------- */ 
#footer {
	width: 748px;
	height: 30px;
	text-align: right;
	font-size: 0.8em;
	background-color: #FFFAF2;	
	border-top: 1px solid #8B163B;
	float: left;
	}

.left {
	float: left;
}
.footer_abstand {
	margin-right: 15px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #8B163B;
	text-decoration: underline;
}

.notshown {
display: none;
}


/* 2005 Image Transfer GmbH */ 


