﻿
/*Banner*/

#banner {
position: absolute; 
width: 98%; 
height: 103px; 
z-index: 1; 
left: 1%; 
top: 10px; 
right: 1%;
padding-bottom:1px;
}

.img_banner{
margin:0;
}

.img_logo{
position:absolute;
margin:0;
}

#navi_oben{
position: absolute; 
width: 98%; 
height: 18px; 
z-index: 2; 
left: 1%; 
top: 113px;
right:1%;
background-color:#890547;
}

/*Container*/

#container{
background-color:#dcdcdc;
position: absolute;
width:98%;
left: 1%; 
top: 131px; 
font-family:Arial, Helvetica, Sans-Serif;
right:1%;
z-index: 3;
background-image:url(../images/header/navi_hintergrund_rlp.jpg);
background-repeat:repeat-y;
}

	#navi_links {  
	width: 170px;
	float: left;  
	left: 0;
	line-height:25px;
	text-indent:10px;
	padding:0px;
	}

	#navi_links ul{
	list-style-type:none;
	margin-left:0px;
	padding:0px;
	margin:0px;
	}


	#navi_links a{
	font-size:10pt;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	border-bottom: solid 1px white;
	padding-left:20px;
	padding-top:0px;
	}
	
	#navi_links a:hover{
	background-color:#996699;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding-left:20px;
	padding-top:0px;
	}

		#unternavi a {
		font-size:8pt;
		padding-left:25px;
		font-family: Arial
		}
		
		#unternavi a:hover {
		background-color:#996699;
		color:#FFFFFF;
		font-size:8pt;
		padding-left:25px;
		}

	#text{
	position:relative;        
	padding:30px;
	overflow:inherit;
	background-color: white;
	min-height:650px;
	margin-right:190px;
	margin-left:170px;
	}

#buttons_rechts{
position:relative;
width: 160px;
float: right; 
right:0px;
padding-top:20px;
padding-right:10px;
padding-left:20px;
text-align:center;
z-index:6;
}

/*Ueberschriften*/

h1{
color:#890547;
font-size:12pt;
font-weight: bold;
margin-bottom:30px;
}

h2 {
color:#890547;
font-size:12pt;
font-weight: bold
}

h3{
background-color:#890547;
color:#FFFFFF;
font-size:10pt;
font-weight:bolder;
}

h4{
font-size:8pt;
font-weight:normal;
}

h5{
color:#890547;
font-size:10pt;
font-weight:bolder;
}

/*Sonstiges*/

p{
font-size:10pt;
}

a { 
color:#890547;
font-weight:bold;
text-decoration:underline;
font-size:10pt;
}

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

hr{
height: 1px;
color: #b2b2b2;
}

img{
border:0;
}


