/*************************************************************************/
/**** CSS - organisator.ch ***********************************************/
/**** Marz 2009 ******************************************************/
/*************************************************************************/

/**** START design debug *************************************************/
div{
	/*border:1px solid red;*/
}
/**** END design debug ***************************************************/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	background-image:url(/pagemedia/design/background.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

/* Alle Bilder ohne Rahmen */
img{
	border:none;
}
a{
	color:#9e1219;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
.imageR{
	float:right;
	clear:none;
	padding:0px 0px 20px 20px;
}

.imageL{
	float:left;
	clear:none;
	padding:0px 10px 0px 0px;
}

p{
	margin-top:5px;
	margin-bottom:10px;
	line-height:16px;
}

/*	Formatierung Überschriften */
#titel{
	color:#333333;
	font-size:18px;
	font-weight:bold;
	padding:44px 0px 20px 20px;
	margin:0px;
}
h1{
	color:#333333;
	font-size:16px;
	padding-bottom:10px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
	color:#333333;
	line-height:12px;
	margin:0px;
	padding-top:2px;
	display:block;
	height:14px;
}
h3 a{
	color:#9e1219;
}
h4{
	font-size:12px;
	line-height:13px;
	margin:0px;
	padding:0px;
	color:#000000
}
h4 a{
	text-decoration:none;
	color:#333333;
}
form{
	margin:0px;
	padding:0px;
}
/****  Breadcrump ****/
#breadcrump{
	float:left;
	clear:none;
}
#breadcrump a{
	text-decoration:none;
	color:#9e1219;
	text-decoration:underline;
}
#breadcrump a:hover{
	color:#333032;	
}
/**************************************************************
Gerüst*/
#main{
	float:left;
	clear:none;
	width:1102px;
}

#page{
	float:left;
	clear:none;
	width:956px;
}

#header{
	float:left;
	clear:none;
	width:956px;
	height:75px;
	background-image:url(/pagemedia/design/header.gif);
	background-repeat:no-repeat;
	display:none;
}
#claim{
	float:left;
	clear:none;
	width:325px;
	margin-left:5px;
}
/**************************************************************
Metanavigation*/
#suchen{
	float:right;
	clear:none;
	width:290px;
	height:35px;
	padding-top:20px;
	text-align:left;
}
.searchformfix{
	width:196px;
	height:16px;
	background-image:url(/pagemedia/design/loginInput.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px;
}
.suchentext a{
	margin-left:10px;
	margin-right:90px;
	color:#ffffff;
	font-size:11px;
}
.suchentext a:hover{
	color:#2d2a2c;
}
#metanavigation{
	text-align:right;
	float:left;
	clear:none;
	width:956px;
	height:30px;
}
#metanavigation a{
	padding:10px 5px 0px 5px;
	float:right;
	clear:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#metanavigation a:hover, #metanavigation a.active{
	color:#b01219;
}

#logo{
	float:left;
	clear:none;
	width:350px;
	height:65px;
}

#bereich{
	text-align:right;
	height:80px;
	float:right;
	clear:none;
	padding-top:15px;
	padding-right:25px;
}
/*ERSTE STUFE*/
#topnavigation{
	float:left;
	clear:none;
	width:916px;
	color:#3d3d3d;
	font-weight:bold;
	background-color:#f0edef;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	border-bottom:1px solid #d9d8d9;
	display:none;
}
#topnavigation ul{
	float:left;
	clear:none;
	position:relative;
	top:+1px;
	z-index:100;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topnavigation ul li{
	float:left;
	clear:none;
	line-height:37px;
	list-style-type:none;
	background-image:url(/pagemedia/buttons/btn_gL.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:25px;
}
#topnavigation ul li.active{
	background-image:url(/pagemedia/buttons/btn_rL.gif);
	background-repeat:no-repeat;
	background-position:top left;	
}
#topnavigation ul li a{
	float:left;
	clear:none;
	color:#000000;
	text-align:center;
	background-image:url(/pagemedia/buttons/btn_gR.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:25px;
}
#topnavigation ul li a:hover{
	color:#990000;
}
#topnavigation ul li a.active{
	color:#FFFFFF;
	background-image:url(/pagemedia/buttons/btn_rR.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}
