@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
a:hover, a:active, a:visited, a:focus { outline: none; }
a img {
	border:none;
	padding:2px;
	background-color:none;
}

a:hover img {
	border:solid 1px #cc6;
	padding:1px;
}
a {
	color:#996;
}
a:hover {
	color:#990;
}

body {
	margin:0 auto;
	text-align:center;
	overflow:scroll;
	background-image:none;
	background-color:#FFF;
}
#main {
	margin:10px auto;
	width:960px;
	text-align:left;
	padding:20px;
	background-color:#FFF;
	background-image:none;
	background-position:-50px -35px;
	background-repeat:no-repeat;
	z-index:1;
}
#head {
	width:960px;
	height:145px;
	overflow:hidden;
}
#topleft {
	float:left;
	width:480px;
	height:50px;
}
#topright {
	float:right;
	width:480px;
	height:50px;
	text-align:right;
}
#topbottomleft {
	float:left;
	width:480px;
	height:85px;
	padding:10px 0px 0px 0px;
}
#topbottomright {
	float:left;
	width:480px;
	height:85px;
	padding:0px 0px 0px 0px;
}
#topnavi {
	clear:both;
	width:960px;
	height:30px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:solid 1px #CC6;
}
#content {
	width:960px;
	overflow:hidden;
}
#left {
	float:left;
	width:200px;
	min-height:500px;
	overflow:hidden;
	margin:15px 30px 0px 0px;
}
#theme-pic {
	float:left;
	width:725px;
	height:150px;
	background-color:#FFF;
	overflow:hidden;
}
#center {
	float:left;
	width:450px;
	overflow:hidden;
	margin:15px 40px 0px 0px;
	
}
#right {
	float:left;
	width:198px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 40px;
}
#footer {
	clear:both;
	width:960px;
	border-top:solid 1px #CC6;
	padding:10px 0px 10px 0px;
	margin:20px 0px 0px 0px;
}
/*---------NAVIGATION---------------*/
#topright ul li {
	display:block;
	float:right;
	list-style-type:none;
}
#topright li {
	margin:0px 0px 0px 6px;
}
#topright a {
	color: #663;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	text-decoration:none;
}
#topright a:hover {
	color:#F60;
}
#topnavi ul li {
	display:block;
	float:left;
	list-style-type:none;
}
#topnavi li a {
	display:block;
	height:20px;
	margin:0px 20px 0px 0px;
	text-decoration:none;
	font-size:16px;
	font-variant:small-caps;
	line-height:20px;
	color: #663;
	padding:5px 0px 0px 0px;
}
#topnavi a:hover {
	background-image:url(img/current-2.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#F30;
}
.aktiv {
	background-image:url(img/current-2.png);
	background-position:top center;
	background-repeat:no-repeat;color:#F30;
}
/*--------------TYPOGRAFIE--------------*/
body {
	font-family:Verdana, Geneva, sans-serif;
	padding:10px 0px 10px 4px;
	font-size:10px;
	line-height:18px;
	color:#777;
}
#topbottomleft h1 {
	width:371px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:45px;
	font-weight:lighter;
	border:solid 1px #000;
	display:block;
}
#right ul {
	width:180px;
	color:#777;
	margin:0px 0px 0px 10px;
	list-style-image:url(img/list_style_type_5.gif);
}
#right li {
	margin:0px 0px 2px 24px;
}
p {
	padding:5px 10px 15px 0px;
	font-size:10px;
	line-height:18px;
	color:#777;
	}
#center a {
	color:#996;
}
#center a:hover {
	color:#990;
}
#right a {
	color:#996;
}
#right a:hover {
	color:#990;
}



/*-------KLASSEN---------*/
.h6-14px {
	font-size: 14px;
	font-variant:small-caps;
	color: #660;
	font-weight:lighter;
}
.h6-16px {
	font-size: 16px;
	font-variant:small-caps;
	color: #660;
	font-weight:lighter;
}
#center img {
	vertical-align: middle;
}
.shadowbox-1 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/*-------------OLD--------------*/
/* TYPO */
#center p {
	width:450px;
	margin:10px 10px 15px 0px;
	padding:0px;
}

