* {
margin: 0; 
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
text-align: center;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0 none;
}
h1, h2, h3, h4 {
	font-family: Arial, Geneva, sans-serif;
	color: blue;
	background: transparent;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
h3 {
font-size: 1.0em;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: blue;
	text-decoration: none;
	background: rgb(204, 204, 204) ;
}
h6 {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: black;
	text-decoration: none;
	background: rgb(204, 204, 204) ;
}

p, li {
font-size: 0.80em;
}
p {
line-height: 140%;
}
ul {
list-style-type: square;
}

#header {
	/* background: #f5f5f5 url(../img/main/header01.jpg) top right no-repeat; */
	background: #feff3e no-repeat top right;
	border-bottom: 1px solid #757ce5;
}
#logo {
/* padding: 50px 50px 50px 75px; */
padding: 30px 0px 0px 0px;
}
address {
	position: absolute;
	top: 0;
	padding: 5px 50px 50px 20px;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

#nav {
	position: absolute;
	top: 140;
	links: 0;
	width: 100%;
	background: #747474; /* #757ce5; Hintergrund der Navigationsleiste */
}
#nav li {
display: inline; 
}
#nav a {
	text-decoration: none;
	display: block;
	float: right;
	padding: 3px 20px;
	font-weight: bold;
	line-height: 1.5em;
	color: white;
	background: transparent;
}
#nav a:hover {
color: #fff;
background:#cc0066; 
}

#container {
text-align: left;
position: relative;
width: 900pix;
color: #000;
background: transparent;
margin: 0 auto;
border-left: 1px solid #333;
border-right: 1px solid #333;
}

#main {
margin-top: 25px;
}
#content address {
padding-left: 0;
}
#column {
float: right;
width: 416px;
padding: 0 20px 0 0; 
}
#column img {
border: 1px solid #000;
margin: 20px 0;
}
#column h2 {
margin: 0 0 10px 0;
color: #000;
background: transparent;
}

#columnleft {
float: leftt;
width: 16px;
padding: 0 20px 0 0; 
}
#columnleft img {
border: 1px solid #000;
margin: 20px 0;
}
#columnleft h2 {
margin: 0 0 10px 0;
color: #000;
background: transparent;
}
blockquotetab {
color:#000;
font: normal 1.0em Arial, Helvetica, sans-serif; 
}

blockquote {
color:#000;
font: normal 1.4em Arial, Helvetica, sans-serif; 
}
cite {
display: block;
color: #000;
font-size: 70%;
font-style: normal;
font-weight: normal;
}

#contenttab {
margin: 10px 0 0 10px;
padding: 10px 0;
}

#content {
margin: 30px 10px 0 100px;
}
#content h2, #content h3 {
margin: 15px 0;
}
#content p {
margin: 10px 100px 0 0px;
}
#content ul {
margin: 10px 25px;
}
#content li {
padding: 3px 0;
}
p.footer {
border-top: 1px solid #333;
font-size: 90%;
color: #333333;
background-color: #feff3e;
/* background: #f5f5f5; */
padding: 10px;
margin-top: 20px;
}

p.footer img {
padding: 4px 20px 4px 10px;
vertical-align: middle;
}

/* Klassen */

.teaser {
font-weight: bold;
}

.nowrap {
white-space: nowrap;
}

a.pfeil {
display: block;
color: #cc0066;
background: transparent url(../img/pfeil.gif) 0 0.2em no-repeat;
padding-left: 30px;
font-size: 125%;
font-weight: bold;
}

