/* CSS Document */

/* schrift */
*{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;padding:0;
}
b, strong{
	font-weight:bold;
}

h1{
	clear:both;
	margin-bottom:5px;
	padding-left:12px;
	line-height:43px;
	font-size:24px;
	color:#00a9eb;
	text-transform:uppercase;
}
h2{
	clear:both;
	font-size:14px;
	color:#00a9eb;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:12px;
}
h3{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin-bottom:5px;
	padding-left:12px;
}

.ext h1, .ext h2, .ext h3,
.margin h1, .margin h2, .margin h3{
	padding-left:0px;
}

p{
	margin-bottom:5px;
}

a{
	color:#f39301;
	text-decoration:none;
	text-transform:uppercase;
}

a span{
	color:#f39301;
}
.highlight{
	color:#f39301;
}

hr{
	width:100%;height:0px;
	line-height:0px;font-size:0px;
	border:0px;
	clear:both;
}
hr.h{
	border-bottom:1px solid #ffffff;
}
hr.newline{
	visibility:hidden;
	border-bottom:1px solid #ffffff;
}

#main hr.h{
	border-bottom:1px dotted #00a9eb;
}

/* positionierung */
#content{
	text-align:left;
	width:742px;
	background:none;
}
#header{
	position:relative;
	clear:both;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dotted #00a9eb;
}
#breadcrumb{
	position:relative;
	clear:both;
	width:100%;height:24px;
	line-height:24px;
	border-bottom:1px dotted #00a9eb;
}
.login{
	position:absolute;
	top:0px;right:0px;
	width:110px;height:24px;
	line-height:24px;
	border-left:1px dotted #00a9eb;
	text-align:center;
}
#left{
	width:230px;
	float:left;
}
#main{
	width:510px;
	border-left:1px dotted #00a9eb;
	border-top:none;
	float:left;
	/*min-height:650px;*/
	overflow:hidden;
}
#right{
	width:240px;
	float:left;
}
#footer{
	position:relative;
	width:740px;
	padding-top:20px;
	clear:both;
	border:1px solid #ffffff;
}

/* navigation */
#breadcrumb a{
	font-size:11px;
	color:#000000;
	text-transform:none;
}

#breadcrumb  a.login{
	font-size:10px;
	color:#9c9d9f;
	text-transform:uppercase;
}

#left .navigation{
	width:230px;
	list-style:none;
	margin:0;padding:0;	
	padding-top:43px;
	padding-bottom:18px;
	overflow:hidden;
}
#left .navigation a{
	display:block;
	width:90%;
	/*border-bottom:1px dotted #5e5e5e;*/
	font-size:12px;
	color:#ffffff;
	/*line-height:29px;*/
	text-transform:none;
	/*text-indent:29px;*/
	padding:5px 2px 5px 29px;
}
#left .navigation li{
	border-bottom:1px dotted #5e5e5e;
}

* html #left .navigation li{
	border-bottom:none;
}
#left .navigation .first{
	border-top:1px dotted #5e5e5e;
	width:100%;
}

#left .navigation .last{
	background-color:#eeeeee;
	width:100%;
}

#left .navigation .sub{	
	margin-left:20px;
	width:210px;
}

#left .default a{
	color:#000000;
}
#left .default a:hover,
#left .default a.active{
	font-weight:bold;
	background:#ffffff url('../img/link_default.gif') no-repeat 10px 6px;
}

#left .subpage{
	background:#c8ecfc url('../img/subpage_bottom.gif') no-repeat left bottom;
}
#left .subpage a{
	background:#00a9eb;
	color:#ffffff;
}
#left .subpage a:hover,
#left .subpage a.active{
	font-weight:bold;
	background:#00a9eb url('../img/link_subpage.gif') no-repeat 10px 6px;
}

#left .teaser{
	border-bottom:1px dotted #00a9eb;
}
#left .teaser .margin .box{
	background:#f6fbff url('../img/tip_bg.gif') repeat-y;
}
#left .bt{
	background:url('../img/tip_top.gif') no-repeat left top;
}
#left .bb{
	background:url('../img/tip_bottom.gif') no-repeat left bottom;
}

#main .t50{
	float:left;
	width:230px;
}

#main .box{
	float:left;
	width:230px;
}
#main div.tab{
	height:30px;
	line-height:30px;
	clear:both;
	border-bottom:1px dotted #5e5e5e;
}
#main td.tab{
	border-left:1px dotted #5e5e5e;
	border-right:1px dotted #5e5e5e;
}
#main a.tab{
	display:block;
	height:29px;
	line-height:29px;
	color:#5e5e5e;
	font-size:11px;
	text-transform:none;
	border-top:1px dotted #5e5e5e;
}
#main a.tab:hover{
	color:#000000;
}
#main a.active{
	background:#ffffff;
	border-bottom:1px solid #ffffff;
	color:#000000;
}

#main .tab .box{
	text-align:center;
}

