@charset "UTF-8";
/* CSS Document */

/*

TEMPLATE STYLES

*/
body, div, p, form, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}
td{
	vertical-align:top;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
	background-image:url(/fileadmin/templates/img/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;	
}
a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

/* 

LAYOUT

*/

#centerlayer {
	width:820px;
	margin:auto;
}
#contentwrap {
	width:820px;
}
#content {
	float:left;
	width:410px;
	line-height:140%;
}
#right{
	float:left;
	width:410px;
	text-align:right;
}
#logo{
	background-image:url(/fileadmin/templates/img/mainnav-topline.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:1px;
}
#mainnav{
	background-image:url(/fileadmin/templates/img/mainnav-bottomline.jpg);
	background-repeat:no-repeat;
	background-position:bottom;	
	padding-top:5px;
	padding-bottom:5px;
}
#subnav{
	background-image:url(/fileadmin/templates/img/subnav-bottomline.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:24px;
}
#thirdnav{
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:24px;
	margin-bottom:24px;
}
div.browsebox a{
	border:1px solid #b2b2b2;
	padding:4px 4px 3px 5px;
	margin-left:8px;
	line-height:24px;
}
div.browsebox a:hover, div.browsebox a.active{
	background-color:#491966;
	border:1px solid #491966;
	color:#fff;
	text-decoration:none;
}
/*

MAINNAV

*/
#mainnav ul, #mainnav li{
	display:inline;
	padding-left:0;
	margin-left:0;
}
#mainnav li{
	padding-right:40px;
}
#mainnav li a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#mainnav li.active a, #mainnav li a:hover{
	font-weight:bold;
}

/*

SUBNAV

*/
#subnav ul, #subnav li{
	display:inline;
	padding-left:0;
	margin-left:0;
}
#subnav li{
	padding-right:40px;
}
#subnav li a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#subnav li.active a, #subnav li a:hover{
	font-weight:bold;
}

/*

THIRDNAV

*/
#thirdnav ul, #thirdnav li{
	display:inline;
	padding-left:0;
	margin-left:0;
}
#thirdnav li{
	padding-right:40px;
}
#thirdnav li a{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#thirdnav li.active a, #thirdnav li a:hover{
	font-weight:bold;
}

/*

CONTENT STYLE

*/
#content h1, #headimg h1{
	font-size:11px;
	font-weight:bold;
	padding-bottom:15px;
	color:#000;
}
#headimg h1{
	padding-top:0px;
}
#headimg p.bodytext{
	line-height:16px;
}
#content p.bodytext, #content ul{
	padding:0;
	margin:0;
}
#content ul{
	padding-top:5px;
}
#content li{
	padding-bottom:7px;
}
#content table.contenttable tr,#content table.contenttable td {
	padding:0;
	margin:0;
	vertical-align:top;
}
div.paddingcontent{
	margin-left:15px;
}
#content div.paddingcontent p.bodytext{
	margin-left:0px;
	padding-right:0px;
}
#content div.paddingcontent h1{
	margin-left:0px;
}
#content b{
	font-size:11px;
}
img{
border:0px;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-text{
	padding-right:40px;
}




/*

TYPO3 STYLES

*/
div .csc-frame-rulerAfter{
margin-top:20px;
margin-bottom:0px;
margin-left:15px;
margin-right:15px;

	background-image:url(/fileadmin/templates/img/hr-bg-content.gif);
	background-repeat:repeat-x;
	height:2px;
}
div #content ul{
	padding-left:15px;
}
div #content ul ul{
	padding-left:15px;
}
.clear{
	clear:left;
}

/*

PRINT VIEW

*/
@media print{
	#content{font-size:14px;}
	#content h1,#content h2,#content h3{color:#000000;}
	#centerlayer{border:none;}
	#headimg {display:none;}
	ul.topnav {display:none;}
	#mainnav {display:none;}
	#subnav {display:none;}
	#left {display:none;}
	#leftspacer {display:none;}
	#rightspacer {display:none;}
	#contentwrap{top:0; clear:both; background-image:none;}
	#content{width:600px; clear:both;}
	#footerwrap{display:none;}
	#topnav{ padding-bottom:20px;}
	#backlink{ display:none;}
}

/* Typo3-Formulare */

.csc-mailform
{
	border:none;
	margin:20px 0 0 15px ;
	padding:0;
}

.csc-mailform-field
{
	padding-bottom:5px;
	clear:both;
}

.csc-mailform-field input, input.checkout-input, input.checkout-input-error, .csc-form-fieldcell input
{
	height:14px;
	width:330px;
	padding:2px 2px;
	border:1px solid #C8C8C8;
}

.csc-mailform-field input.checkout-checkbox
{
	width:auto;
	height:auto;
	padding:0;
	border:none;
	margin-left:101px;
}

.csc-mailform-field textarea
{
	width:330px;
}

.csc-mailform-field textarea
{
	margin-bottom:5px;
	padding:2px 2px;
	border:1px solid #C8C8C8;
}

.csc-mailform-field .csc-mailform-check
{
	width:auto;
	border:none;
	padding:0;
	float:none;
}

.csc-mailform-field .csc-mailform-radio label, .csc-mailform-field .csc-mailform-radio input
{
	float:none;
	display:inline;
	width:auto;
	height:auto;
	padding:0;
	border:none;
}

.csc-mailform-field .csc-mailform-radio fieldset
{
	border:none;
	margin:0 0 20px 130px;
	padding:0;
}

.csc-mailform label, .checkout-label
{
	float:left;
	display:block;
	width:110px;
}

.csc-mailform-field .csc-mailform-submit, .button, .csc-form-fieldcell input.button, input.newsletter-submit
{
	border:none;
	width:auto;
	height:auto;
	margin-left:110px;
	background-color:#ccff00;
	padding:2px 2px;
	color:#000000;
}
input.newsletter-submit{
	margin:0;
}

.csc-form-fieldcell input.button
{
	margin-left:0;
	margin-top:8px;
}

table.csc-loginform tr td
{
	padding-bottom:3px;
}

.csc-mailform-field .csc-mailform-submit:hover, .button:hover, .csc-form-fieldcell input.button:hover, input.newsletter-submit:hover
{
	background-color:#FFFFFF;
	color:#000000;
}

.csc-mailform-label
{
	font-weight:bold;
}
