/* --- DIVS --- */

.container {
	position: relative;
	width: 820px;
	left: 50%;
	margin-top: 40px;
	margin-left: -400px;
}

.top {
	width: 100%;
	height: 150px;
	background: no-repeat url(../img/top.gif);
}

.spezLinks {
	width: 100%;
	height: 15px;
	margin-top: 110px;
	position: absolute;
	float:;
	text-align: right;
	right: 20px;
}

.spacerTop {
	width: 100%;
	height: 0;
	background: no-repeat url(../img/mitte.gif);
}

.spacerBottom {
	width: 100%;
	height: 30px;
	background: url(../img/bg.gif);
}

.mainContainer {
	width: 100%;
	background: repeat-y url(../img/mitte.gif);
	clear: both;
	position: absolute;
	margin-bottom: 20px;
}

.menuLeft {
	width: 220px;
	float: left;
	margin-top: 50px;
	text-align: right;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	right: 0;
	border-right: 1px  #0000ff;
}

.address {
	font-size: 12px;
	border-top: 1px dotted #b3b3b3;
	width: 200px;
	text-align: right;
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 20px;
}

.address a {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}

.address a:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
}

.mainContent {
	width: 525px;
	float: right;
	margin-right: 30px;
	font-size: 10px;
	border-left: 1px dotted #333333;
	padding-left: 25px;
}

.footer {
	width: 100%;
	height: 40px;
	background: no-repeat url(../img/footer.jpg);
	clear: both;
}

/* --- TAGS --- */

td {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #b3b3b3;
	border-bottom: 2px dotted #b3b3b3;
}

body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background: repeat url(../img/bg.gif);
}

/* --- LINKS --- */

.menuLevel1 a {
	color: #336699;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	background: #acc3ff;
	border-bottom: 1px solid #ffffff;
}

.menuLevel1 a:hover {
	color: #000000;
	text-align: right;
}

.menuLevel2 a {
	color: #336699;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
}

.menuLevel2 a:hover {
	color: #000000;
	text-align: right;
	font-weight: normal;
}

.menuLevel3 a {
	color: #336699;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

.menuLevel3 a:hover {
	color: #000000;
	text-align: right;
}

.csc-firstHeader {
	margin-bottom: 10px;
}

.csc-header {
	margin-bottom: 10px;
}

.csc-header-n1 {
	margin-bottom: 10px;
}

.csc-header-n2 {
	margin-bottom: 10px;
}

.csc-header-n3 {
	margin-bottom: 10px;
}