#main .overview{
	position:relative;
	clear:both;
	border-bottom:1px dotted #00a9eb;
}

#main td.divider{
	border-right:1px dotted #00a9eb;
}
#main td.ext{
	padding:0 10px 24px 12px;
}

#footer .navigation{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .navigation li{
	float:left;
	font-size:11px;
	color:#9c9d9f;
	margin:0 5px 0 5px;
}
#footer .navigation img{
	vertical-align:baseline;
}
#footer .navigation a{
	font-size:11px;
	color:#9c9d9f;
	text-transform:none;
}
#footer .navigation a:hover,
#footer .navigation a.active{
	color:#000000;
}
#footer .navigation .last{
	float:right;
}

/* abstand */
#left .margin,
#main .margin{
	margin:14px 10px 24px 12px;
}
.ext{
	margin:0 10px 0 12px;
}
.margin .margin{
	margin:0px 0px 0px 0px;
}

/* ausrichtung */
.teaser{
	clear:both;
}
.top{}
.bottom{}
.left{
	float:left;
	margin:0 10px 10px 0;
}
.center{
	text-align:center;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
}

.hide {
	/*visibility:hidden;*/
	display:none;
}

/* formulare */
.error{
	color:#ff0000;
}
.form{
	margin-top:5px;
}
.form textarea{
	padding:2px;
	border:none;
}
.form .textarea{
	width:240px;
	height:100px;
	border:1px solid #00a9eb;
}
.form input{
	margin:0px;
	padding:2px;
	border:1px solid #00a9eb;
}
.form .input{
	width:140px;
}
.form .file{
	width:240px;
}
.form .submit{
	background:#00a9eb;
	color:#ffffff;
	padding:0px;
}
.form .alert{
	width:140px;
	border:1px solid #ff0000;
}
/*Powermail*/
.tx-powermail-pi1{
	margin:4px 10px 10px 12px;
}
.tx-powermail-pi1 fieldset{
	border:0px;
	margin-bottom:10px;
}
.tx-powermail-pi1 fieldset legend{
	font-weight:bold;
}

.tx_powermail_pi1_fieldwrap_html{
	margin-bottom:5px;
}
.tx_powermail_pi1_fieldwrap_html_text label,
.tx_powermail_pi1_fieldwrap_html_textarea label,
.tx_powermail_pi1_fieldwrap_html_select label{
	display:block;
}
.tx_powermail_pi1_fieldwrap_html_text input{
	font-size:11px;
	margin:0px;
	padding:2px;
	border:1px solid #00a9eb;
	width:400px;
}
.tx_powermail_pi1_fieldwrap_html_textarea textarea{
	font-size:11px;
	padding:2px;
	width:400px;
	height:200px;
	border:1px solid #00a9eb;
}
.tx_powermail_pi1_fieldwrap_html_radio{
	margin-bottom:15px;
}
.tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner{
	display:inline;
	margin-right:10px;
}
.tx_powermail_pi1_fieldwrap_html_check {
	margin-bottom:15px;
}
.tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner{
	display:inline;
	margin-right:10px;
}
.tx_powermail_pi1_fieldwrap_html_select select {
	font-size:11px;
	margin:0px;
	padding:2px;
	border: 1px solid #00a9eb;
	width:408px;
}
.tx_powermail_pi1_fieldwrap_html_submit input{
	background:#00a9eb;
	border:0px;
	color:#ffffff;
	padding:0px;
	width:78px;
}

/* css styled content */
/* table */
.contenttable,
.contenttable th,
.contenttable td{
	border:1px solid #00a9eb;
}
.contenttable th,
.contenttable td{
	padding:4px;
}
/* uploads */
td.csc-uploads-icon{
	vertical-align:top;
}
td.csc-uploads-fileName{
	vertical-align:top;

}
.csc-uploads-description{

}
td.csc-uploads-fileSize{
	vertical-align:top;
	white-space: nowrap;
}
/* bulletlist */
.csc-bulletlist{
	margin-left:20px;
}


/* felogin */
.tx-felogin-pi1 {
	margin: 14px 10px 24px 12px;
}
.tx-felogin-pi1 H3 {
	padding-left: 0;
}
.tx-felogin-pi1 FIELDSET {
	border: none;
	padding: 
}
.tx-felogin-pi1 LEGEND {
	display: none;
}
.tx-felogin-pi1 DIV {
	margin-top: 5px;
}
.tx-felogin-pi1 LABEL {
	float: left;
	width: 100px;
	margin-top: 3px;
	font-weight: bold;
}
.tx-felogin-pi1 INPUT {
	background:#00A9EB;
	color: #FFFFFF;
	border: 1px solid #00A9EB;
	margin: 0 0 0 100px;
}
.tx-felogin-pi1 INPUT#user,
.tx-felogin-pi1 INPUT#pass {
	width: 140px;
	margin: 0;
	padding: 2px;
	background: transparent;
	color: #000000;
}