/*ZWEITE STUFE*/
#subnavigation{
	float:left;
	clear:none;
	width:916px;
	height:69px;
	font-size:11px;
	color:#3d3d3d;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	display:none;
}
#subnavigation ul{
	float:left;
	clear:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#subnavigation ul li{
	float:left;
	clear:none;
	line-height:41px;
	list-style-type:none;
	background-image:url(/pagemedia/buttons/sm_gL.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:25px;
}
#subnavigation ul li.subactive{
	background-image:url(/pagemedia/buttons/sm_rL.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#subnavigation ul li a{
	float:left;
	clear:none;
	color:#000000;
	height:41px;
	text-align:center;
	background-image:url(/pagemedia/buttons/sm_gR.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:25px;
}
#subnavigation ul li a:hover{
	color:#990000;
}
#subnavigation ul li a.subactive{
	color:#ffffff;
	background-image:url(/pagemedia/buttons/sm_rR.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
/***************************************************************/
#mainContent{
	float:left;
	clear:none;
	width:956px;
	background-color:#FFFFFF;
}
#content{
	float:left;
	clear:none;
	width:916px;
	margin-top:40px;
	margin-left:20px;
	margin-right:20px;
	min-height:550px;
	height:auto !important;
	height:550px;
}
#leftcontent{
	float:left;
	clear:none;
	width:560px;
	padding-left:20px;
	padding-right:20px;
}
#leftcontent .boxfull{
	float:left;
	clear:none;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:560px;
}
#leftcontent .boxsmall{
	float:left;
	clear:none;
	width:185px;
	margin:0px;
	padding: 0px 0px 20px 0px;
}
#leftcontent .boxtwo{
	float:left;
	clear:none;
	width:270px;
	padding:0px;
	margin:5px 10px 10px 0px;
}
#leftcontent .boxsmall h1{
	color:#333333;
	text-transform:none;
	font-size:14px;
	padding-bottom:10px;
	margin:0px;
	border-bottom:none;
}
#leftcontent .boxsmall img{
	border:1px solid #CCCCCC;
}
#leftcontent .boxrow{
	float:left;
	clear:none;
	padding:0px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:20px;
	width:485px;
	border-bottom:1px solid #CCCCCC;
}
#leftcontent .teaser a{
	color:#333333;
	font-weight:bold;
}
#leftcontent .boxrow div{
	margin:0px;
	padding:0px;
}
#inhalt{
	float:left;
	clear:none;
	width:602px;
}
/*PARTNER CONTENT ***********************************************************/
.naviPartner{
	width:260px;
	height:20px;
	vertical-align:middle;
}
/**** Rechte Spalte ********************************************************/
#rightcontent{
	float:left;
	clear:none;
	width:303px;
	border-top:1px solid #cecccd;
	border-left:1px solid #cecccd;
	border-bottom:1px solid #cecccd;
	margin-top:72px;
	margin-bottom:10px;
	padding-left:2px;
	padding-top:2px;
	position:relative;
	left:+9px;
	display:none;
}

#rightcontent .titelLogin{
	width:288px;
	height:16px;
	padding-top:45px;
	padding-left:15px;
	color:#9e1219;
	font-size:12px;
	font-weight:bold;
	background-image:url(/pagemedia/design/titel_login.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}
#rightcontent .titel{
	width:288px;
	height:16px;
	padding-top:45px;
	padding-left:15px;
	color:#9e1219;
	font-size:12px;
	font-weight:bold;
	background-image:url(/pagemedia/design/titel_1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#rightcontent .titelNewsletter{
	width:288px;
	height:16px;
	padding-top:45px;
	padding-left:15px;
	color:#9e1219;
	font-size:12px;
	font-weight:bold;
	background-image:url(/pagemedia/design/titel_newsletter.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#rightcontent .box{
	padding:10px;
	background-color:#e0e0e0;
	color:#736d70;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:3px;
}
#rightcontent .box a{
	font-size:11px;
	color:#736d70;
}
#rightcontent .box a:hover{
	font-size:11px;
	color:#9e1219;
}
#rightcontent .boxtext{
	font-size:11px;
	color:#736d70;
	margin-top:5px;
	margin-bottom:10px;
}
#rightcontent .loginInput{
	width:198px;
	height:17px;
	background-image:url(/pagemedia/design/loginInput.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px;
}
.anmelden{
	width:60px;
	height:17px;
	font-size:11px;
	background-color:#9e1219;
	color:#ffffff;
	border:0px;
}
.registrieren{
	width:107px;
	height:17px;
	font-size:11px;
	background-color:#9e1219;
	color:#ffffff;
	border:0px;
	padding:2px 5px 0px 5px;
}
.loginInput{
	width:198px;
	height:15px;
	border:1px solid #e0e0e0;
}
#rightcontent .boxcontent{
	padding:0px 0px 0px 5px;
}
#rightcontent .boxfull{
	padding:0px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:10px;
}
#rightcontent .boxbanner{
	padding:0px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}
#rightcontent .boxbanner img{
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
#epaper{
	float:left;
	clear:none;
	width:705px;
	padding:0px 35px 0px 35px;	
	background-image:url(/pagemedia/100/bg_main.gif);
	background-repeat:repeat-y;
	background-color:#CCCCCC;
}

