/*
	Tag-Redefinitionen
*/
body {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	width: 100%;	
	position: relative;
	color: #444444;	
}
body a {
	color: #424d5f;
}

h1, h2, h3, h4, h5 {
	color: #003159;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
img {
	border: 0;
}

/*
	IDs, Klassen
*/
#head {
	background-color: #003258;
	background-image:url(../images/stimmungsbild.jpg);
	background-position: left;
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	height: 55px;
	position: relative;
}
#head img {
	display: none;
}
#head h1 {
	background-image:url(../images/logo.gif);
	width: 134px; 
	height: 33px;
	float: right;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 450px;
	top: 5px;
}/*
#content a:after {
    content: " (" attr(href) ") ";
}
*/
#main {
	float: left;
	width: 550px;
	overflow: hidden;
	/*padding-bottom: 20px;*/
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0.5cm 0 0.5cm;
}
#content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content img {
	float: left; 
	margin-right: 0.3cm;
}
#content img.right {
	float: right; 
	margin-left: 0.3cm;
}
#content ul.tabs {
	padding: 0;
}
#content ul.tabs li {
	display: none;
}
#content ul.tabs li.selected {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}
#content ul.tabs li.selected a:after {
	display: none;
}
#content ul.tabs li.selected a {
	text-decoration: none;
}
#marginals {
	border-top: 0.1cm solid #D0D0D0;
	font-size: 0.8em;
}
#marginals img {
	display: block;
}
#marginals h1 {
	font-size: 1.2em;
}
#marginals h2 {
	font-size: 1.1em;
}
#marginals h3 {
	font-size: 1.0em;
}