/* allg. Styles */

body 	{
	font-family: sans-serif;
	font-size: 14px;
	color: #555555;
	background-color: white;
	width: 800px;
	line-height: 25px;
	}
	
/* div	{
	border: 1px solid black;
	} */
	
h1	{
	font-size: 30px;
	font-weight: bold;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	}

h2	{
	font-size: 20px;
	font-weight: bold;
	padding-right: 40px;
	line-height: 50px;
}

ul	{
	list-style-image: url(punkt.gif);
	line-height: 25px;
	}

/*strong	{
	color: red;
	}*/

/* Style Content */

.header { 
	background: url(header.gif) no-repeat bottom;
	width: 798px;
	height: 160px;
	text-align: right;
	}

.content {
	padding-left: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: justify;
	}
	
.content a:link, .content a:active, .content a:visited {
	text-decoration: none;
	color: #555555;
	border-bottom: #555555 solid 1px;
	}

.content a:hover {
	background-color: #FFCDCD;
	border-bottom: red solid 1px;
	color: black;
	}

ul.fragen {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	line-height: 25px;
	}

.foto 	{
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	}

/* Style Navigation */

.navi-list {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	line-height: 20px;
	font-size: 13px;
	}
	
.navi-list li {	
	background-color: white;
	border-bottom: red solid 1px;
	width: 150px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	}
	
.navi-list li:hover {
	background-color: white;
	color: white;
	padding-left: 2px;
	border-bottom: red solid 1px;
	border-left: red solid 3px;
	}

.navi-list a:link, .navi-list a:visited {
	text-decoration: none;
	color: red;
	}

.navi-list a:hover, .navi-list a:active {
	color: red;
	text-decoration: none;
	}
	
/* Layout*/

.navigation {
	width: 160px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

.content {
	width: 520px;
	float: right;
	}