/*	--------------------------------------------------------------------------
	Main CSS Setup
	--------------------------------------------------------------------------
	SMU
	ed/15.007.08
	--------------------------------------------------------------------------  
	#01		GLOBALS
	#02		CONTAINER
	#03		HEADER
	#04		CONTENT BOX	
	#05		FOOTER	
	#06		NAVIGATION	
	#07		BREADCRUMB			
	#08		RIGHT COL
	#09     DIV CONTENT
	#10		FILELIST
	#11		LOGINFORMULARE
	------------------------------------------------------------------------*/


/*	--------------------------------------------------------------------------
	#01		GLOBALS
	----------------------------------------------------------------------- */

* {
	padding:0;
	margin:0;
	}


html {  overflow: -moz-scrollbars-vertical; }


html,body {
	margin:0;
	padding:0;
	height:100%; 
	background:#424242;
	background-image:url(../_img/pageBG.gif);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size:0.85em;
	}
	
.img { border: none;}



a img { border: none;}	


/*	--------------------------------------------------------------------------
	#02		CONTAINER
	----------------------------------------------------------------------- */

div#container {
	position:relative; 
	/*margin:0 ;*/ 
	width:955px;
	background-image:url(../_img/contentBG.gif);
	background-repeat:repeat-y;	
	height:auto !important;
	height:100%; 
	min-height:100%;
	margin:0 auto; /* center, not in IE5 */
	}	


/*	--------------------------------------------------------------------------
	#03		HEADER
	----------------------------------------------------------------------- */

div#header {
	padding:0;
	margin:0;
	height:181px;
	}
	
div#logo {
	z-index:90;
	position:absolute;
	right:48px;
	top:35px;
	}	
	
	
#headMenuBox {
	position:absolute;
	z-index:2;
	top:98px;
	right:35px;
	}
	
#printBox{
	position:absolute;
	top:0px;
	right:139px;
	font-size:0.9em;
	width:55px;
	}
	
#printBox a{
	color: #000000; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	border-right:1px solid #9CA0A5;	
	height:0.9em;
	}
	
	
#printBox a:visited, #printBox a:active {
	color: #000000; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	border-right:1px solid #9CA0A5;	
	height:0.9em;	
	}
	
	
#printBox a:hover {
	color: #000000; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	border-right:1px solid #9CA0A5;	
	height:0.9em;	
	}
	
	
#lang{
	position:absolute;
	top:0px;
	right:218px;
	font-size:0.9em;
	/*width:55px;*/
	}
	
#lang a{
	color: #000000; 
	padding: 0 6px 0 6px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	/*border-right:1px solid #9CA0A5;*/	
	height:0.9em;
	}
	
	
#lang a:visited, #lang a:active {
	color: #000000; 
	padding: 0 6px 0 6px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	/*border-right:1px solid #9CA0A5;*/	
	height:0.9em;	
	}
	
	
#lang a:hover {
	color: #000; 
	padding: 0 6px 0 6px;
	text-decoration:none;
	border-left:1px solid #9CA0A5;
	/*border-right:1px solid #9CA0A5;*/	
	height:0.9em;	
	}						
	

/*	--------------------------------------------------------------------------
	#04		CONTENT BOX
	----------------------------------------------------------------------- */
	
div#contentBox {
	padding:0;
	}
		
/*div#contentBoxContent {
	float:left;
	width:444px;
	color:#39424c;
	padding-top:39px;
	}	
*/
div#contentBoxContent {
	color:#39424C;
	float:left;
	padding-left:32px;
	padding-top:38px;
	position:relative;
	width:444px;
}	
div#contentBoxContentList {
	float:left;
	width:638px;
	color:#39424c;
	padding-top:39px;
	/*background-color:#ccc;*/
	}	
	
div#contentBoxContent h1 {
	color:#95a0b1;
	padding:0 0 29px 0;
	font-weight:normal;
	margin:0;
	font-size:2em;
	line-height:1.0em;
	}
	
