
body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(img/bg_50.jpg);
}

h1, h2, h3 {
	color: #f8f8ff;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1.2em;
}

p, ul, ol, blockquote {
	margin-top: 0;color: #f8f8ff;
}

a:link {
	border-bottom: 0px dotted;
	text-decoration: none;
	color: #f8f8ff;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	background: url(img/head_left.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	float: left;
	padding: 100px 0 0 600px;
	font-size: 2.0em;
}

#header h2 {
	float: left;
	padding: 115px 0 0 4px;
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url(img/bg_nav.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding-top: 5px;
	list-style: none;
	padding-left: 15px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 8px 30px 0px 10px;
	text-decoration: none;
	color: #f8f8ff;
	font-weight: bolder;
	font-size: 1.3em;
}

#menu a:hover, #menu .active a {
	color: #b0c4de;
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	background: url(images/img4.gif);
	background-color: #2e3235;
	padding: 0;
}

#colOne {
	float: right;
	width: 176px;
	padding: 12px 0px 0px 0px;
	background-image: url(img/box_r.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 666px;
	margin-bottom: 0px;
	visibility: visible;
}

#colTwo {
	float: right;
	width: auto;
	padding: 0px 0px 0px 0px;
	background-color: #2e3235;
	margin: 0px;
	clear: left;
}
.inhalt #colTwo{
	background-color: #2e3235;
	width: 608px;
	padding: 0px 10px 0px 10px;
}
/*#colTwo ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li{
	display: inline;
}

#colTwo a {
	display: block;
	float: left;
	padding: 9px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
}

*/

#colThree {
	float: right;
	width: 176px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	background-image: url(img/box_l.jpg);
	background-position: top;
	background-repeat: no-repeat;height: 666px;margin-bottom: 0px;
	visibility: visible;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(img/footer.jpg) no-repeat;
	font-size: smaller;
	height: 40px;
}

#footer * {
	color: #666666;
	text-align: right;
	margin: 0;
}
#footer h1 {
	float: left;
	padding: 7px 0 0 20px;
	font-size: 1.6em;
}

#footer h2 {
	float: left;
	padding: 8px 0 0 4px;
	font-size: 0.8em;
}
#footer h1 *{
	float: left;
	padding: 0px 0 0 20px;
	font-size: 1.4em;
}

#footer h2 *{
	float: left;
	padding: 10px 0 0 4px;
	font-size: 1.1em;
}
.Stil1 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}