@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{
	/*background-image:url(../images/body_bg.png);
	background-repeat:repeat-x;  3d3d3d   4f4f4f */
	background-color:#3d3d3d;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px auto;
	}
.clear{
	clear:both;
	float:none;
}
#container{
	height:auto;
	margin:0px auto;
	text-align:left;
	width:980px;
	}
.trenner{
	width:auto;
	height:10px;
	}
#login-dialog{
	margin:100px auto;
	width:380px;
	background-color:#ededed;
	-moz-box-shadow: 0 0 5px 5px #363636;
	-webkit-box-shadow: 0 0 5px 5px #363636;
	box-shadow: 0 0 5px 5px #363636;
	border:1px solid black;
	padding:.6em;
	text-align:center;
	font-size:12px;
}
#header{
	/*background: #a90329; /* old browsers 
	background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #6d0019 100%); /* firefox 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* webkit 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* ie 
	height:30px;*/
	margin-top:10px;
	padding-top:10px;
	padding-right:10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	/*border:1px solid #F00;*/
}
#topnavi{
	display:block;
	text-align:left;
	color:#000000;
	height:40px;
	/*border:red 1px solid;
	background:#5e0000;
	padding:5px 10px;*/
	border-top:none;
	}
#topnavi a{
	color:#FF0000;
	text-decoration:none;
	}
#topnavi a:hover{
	color:#000000;
	text-decoration:underline;
	}
#mainnavi{
	float:left;
	width:260px;
}
#mainnavi .navigation{
	clear:both;
	display:block;
	color:#000;
	text-decoration:none;
}
#maincontent{
	float:left;
	margin-top:2px;
	padding:.5em;
	overflow:hidden;
	width:705px;
}
.redfade{
	background: #a90329; /* old browsers */
	background: -moz-linear-gradient(left, #a90329 0%, #8f0222 44%, #6d0019 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* ie */
}
.bluefade{
	background: #3b679e; /* old browsers */
	background: -moz-linear-gradient(left, #3b679e 0%, #112949 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3b679e), color-stop(100%,#112949)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#112949',GradientType=1 ); /* ie */
	color:#FFF;
}
#navi{
	height:24px;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:1100px;
	}
#navi a{
	float:left;
	height:20px;
	padding:4px 10px 0px 10px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#navi a:hover , #navi .aktiv{
	float:left;
	height:20px;
	padding:4px 10px 0px 10px;
	text-decoration:none;
	color:#000000;
	display:block;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#subnavi{
	background-color:#666666;
	color:#FFFFFF;
	padding-left:15px;
	height:25px;
	padding-top:5px;
	display:block;
	}
#subnavi a{
	text-decoration:none;
	color:#FFFFFF;
}
#subnavi a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.backend_sub_navi{
	width:1050px;
	}
.sub_navi_empty , .sub_navi_empty:hover{
	float:left;
	width:175px;
	height:175px;
	background-image:url(../images/subnavi/sub_navi_empty.png);
	background-repeat:no-repeat;
}
.sub_navi_mobil{
	float:left;
	width:175px;
	height:175px;
	background-image:url(../images/subnavi/sub_navi_mobil.png);
	background-repeat:no-repeat;
	background-position:top;
}
.sub_navi_mobil:hover{
	float:left;
	width:175px;
	height:175px;
	background-image:url(../images/subnavi/sub_navi_mobil.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#maincontent h1{
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin-bottom:10px;
	border-bottom:1px solid #990000;
	}
#maincontent h2{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
#maincontent h3{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	}
#maincontent a {
	text-decoration:none;
	color:#FF0000;
}
#maincontent a:hover {
	text-decoration:none;
	color:#990000;
}
#maincontent .show_rubrik{
	color:#990000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#maincontent .show_rubrik:hover{
	text-decoration:none;
}
#maincontent .tabelle tr:nth-child(odd){
	background:#EFEFEF !important;
}
#maincontent .tabelle tr:nth-child(odd):hover{
	background:#FFFFCF !important;
}
#maincontent .tabelle tr,
#maincontent .tabelle_rand tr{
	background-color:#FFFFFF;
	}
#maincontent .tabelle tr:hover{
	background-color:#FFFFCF;
}
#maincontent .tabelle td,
#maincontent .tabelle_rand td{
	padding:5px 5px;
	}
#maincontent .tabelle th{
	background-color:#EFEFEF;
	padding-left:5px;
	text-transform:uppercase;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	}
