html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
	color: #333;
	font-size : 13px;
	text-align: center;
}
a, h1, h2, h3, h4, h5, h6, p, td, tr {
	margin: 0;
	padding: 0;
	color: #222;
	font-weight: normal;
}

img {
	border: none;
}


/* LAYOUT -------------------------------------------*/

div#gesamteseite {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	background: url(img/hintergrund.gif) repeat-y;
}

div#header {
}

div#links {
margin: 0 0 0 0;
padding: 0 10px 0 10px;
float: left;
width: 300px; 
voice-family: "\"}\""; 
voice-family:inherit;
width: 320px;
} 

html>body .links {
width: 320px;
} 

div#linkspos {
	padding: 0 0px 0 20px;
}

div#rechts {
margin: 0;
padding: 0 10px 0 10px;
float: right;
padding: 0 0 0 0;

width: 410px; 
voice-family: "\"}\""; 
voice-family:inherit;
width: 430px;
}

html>body .rechts {
width: 330px;
} 

div#rechtspos {
	padding: 0 30px 0 10px;
}

div#footer {
	clear: both;
}

div#footerlogos {
	background: #fff;
	text-align: center;
}

.inhaltlinks {
	margin: 0 0 0 0px;
	padding: 0 0 0 30px;
	float: left; 
	width: 290px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 320px;
}

.inhaltrechts {
	margin: 0 20px 0px 350px;
	padding: 0 0 5px 0;
}

.inhalteintrag {
	clear:both;
	margin: 0 0 30px 0;
}

/* NAVIGATION -------------------------------------------*/
#nav {
	vertical-align : top;
	width : 100%;
}

#nav ul {
	color : #333;
	font-size : 14px;
	margin : 0px 0px 0px 20px;
	padding : 0;
	width : 100%;
}

#nav li {
	display : inline;
}

#nav li a {
	margin: 0 0 0 30px;
	padding : 1px 4px 0px 4px;
	border-bottom : 2px solid #FFFFFF;
	color : #888;
	float : left;
	font-weight : bold;
	text-decoration : none;
}

#nav ul li a:hover {
	border-bottom : 2px solid #DD0000;
	color : #000000;
	padding : 1px 4px 0px 4px;
}

/* SUB NAVIGATION -------------------------------------------*/
#subnav {
	vertical-align : top;
	width : 100%;
}

#subnav ul {
	color : #333;
	font-size : 12px;
	margin : 0px 0px 0px 20px;
	padding : 0;
	width : 100%;
}

#subnav li {
	display : inline;
}

#subnav li a {
	margin: 0 0 0 30px;
	padding : 1px 4px 0px 4px;
	border-bottom : 2px solid #FFFFFF;
	color : #888;
	float : left;
	font-weight : bold;
	text-decoration : none;
}

#subnav ul li a:hover {
	border-bottom : 2px solid #DD0000;
	color : #000000;
	padding : 1px 4px 0px 4px;
}


/* TEXTFORMATIERUNG -------------------------------------------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 8px;
}
h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	padding-bottom: 6px;
}
h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 6px;
}
h4 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0 4px 0;
	font-variant: small-caps;
}
h6 {
	font-size: 10px;
	padding: 12px 0 0 0;
}

h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
}

p {
	line-height: 18px;
	padding-bottom: 12px;
}

.inhaltrechts h1 a {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}

.inhaltrechts a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}
.inhaltrechts a:hover {
	border-bottom: 1px solid #d00;
}

div#rechts h1 a {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}

div#rechts a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}
div#rechts a:hover {
	border-bottom: 1px solid #d00;
}

ul {
	margin: 0 0 20px 16px;
	padding: 0;
	list-style: square;
}
li {
	margin: 0;
	padding: 0 0 8px 0px;
}