#footer{
	float:left;
	clear:none;
	width:946px;
	padding:10px 0px 10px 20px;
	display:none;
}
#footer .bot{
	float:right;
	clear:right;
	padding-right:30px;
	font-size:10px;
	color:#736d70;
}
#footer .bot a{
	font-size:11px;
	color:#736d70;
}
#footer .bot a:hover{
	font-size:11px;
	color:#736d70;
}
/**************************************************************
Breadcrump*/
#breadcrump{
	height:30px;
	width:385px;
	padding-left:20px;
	float:left;
	clear:none;
	display:none;
}

#functions{
	height:30px;
	width:80px;
	text-align:right;
	float:left;
	clear:none;
}

/**************************************************************
Content*/
.mehr{
	color:#9e1219;
	/*font-weight:bold;*/
	text-align:right;
}
.mehr a{
	color:#9e1219;
	text-decoration:none;
}
.mehr a:hover{
	color:#333333;
	text-decoration:none;
}
/**************************************************************
	MultiBox
	v1.2
**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(/pagemedia/icons/loader.gif) no-repeat center;
	height:50px;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/pagemedia/icons/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(/pagemedia/icons/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/pagemedia/icons/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/pagemedia/icons/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/pagemedia/icons/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

/*Buttoncontrols*/

.loginputtext{
border:1px solid #CCCCCC;
width:110px;
}

.loginputbutton{
	background-color:#9e1219;
	border:1px solid #9e1219;
	color:#FFFFFF;
	font-size:12px;
}

.bqtext{
/*Textfeld*/
	border:1px solid #CCCCCC;
	width:300px;
	font-size:12px;
	padding:3px;
}
.bqsearch{
/*Button*/
	margin-left:10px;
	background-color:#9e1219;
	border:1px solid #9e1219;
	color:#FFFFFF;
	font-size:12px;
	padding:1px 10px 1px 10px;
}

.bqcheckbox{
	background-color:#C4DAEC;
}

.bqbutton{
	background-color:#9e1219;
	border:1px solid #9e1219;
	color:#FFFFFF;
	font-size:12px;
}

.bqbuttonlink{
	float:right;
	clear:none;
	background-color:#9e1219;
	border:1px solid #9e1219;
	color:#FFFFFF;
	font-size:11px;
	padding:2px 10px 2px 10px;
}
.formfield{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	height:14px;
	border: 1px solid #b2b3b4;
	padding-left:4px;
}

/*Calendar XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#calendar{
	width:260px;
	font-size:11px;
}
#calendar a{
text-decoration:none;
}
#calendar td{
	margin:1px;
	padding:1px;
}
#calendar th{
	margin:1px;
	padding:1px;
}
#calendar #title{
	background-color:#e0e0e0;
}
.calendardetail{
	text-align:left;
	z-index:100;
	position:absolute;
	width:250px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
.firstweek{
}
.lastweek{
}
.today{
	background-color:#FFFF99;
	font-weight:bold;
}
.termin{
	font-weight:bold;
	background-color:#9e1219;
	color:#FFFFFF;
	display:block;
}
.blank{
	background-color:#e0e0e0;
}
/*INFOBOX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#infobox{
	left:0px;
	top:0px;
	z-index:100;
	position:absolute;
	display:none;
	width:200px;	
	font-size:10px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
#stellenbox{
	left:0px;
	top:0px;
	z-index:100;
	position:absolute;
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}
#keyfilter{
	z-index:100;
	position:absolute;
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:5px;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;*/
}

/*BANNER*/
.topbanner{
	float:left;
	clear:none;
	width:1100px;
	height:90px;
	display:none;
}
.topbanner img{
	padding:5px;
	margin-right:15px;
	background-color:#FFFFFF;
}
.rightbanner{
	float:left;
	clear:none;
	width:130px;
	margin-top:90px;
	padding-left:15px;
	display:none;
}
.rightbanner img{
	padding:5px;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
.newsitem{
	padding-bottom:5px;
	float:left;
	clear:none;
}

.formfix{
	border:1px solid #CCCCCC;
	font-size:12px;
}


/*Table alternating*/

.row1{
background-color:#FFFFFF;
}
.row2{
background-color:#E8E8E8;
}

.fixbanner{
width:198px;
}

.loader {
	background: url(/pagemedia/icons/loader.gif) no-repeat center;
	height:40px;
}
#selection{
font-size:10px;
}
/*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
.switchbar{
	display:inline-block;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background-color:#CCCCCC;
	padding:2px;
}

.switchbaractive{
	display:inline-block;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#FFFFFF;
	padding:2px;
	margin:0px 0px 0px 5px;
}

.searchrow{
	border-bottom:1px solid #CCCCCC;
	padding:2px 2px 2px 2px;
}

/*Seitenweise Navigation*/

.activepage{
font-weight:bold;
color:#000000;

}

.red{
	font-style:italic;
	color:#FF0000;
	font-weight:bold;
}
#contentmenu a{
	display:block;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:10px;
	background-image:url(/admin/filemanager/folder.gif);
	background-repeat:no-repeat;
}