#maincontent .tr_view{
	background-color:#EFEFEF;
}
#maincontent .tabelle{
	border:none;
	background-color:#CCCCCC;

	width:700px;
}
#maincontent .tabelle th.blue{
	color:white; text-align:left; vertical-align:middle; background:#47BDE7; padding:.2em;
}
#maincontent .tabelle th.blue.fade{
	background: -moz-linear-gradient(top left, #000, #47BDE7); padding:.2em;
}
#maincontent .tabelle th.red{
	color:white; text-align:left; vertical-align:middle; background:#5F0000; padding:.2em;
}
#maincontent .tabelle th.red.fade{
	background: -moz-linear-gradient(top left, #5F0000, #000); padding:.2em;
}
.formular{
	background-color:#EFEFEF;
	height:auto;
	padding:5px 5px;
	}
.speichern{
	color:#009900;
	font-weight:bolder;
	display:block;
	width:100px;
	height:25px;
	background-image:url(../images/pages/save.png);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	cursor:pointer;
	text-indent:10px;
	font-size:9px;
	}
.abbrechen{
	color:#990000;
	font-weight:bolder;
	display:block;
	width:100px;
	height:25px;
	background-image:url(../images/pages/abort.png);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
	cursor:pointer;
	text-indent:10px;
	font-size:9px;
}
.notice{
	font-size:9px; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	}
h5{ /*ERFOLGSMELDUNG */
	padding:10px 10px;
	width:auto;
	display:block;
	background-color:#CFFFCF;
	color:#003300;
	font-size:10px;
	font-weight:bold;
	margin:0px auto;
	}
h6{ /*FEHLERMELDUNG */
	padding:10px 10px;
	width:auto;
	display:block;
	background-color:#FFCCCC;
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	margin:0px auto;
	}

h5 .button{
	height:25px;
	width:auto;
	padding:5px 10px;
	background-color:#FFFFFF;
	border:1px solid #CCCC33;
}
.toggle{
	padding-left:15px;
	background-image:url(../images/pages/toggle.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.submit_add{
	background-color:#990000;
	color:#FFFFFF;
	font-size:9px;
	border:none;
	margin:1px 1px;
	}
.submit_button{
border:outset;
	background-color:#990000;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:3px 3px;
	cursor:pointer;
}
	.column { width: 170px; float: left; padding-bottom: 100px; }
	.portlet { margin: 0 1em 1em 0; }
	.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
	.portlet-header .ui-icon { float: right; }
	.portlet-content { padding: 0.4em; }
	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.ui-sortable-placeholder * { visibility: hidden; }
	
	.portleto { margin: 0 1em 1em 0; }
	.portleto-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
	.portleto-header .ui-icon { float: right; }
	.portleto-content { padding: 0.4em; }

	.portleto2 { margin: 0 1em 1em 0; }
	.portleto2-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
	.portleto2-header .ui-icon { float: right; }
	.portleto2-content { padding: 0.4em; }

	.portlet-main { margin: 0 1em 1em 0; width:100%; display:block; }
	.portlet-main-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
	.portlet-main-header .ui-icon { float: right; }
	.portlet-main-content { padding: 0.4em; }

a.button.edit span{
	color:white;	
}


/*
	FORMULAR
*/
label.label{
	width:170px;
	display:block;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	display:inline-block;
	margin-bottom:2px;
	float:left;
}
.input{
	display:inline-block;
	border:1px solid #999999;
	font-size:12px;
	width:455px;
	margin-bottom:2px;
}
.input_false{
	width:455px;
	border:1px solid #999999;
	font-size:12px;
	background-color:#FFCDC6;
	margin-bottom:2px;
}
.textarea{
	width:455px;
	height:35px;
	border:1px solid #999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:2px;
}

.select{
	display:inline-block;
	width:460px;
	border:1px solid #999999;
	font-size:12px;
	margin-bottom:2px;
	float:left;
}
.select_on{
	width:455px;
	border:1px solid #999999;
	font-size:12px;
	color:#003300;
	background-color:#CBFFA4;
	argin-bottom:2px;
}
.select_off{
	width:455px;
	border:1px solid #999999;
	font-size:12px;
	color:#FF0000;
	background-color:#FFD5D5;
	argin-bottom:2px;
}
hr{
	margin:5px 0px;
	height:1px;
	border-bottom:1px solid #ccc;
	border-top:none;
	border-left:none;
	border-right:none;
}
.tdTable{
	width:100%;
	padding:0;
	margin:0;
}
.tdTable td{
	background-color:#CCC;
}