﻿*, html {
	font: 14px Verdana, Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: #2D317B;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	position: relative;
}

#left {
	background: #fff url(images/weiss-lo.jpg) top left no-repeat;;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}

#left ul {
	list-style: none;
	margin-left: 10px;
}

#left li {
	width: 180px;
	background: #f00;
	margin-bottom: 5px;
}

#left li a {
	display: block;
	background: #fff;
	border: 1px solid #fff;
	padding: 2px 5px;
	text-decoration: none;
	color: #55a;
	font-weight: bold;
}
#left li a:hover, #left li.selected a {
	background: #99c;
	border: 1px solid #55a;
}

#left .footer {
	height: 35px;
	background: #fff url(images/weiss-ru.jpg) bottom right no-repeat;
}

#content {
	position: relative;
	background: #C5C7E2 url(images/hintergrund.jpg) top right no-repeat;
	left: 210px;
	width: 690px;
	padding-top: 100px;
	margin-bottom: 15px;
}

#content h1 {
	background: #2D317B;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	display: inline;
	position: relative;
	clear: both;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	color: #55a;
}

#content p {
	padding: 15px;
	line-height: 150%;
}


#content .footer {
	height: 35px;
	background: #C5C7E2 url(images/blau2-lu.jpg) bottom left no-repeat;
	font-size: 10px;
	text-align: center;
}


#content .csc-header {
	text-align: right;
	margin-bottom: 20px;
}

#content .csc-textpic {
	margin-left: 15px;
	margin-right: 15px;
}

#content .csc-textpic p {
	padding-left: 0px;
	padding-right: 0px;
}

#content .csc-textpic-imagewrap {
	margin-top: 15px;
}

#content ul {
	padding-left: 40px;
	margin-right: 15px;
	padding-bottom: 10px;
}

#content li {
	line-height: 150%;
}

b, strong {
	font-weight: bold;
}


td {

	vertical-align: top;
}