div#contentBoxContent h2 {
	color:#95a0b1;
	padding:0 0 8px 0;
	font-weight:normal;
	margin:0;
	font-size:1.2em;	
	}
	
div#contentBoxContent h3 {
	color:#95a0b1;
	padding:0 0 8px 0;
	font-weight:normal;
	margin:0;
	font-size:1.2em;	
	}				
	
div#contentBoxContent p {
	padding:0 0 20px 0;
	color:#39424c;
	/*font-size:0.75em;*/
	line-height:1.6em;
	}	
	
div#contentBoxContent p a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
	
div#contentBoxContent p a:visited, div#contentBoxContent p a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
div#contentBoxContent p a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	background-color:#f2f8fc;
	border-bottom: 1px #398fd1 solid;
	}			



/*tables*/
div#contentBoxContent td a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
	
div#contentBoxContent td a:visited, div#contentBoxContent td a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
div#contentBoxContent td a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	background-color:#f2f8fc;
	border-bottom: 1px #398fd1 solid;
	}	


div#contentBoxContent ul {
	list-style:square;
	/*list-style-position: outside;
	margin-left:20px;
	margin-top:-30px;*/
	list-style-position: outside;
	padding: 0;
	/*margin-left:20px;*/
	margin-bottom:10px;
	 display:block;
	} 

div#contentBoxContent li{
	padding:0;
	line-height:1.9em;
	margin-left:15px;
	} 


div#contentBoxContent ul a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
	
div#contentBoxContent ul a:visited, div#contentBoxContent ul a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
div#contentBoxContent ul a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	background-color:#f2f8fc;
	border-bottom: 1px #398fd1 solid;
	}

/*	--------------------------------------------------------------------------
	#05		FOOTER
	----------------------------------------------------------------------- */

div#footer {
	position:absolute;
	/*width:100%;*/
	width:929px;
	bottom:0; 
	background:#ddd;
	border-top: 1px solid #9ca0a5;
	}
	
div#footer p {
	padding:5px 0 5px 232px;
	/*font-size:0.7em;*/
	}	
	
	
div#footer p a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#39424c;
	border-bottom: 1px #ddd solid;
	}
	
	
div#footer p a:visited, div#footer p a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#39424c;
	border-bottom: 1px #ddd solid;
	}
	
div#footer p  a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#39424c;
	background-color:#ddd;
	border-bottom: 1px #39424c solid;
	}		
	
/*	--------------------------------------------------------------------------
	#06		NAVIGATION
	----------------------------------------------------------------------- */	
	
/*div#navBox {
	z-index:80;
	position:absolute;
	left:0;
	top:158px;
	width:200px;
	background-color:#3c4958;
	}	
*/
div#navBox {
	background-color:#3C4958;
	float:left;
	left:0;
	margin-bottom:-117px;
	position:relative;
	top:-23px;
	width:200px;
	z-index:80;
}	
/*	--------------------------------------------------------------------------
	#07		BREADCRUMB
	----------------------------------------------------------------------- */	
	
div#breadBox {
	z-index:81;
	position:absolute;
	top:161px;
	left:200px;
	width:494px;
	/*width:702px;*/
	color:#398fd1;
	border-bottom: 1px solid #DCDDDD;
	}	
	
div#breadBox p {
	padding:1px 0 4px 32px;
	font-size:0.9em;
	}	
	
	
div#breadBox p a:link {
	color:#398fd1;
	text-decoration:none;
	}	
	
div#breadBox p a:visited, div#breadBox p a:active{
	color:#398fd1;
	text-decoration:none;
	}	
	
div#breadBox p a:hover {
	color:#000;
	text-decoration:none;
	}			
	
/*	--------------------------------------------------------------------------
	#08		RIGHT COL
	----------------------------------------------------------------------- */	
	
div#rightColBox {
	float:right;
	width:245px;
	color:#000;
	}
	
.newsTitle {
	width:183px;
	background-color:#83b7e0;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	/*font-size:0.75em;*/
	color:#fff;	
	}
	
