a:link, a:visited, a:hover {
	color: #01948A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body{
	background-color: #F9F9F9;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: auto;
	text-align: left;
	width: 750px;
}

/* overrides decoration from previous rule for hovered links */
h1{
	color: #01948A;
	font-size: 1.5em;
}

h2{
	color: #01948A;
	font-size: 1.2em;
}

h3{
	color: #01948A;
	font-size: 1em;
}

h4{
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}

h5{
	color: #01948A;
	font-size: 1em;
}

label{
	color: #F9BF40;
	font: bold;
}

ul{
	list-style-type: none;
	list-style-image: url(img/liste.gif);
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .Hintergrund styles *****************/
.hintergrund{
	clear: both;
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}

.hintergrund h3{
	color: #F9BF40;
}

.hintergrund img{
	float: right;
	margin: 0px 0px 5px 8px;
}

.hintergrund p{
	padding: 0px 0px 0px 10px;
}
.hintergrund label{
	color: #F9BF40;
	font-weight: bold; 
}
/************** .inhalt styles ***************/
.inhalt{
	padding: 0px 0px 0px 10px;
}

.inhalt h3{
	color: #F9BF40;
}

.inhalt img{
	float: left;
	margin: 0 5px 5px 0;
	padding: 0px 10px 0px 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navibereich{
background-image: url(img/titel.gif);
background-repeat: no-repeat;
height: 65px;
	text-align: left;
	margin-top: 20px;
	width: 750px;
}
#content {
	background-color: White;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 750px;
}

#footer{
	color: #A9A9A9;
	font-size: 0.75em;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 770px;
}

#navi{
	color: #A9A9A9;
	font-size: 0.9em;
	text-align: left;
	padding-top: 47px;
	padding-left: 103px;
	white-space: nowrap;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

	
/***********************************************/
/*Component Divs                               */
/***********************************************/
#titel{
white-space: nowrap;
}

