/*************************************************/
/* Aargaucitys */
/*************************************************/



* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

body, html {
	height: 100%;
	text-align: center;
}







body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;


	background-color: #CCC;	
	background-image: url(bilder/seitenhint.gif);


}


.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

.floatleft {
	position: relative;
	float: left;
	display: block;
}

.floatright {
	position: relative;
	float: right;
	display: block;
}



a:link, a:visited {
	color: #0973B8;
} 

a:hover, a:active {
	color: #ED1E26;
} 



p {
margin-bottom: 15px;

}


td p {
    margin-bottom: 0px;
}


* html td {

	font-size: 12px;
	line-height: 16px;
}


h1 {
	position: relative;
	float: left;
	width: 100%;
	height: 23px;
	/*background-color: #159CD8;*/
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #159CD8;
	margin-bottom: 10px;
}










* html h1 {
width: 452px;
}



.rottext {
color: #F00;
}


/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/



#container{
	position: relative;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-color: #FFF;
	margin: auto auto;
	text-align: left;
}



#kopf {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	height: 161px;
	overflow: hidden;

}








#inhalt { 
	position: relative;
	float: left;
	width: 960px;
	background-image: url(bilder/inh_hint2.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}


* html #inhalt { 
	padding-bottom: 55px;
}



#navigation {
	position: relative;
	float: left;
	width: 170px;
	left: 30px;
	top: 75px;
}

#inhaltsbereich {
	position: relative;
	float: right;
	width: 730px;
	right: 20px;
	top: 75px;
}




#linke_spalte {
	position: relative;
	float: left;
	left: 15px;
	top: 15px;
	width: 457px;
}

* html #linke_spalte {
	margin-bottom: 0;
}




#rechte_spalte {
	position: relative;
	float: right;
	right: 15px;
	top: 15px;
	display: block;
	width: 457px;
}

* html #rechte_spalte {
	margin-bottom: 0;
	margin-bottom: -50px;
}




#stopper {
	width: 100%;
	clear: both;
	padding-bottom: 40px;
}


* html #stopper {
	padding-bottom: 25px;
}





#fuss{
	position: relative;
	clear: both;
	margin: auto auto;
	width: 960px;
	height: 41px;
	margin-top: -41px;
	color: #999;
	text-align: left;
	overflow: hidden;
	
	
}



/*************************************************************************/
/*                     BULLET-LISTEN IM INHALT                           */
/*************************************************************************/


#inhaltsbereich ul, #inhalt ol { /* bullet-listen einrücken */
margin-left: 15px;
} 



* html #inhaltsbereich ul, * html #inhalt ol { /* bullet-listen einrücken IE ... */
margin-left: 18px;
} 



#inhaltsbereich li {
	list-style-type: square;
	margin-bottom: 10px;
}

#inhaltsbereich li li {
	list-style-type: disc;
	margin-bottom: 0;
}