#newsBox  {
	background-color:#fbfbfc;
	color:#39424c;
	/*font-size:0.75em;*/
	padding:0;
	margin-top:-10px;
	width:193px;
	}	
	
.kontaktTitle {
	width:183px;
	border-top: 1px solid #bdc3cf;	
	border-bottom: 1px solid #d8dbe2;		
	background-color:#f3f4f6;
	padding:2px 0 2px 10px;
	margin-top:30px;
	/*font-size:0.75em;*/
	color:#39424c;	
	}
	
#kontaktBox  {
	background-color:#fbfbfc;
	padding:0;
	color:#39424c;
	/*font-size:0.95em;*/
	/*line-height:1.6em;
	width:170px;*/
	width:193px;	
	}
	
	
#kontaktBoxStart  {
	background-color:#fbfbfc;
	padding:10px 12px 12px 10px;
	color:#39424c;
	/*font-size:0.95em;*/
	line-height:1.6em;
	width:170px;	
	}
	
	
.kontaktPersonTitle {
	width:183px;
	background-color:#cacfd6;
	border-bottom: 1px solid #bdc3cf;	
	padding:2px 0 2px 10px;
	/*font-size:0.75em;*/
	color:#3c4958;
	width:184px;	
	}
	
#kontaktPersonBox {							
	background-color:#e2e0e4;
	padding:10px 12px 12px 12px;
	color:#3c4958;
	/*font-size:0.75em;*/
	line-height:1.6em;
	width:170px;
	}
	
.topLinksTitle {
	width:183px;
	border-bottom: 1px solid #bdc3cf;		
	background-color:#f3f4f6;
	padding:2px 0 2px 10px;
	margin-top:50px;
	/*font-size:0.75em;*/
	color:#3c4958;	
	}	
	
	
#kontaktPersonBox p a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
	
#kontaktPersonBox p a:visited, #kontaktPersonBox p a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
#kontaktPersonBox a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	background-color:#e2e0e4;
	border-bottom: 1px #e2e0e4 solid;
	}	
	
	
	
.newsletter {
	width:183px;
	border-bottom: 1px solid #bdc3cf;		
	background-color:#f3f4f6;
	padding:2px 0 2px 10px;
	margin-top:20px;
	/*font-size:0.75em;*/
	color:#3c4958;	
	}			



.newsletter_txt {
	background-color:#fbfbfc;
	padding:3px 12px 0px 0px;
	color:#3c4958;
	/*font-size:0.75em;*/
	line-height:1.6em;
	width:180px;	
	}	
	
	
	
.newsletter_txt a {
		background: #fbfbfc url(../_img/toplinks_no.png) no-repeat 0px center;
	font-weight:normal;
	color: #535353;
	display: block;
	width: auto;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	border-bottom: 1px solid #DCDDDD;
	}
	
	
.newsletter_txt a:visited, #newsletter_txt a:active {
	background: #fbfbfc url(../_img/toplinks_no.png) no-repeat 0px center;
	font-weight:normal;
	color: #535353;
	display: block;
	width: auto;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	border-bottom: 1px solid #DCDDDD;
	}
	
.newsletter_txt a:hover {
	background: #fbfbfc url(../_img/toplinks_no.png) no-repeat 0px center;
	font-weight:normal;
	color: #000000;
	display: block;
	width: auto;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	border-bottom: 1px solid #DCDDDD;
	}		
		


/*	--------------------------------------------------------------------------
	#09		DIV CONTENT
	----------------------------------------------------------------------- */	
	
.csc-textpic-caption {
	padding-top:10px;
	padding-bottom:10px;
	color:#7193a8;
	font-style:italic;
	font-size:11px;
	}	
	


/*	----------------

	#05.7	RTE-Table

    ---------------*/	



div#contentBoxContent .contenttable td {
	vertical-align:top;
	/*border-bottom:1px solid #D9D9D9;*/
	padding:0;	
	}