#left h1 {
	font-size:22px;
	color: #FC3;
	margin:20px 0px 5px 0px;
	width:100%;
	padding:7px 0px 5px 0px;
	font-variant:small-caps;
	font-weight:lighter;
}
#center h1 {
	font-size:22px;
	color: #FC3;
	margin:5px 0px 5px 0px;
	width:450px;
	height:20px;
	line-height:22px;
	padding:7px 0px 5px 0px;
	border-left:solid 0px #F30;
	border-bottom:solid 0px #CC6;
	font-variant:small-caps;
	font-weight:lighter;
}
.typo3-50px {
	background-image:url(img/typo3_logo-50px.jpg);
	background-position:right;
	overflow:visible;
	background-repeat:no-repeat;
}
#right h1 {
	font-size:22px;
	color: #FC3;
	margin:5px 0px 5px 0px;
	width:180px;
	height:20px;
	line-height:22px;
	padding:7px 0px 5px 0px;
	border-left:solid 0px #F30;
	border-bottom:solid 0px #CC6;
	font-variant:small-caps;
	font-weight:lighter;
}

h4 {
	font-size:14px;
	color: #bb6;
	margin:8px 0px 5px 0px;
	width:100%;
	border-bottom:solid 0px #DDD;
	padding:5px 0px 2px 0px;
	font-variant:small-caps;
	font-weight:lighter;
}
#right h4 {
	font-size:12px;
	color: #bb6;
	margin:8px 0px 5px 0px;
	width:180px;
	border-bottom:solid 0px #DDD;
	padding:5px 0px 5px 0px;
	font-variant:small-caps;
}
#right h5 {
	font-size:12px;
	color: #bb6;
	margin:8px 0px 5px 0px;
	width:180px;
	padding:5px 0px 0px 0px;
	font-variant:small-caps;
	font-weight:lighter;
}
#center h5 {
	font-size:12px;
	color: #bb6;
	margin:8px 0px 5px 0px;
	width:450px;
	border-bottom:solid 0px #DDD;
	padding:5px 0px 0px 0px;
	font-variant:small-caps;
	font-weight:lighter;
}
#center hr {
	width:450px;
	clear:both;
	background-color:#ddd;
	font-weight:lighter;
	margin:8px 0px 0px 0px;
	border:0px;
	height:0px;
}
/*h5 {
	font-size:14px;
	color: #0066FF;
	line-height:18px;
	padding:2px 0px 2px 4px;
	margin:10px 0px 10px 0px;
	background-color: #CCCCCC;
	}*/
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:38px;
	color:#CCCCCC;
	font-weight:lighter;
}
.anzeige1 {
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
#c45 ul {
margin:10px 0px 0px 20px;
}
#c45 li {
	display:block;
	height:14px;
	list-style-image:url(fileadmin/img/arrow_0.gif);
}
#c45 a {
	color: #000000;
	width:100px;
	font-size:10px;
	letter-spacing:1px;
	padding:0.1em 1em 0.1em 0.2em;
	text-decoration:none;
	}
#c45 a:hover {
	color:#CC0000;
	letter-spacing:1px;
	padding:0.1em 1em 0.1em 0.2em;
	text-decoration:underline;
}
/*-----------LOGIN---------*/
#c117 {
	width:120px;
	height:100px;
	color:#777;
	margin:-20px 0px 10px 10px;
}
#c117 h1 {
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-bottom:0px;
	font-size:16px;
}
	
.csc-mailform-field {
	width:120px;
}
.csc-mailform-submit {
	margin-top:10px;
	width:80px;
	color:#FFF;
	background-image:url(img/button-bg-1.png);
}
.csc-mailform-submit:hover {
	background-image:none;
	color:#000;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0px;
}
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
display:inline;
margin-left:0px;
}
/*----------Changer-------------*/
#changebox {
	width:102px;
	float:right;
	margin-top:-10px;
}
.bodycolor ul {
	display:block;
	width:100px;
	list-style-type:none;
	margin-bottom:0px;
	text-align:right;
}
.bodycolor li {
	width:100px;
	display:block;
	height:12px;
	margin-bottom:2px;
	border:solid 1px #663;
	list-style-type:none;
	font-size:9px;
	line-height:11px;
}
.bodycolor a {
	margin-left:10px;
	text-decoration:none;
	font-weight:lighter;
	color:#777;
}
.bodycolor a:hover {
	color:#F30;
}
.color5 p {
	height:15px;
	margin:0px;
	padding:0px;
}
.color5 input {
	background-color:none;
	background:none;
	color:#777;
}
.color5 input:hover {
	color:#F30;
}