/*Allgemeine Definitionen*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x; 
	text-align: left;
}

body, h2, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 25px;
}

img {
	border: none;
}

/*Definition Listen allgemein*/
ul {
	margin-right: 70px;
}

li {
	margin-left: 5px;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 5px;
}

/*Definition Verweise allgemein*/
a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted 1px #bf0000;	
	color: #bf0000;
}

a:hover,
a:active {
	color: #910000;
}

/*Definition Inhalts-Bereiche*/

#container {
	width: 670px;
	margin-top: 25px;
	text-align: left;
}

#contentNav {
	margin-bottom: 30px;
	margin-left: 8px;
}



#contentText {
	margin-top: 0px;
	margin-left: 79px;
	margin-bottom: 30px;
	margin-right: 70px;
	font-size: 11px;
}

#contentHead {
width: 670px;
float: left;
}

#contentHead .visual{
margin-top: 35px;
margin-bottom: 25px;
}


/* Navigation - Definition Verweise */

#contentNav a:link,
#contentNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
	border-bottom: none;		
	margin-right: 30px;	
	border-bottom: dotted 1px;	
	border-left: dotted 1px;	
}

#contentNav a:hover {
	color: #bf0000;
}

#contentNav a:active {
	color: #bf0000;
}