div#contentBoxContent .contenttable th {
	text-align:left;
	vertical-align:top;
	/*border-bottom:1px solid #D9D9D9;*/
	padding:0;	
	}


div#contentBoxContent .contenttable tr:hover {
	/*background-color: #EAEAEA;*/
	}


div#contentBoxContent .contenttable td p{
	padding:3px 0 3px 0;	
	}
	
	
/*	--------------------------------------------------------------------------
	#10	FILELIST
	----------------------------------------------------------------------- */	

.filelinks {
	padding:0 0 20px 0;
	}
	
.filelinks a {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
	
.filelinks a:visited, .filelinks a:active {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	border-bottom: 1px #398fd1 solid;
	}
	
.filelinks a:hover {
	text-decoration:none;
	padding:1px 0 1px 0;
	color:#398fd1;
	background-color:#f2f8fc;
	border-bottom: 1px #398fd1 solid;
	}
	
/*	--------------------------------------------------------------------------
	shop
	----------------------------------------------------------------------- */	
	
.ShopFormField {
	background:white none repeat scroll 0%;
	background-color: #ffffff;
	border:1px solid #cccccc;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	font-size:11px;
	line-height:1.6em;
	margin:3px 0pt;
	padding:3px;
	width:250px;
	}
	
.ShopFormText {
	background:white none repeat scroll 0%;
	background-color: #ffffff;
	border:1px solid #cccccc;
	font-family:Verdana,Helvetica,Arial,Sans-Serif;
	font-size:11px;
	line-height:1.6em;
	margin:3px 0pt;
	padding:3px;
	width:250px;
	height:150px;
	}
	
/*	--------------------------------------------------------------------------
	form
	----------------------------------------------------------------------- */	
	
#contentBoxContent legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
	font-weight: bold;
	}

#contentBoxContent fieldset {
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	border: 1px solid #C0C0C0;
	}

#contentBoxContent .radiolayout {
	width:	444px;
	padding-top:0;
	padding-bottom:10px;
	}

#contentBoxContent .labels {
	padding-bottom:2px;
	padding-top:2px;
	}

			
#contentBoxContent .formu {
	width:550px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0;
	}

#contentBoxContent .mf-radio {
	border:0px;
	margin-right:3px;
	}

#contentBoxContent .mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	width:250px;
	}

#contentBoxContent .mf-check {
	border: 0px;
	float:inherit;
	}

#contentBoxContent .mf-select {
	border: 1px solid #C0C0C0;
	margin-bottom:15px;
	font-size:100%;
	}

#contentBoxContent .mf-input {
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
	width:250px;
	float:none;	
	}

#contentBoxContent .mf-submit {
	color: #333;
	border: 1px solid #C0C0C0;
	font-size:100%;
	padding: 3px;
	}

	

#contentBoxContent .formu .fullForm {
	z-index:80;
	width:444px;
	padding:5px 0 5px 0;
	}	
	
/*	--------------------------------------------------------------------------
	events
	----------------------------------------------------------------------- */	
.rmevent_time_start {
	text-indent:-9000px;
	font-size:1px;
	color:#FFFFFF;
	}	
	
.rmevent_time_end {
	text-indent:-9000px;
	font-size:1px;
	color:#FFFFFF;
	}										
		
/*	--------------------------------------------------------------------------
	icons
	----------------------------------------------------------------------- */			

/*a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(../_img/icon_pdf.gif) no-repeat center left;
}*/

.csc-textpic-intext-left {
	padding:0 0 0 0;
	}
	
.csc-textpic-text {
	padding:0 0 0 0px;
	}
	
.csc-textpic-imagewrap {
	padding:0px;
	margin:0 20px 0 0;
	}	
	
	
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
/*margin-right:16px !important;*/
}



.PortalTopLinks {
	color:#FFFFFF;
	}

.PortalTopLinks a{
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	}
	
	
.PortalTopLinks a:visited, .PortalTopLinks a:active {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	}
	
	
.PortalTopLinks a:hover {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	}
	
	
.PortalTopLinks2 a{
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;
	}
	
	
