body {
	margin:0px;
	background-image: url(images/wolken-bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
}

p {
}

h1, h2, h3, h4, h5, h6 {
	color:#274897;
	font-weight:bold;
	margin-top:40px;
}

h1 {
	/*border-left:10px solid #274897;*/
	/*border-bottom:1px solid #274897;*/
	/*padding:2px 0 5px 5px;*/
	font-size:1.6em;
	margin:10px 0 10px 0;
}

h2 {
	/*border-left:6px solid #274897;*/
	/*border-bottom:1px solid #274897;*/
	/*padding:2px 0 5px 5px;*/
	margin:30px 0 20px 0;
	font-size:1.4em;
}

h3, h4, h5, h6 {
	/*border-left:4px solid #274897;*/
	/*border-bottom:1px solid #274897;*/
	/*padding:2px 0 5px 5px;*/
	margin:30px 0 20px 0;
	font-size:1.2em;
}

em {
    font-weight:bold;
}


p a, p a:active, p a:visited {
	color:#274897;
}

p a:hover {
	color:white;
	background-color:#274897;
}

img {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
    border:0;
}

table, tr, td, th {
	border-width: 1px;
	border-style:solid;
	border-color:white;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	text-align:left;
	padding:3px;
}

table {
	border-collapse:collapse;
	empty-cells:show;
}

th {
	color:white;
	background-color: #274897;
	padding:5px;
}

tr {
	background-color: #FAFBFE;
}

tr.gerade {
	background-color: #E5ECFD;
}

table.wertung img {
	margin: 0;
}

#header {
	width:100%;
	height:100px;
}

#bottom {
	width:100%;
	height:25px;
}

#content {
  	background-color: white;
	background-image: url(images/hintergrundContent.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 150px 100px;
	margin-left: 150px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* min-height:500px; */
}

/* Nur IE: Beseitigung Backgroundbug */
* html #content {
  height:1%;
}

#left {
	width:150px;
	float:left;
}

ul#Navigation {
 	position:absolute;
    margin-top: 61px;
	margin-left: 242px;
	padding: 0;
    text-align: center;
	vertical-align:middle;
	line-height:35px;
}

ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0;
	padding: 0;
}

ul#Navigation a, ul#Navigation span {
	font-size:12px;
    float: left;
	width: 125px;
	height: 39px;
    margin: 0;
	padding: 0;
    text-decoration: none;
	font-weight: bold;
}

/* Korrektur fuer IE 5.x */
* html ul#Navigation a, * html ul#Navigation span {
    width: 125px;
    w\idth: 125px;
	height: 39px;
	h\eight: 39px;
}

ul#Navigation div {
     clear: left;
}

/* wird von buttons.js genutzt */
.buttonObenOff {
    color:#FAFBFE;
	background-image: url(images/buttonOben.gif);
}

/* wird von buttons.js genutzt */
.buttonObenActive {
	color:#FAFBFE;
	background-image: url(images/buttonObenActive.gif);
}

/* wird von buttons.js genutzt */
.buttonObenActiveOn {
	color:#274897;
	background-image: url(images/buttonObenActiveOn.gif);
}

/* wird von buttons.js genutzt */
.buttonObenOn {
	color:#274897;
	background-image: url(images/buttonObenOn.gif);
}

/* für Navi Links */
ul#NavigationLinks {
	position:absolute;
	margin-top:25px;
	margin-left:0px;
	padding: 0px;
	line-height:25px;
	vertical-align:middle;
}

/* Korrekturen fuer IE 5.x */
* html ul#NavigationLinks {
    width: 150px;
    w\idth: 150px;
	height: 25px;
	h\eight: 25px;
}

ul#NavigationLinks li {
	font-size: 16px;
    list-style: none;
    margin: 0;
	padding: 0px;
}

ul#NavigationLinks a {
    display:block;
	width: 150px;
	height: 25px;
	text-decoration:none;
	font-size:12px;
    font-weight: bold;
	background-color:transparent;
}

/* Breitenangaben nur fuer IE */
* html ul#NavigationLinks a {
    width: 100%;
    w\idth: 150px;
}

/* wird von buttons.js genutzt */
.buttonLinksOff {
    color:#FAFBFE;
	background-image: url(images/buttonLinks.gif);
}

/* wird von buttons.js genutzt */
.buttonLinksOn {
	color:#274897;
	background-image: url(images/buttonLinksOn.gif);
}

/* wird von buttons.js genutzt */
.buttonLinksActive {
	color:#FAFBFE;
	background-image: url(images/buttonLinksActive.gif);
}

/* wird von buttons.js genutzt */
.buttonLinksActiveOn {
	color:#274897;
	background-image: url(images/buttonLinksActiveOn.gif);
}