.PortalTopLink2 a:visited, .PortalTopLinks2 a:active {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;
	}
	
	
.PortalTopLinks2 a:hover {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;
	}	
	

.StartPortal a{
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;
	}
	
	
.StartPortal a:visited, .StartPortal a:active {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;
	}
	
	
.StartPortal a:hover {
	color: #ffffff; 
	padding: 0 8px 0 8px;
	text-decoration:none;
	line-height:1.9em;	
	}
	
	
	
.bannerPortal a{
	color: #ffffff; 
	padding: 0;
	text-decoration:none;
	}
	
	
.bannerPortal a:visited, .bannerPortal a:active {
	color: #ffffff; 
	padding:0;
	text-decoration:none;
	}
	
	
.bannerPortal a:hover {
	color: #ffffff; 
	padding: 0;
	text-decoration:none;
	}	
		
/*.rmevent_location_name {
	padding:0 0 0 20px;
	}*/
	
.csc-textpic-text {
	padding:0px;
	margin:0;
	}
	

div#tx_slsitemap {
	line-height:20px;
	padding:0;
	margin:0 0 0 -34px;
	}
	
div#tx_slsitemap ul {
	list-style:square;
	list-style-position: outside;
	margin-left:20px;
	/*margin-top:-30px;*/
	list-style-position: outside;
	padding: 0;
	margin-left:20px;
	margin-bottom:10px;
	 display:block;
	} 
	
/*	--------------------------------------------------------------------------
	#11	LOGINFORMULARE
	----------------------------------------------------------------------- */
.tx-felogin-pi1 div,
.tx-felogin-pi1 fieldset legend {
	-moz-border-radius: 1px 1px 1px 1px;
    background-color: #F3F4F6;
    border: 1px solid #BDC3CF;
    color: #3C4958;
    margin-bottom: 11px;
    padding: 5px 5px 5px 9px;
}
#contentBoxContent .tx-felogin-pi1 fieldset {
	margin-bottom:9px;
}

#contentBoxContent .tx-felogin-pi1 fieldset legend {
	border: 1px solid #BDC3CF;
	font-weight: normal;
	margin-bottom: 0;
	padding: 1px 9px;
}

.tx-felogin-pi1 form div {
	-moz-border-radius:0;
	background-color:transparent;
	border:0;
	color:#39424C;
	margin-bottom:0;
	padding:0;
}

.tx-felogin-pi1 form input,
.tx-datamintsfeuser-pi1 fieldset div input,
.tx-datamintsfeuser-pi1 fieldset div textarea {
	background:white;
	border: 1px solid #999999;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 11px;
	line-height: 1.6em;
	margin: 3px 0;
	padding: 3px;
}

/*	--------------------------------------------------------------------------
	Seite Userdaten bearbeiten
	----------------------------------------------------------------------- */	

.tx-datamintsfeuser-pi1 {}
.tx-datamintsfeuser-pi1 fieldset {}
.tx-datamintsfeuser-pi1 fieldset div {}
.tx-datamintsfeuser-pi1 fieldset div label {
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
}
.tx-datamintsfeuser-pi1 fieldset div input {
	width:263px;
}
.tx-datamintsfeuser-pi1 fieldset div textarea {
	float: right;
    height: 14px;
    margin-right: 1px;
    width: 263px;
}
#datamints_feuser_4065_submit {
	float: right;
	margin-right: 1px;
	margin-top: 17px;
	width: 271px;
}



.smu_rocking_form {
	width:195px;
	background: none repeat scroll 0 0 white;
    border: 1px solid #999999;
    font-family: Verdana,Helvetica,Arial,Sans-Serif;
    font-size: 11px;
    line-height: 1.6em;
    margin: 3px 0;
    padding: 3px;
}


.search_button {
    background: none repeat scroll 0 0 white;
    border: 1px solid #999999;
    font-family: Verdana,Helvetica,Arial,Sans-Serif;
    font-size: 11px;
    margin: 3px 0;
    padding: 2px;
}




