
/* ------------------------------------------------ */
/* Schausteller.net CSS */
/* Autor: 		Dominique Hermann */
/* Mail:		dominique.hermann@bluewin.ch */
/* Website:		Schausteller.net
/* ------------------------------------------------ */


/* Allgemeines */
/* ------------------------------------------------ */



*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}


.invisible{
	font-size:0px;
}

#all{
	border:solid 1px black;
	width:1260px;
	margin-left:auto;
	margin-right:auto;
}

a:hover{
	text-decoration:none;
	color:#0470e9;
}

/* Platz für Logo */
/* ------------------------------------------------ */

#logo{
	background-color:#29166f;
	height:85px;
}

/* Standard Text */
/* ------------------------------------------------ */

.ce_text{
	font-size:14px;
	margin-top:3px;
}

/* Navigation */
/* ------------------------------------------------ */

#navigation{
	background-color:#29166f;
	color:#FFF;
}

#navigation a{ color:white;
text-decoration:none;
}


#navigation ul{
    list-style-type:none;
}

#navigation li:hover{
    list-style-type:none;
	background-color:#3616ac;
}

#navigation li{
     width:150px;
     position:relative;
     float:left; 
     background-color:#29166f; 
     line-height:85px;
	 font-size:16px;
	 text-align:center;
 }

#navigation li ul{
	position:absolute; 
	display:block;
	left:0px;
	right:0px;
	top:85px;
	bottom:0px;
  
}

#navigation li ul li{
	margin-left:-1px;
	background-color:#29166f; 
	margin-top:-1px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	line-height:60px;
}


/* Veranstaltungs und News Div */
/* ------------------------------------------------ */

#event_news_div{
	width:400px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	height:auto;
}

/* Veranstaltungs Ticker */
/* ------------------------------------------------ */

#event{
	margin-top:10px;
	border:dashed 1px black;
	width:373px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	overflow:auto;
	background-color:#f6f3ff;
	height:auto;
	}

#event h1{
	font-size:16px;
}

#event a{
	text-decoration:none;
	color:#29166f;
}

#event a:hover{
	color:#0470e9;
}

#event .more{
}

#event h2{
	font-size:16px;
}


#event .ce_text{
}

#event  .event {
	font-size:13px;
}

#event .mod_upcoming_events .event{
	padding-bottom:2px;
}

#event h5{
	margin-bottom:10px;
	font-size:14px;
	color:#29166f;
}


/* News Ticker */
/* ------------------------------------------------ */
.news{
	border:dashed 1px black;
	width:373px;
	overflow:auto;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f6f3ff;
	height:auto;
}

.news h1{
	font-size:16px;
}

.news h2{
	font-size:14px;
}

.news p{
		font-size:14px;
}

.news a{
	text-decoration:none;
	color:#29166f;
}

.news a:hover{
	color:#0470e9;
}

.news img{
	border:solid 0px black;
	}
	
.news .info{
	font-size:11px;
	font-weight:bold;
}

.news .more{
	margin-top:5px;
}

.news .layout_latest{
	border-bottom:solid 1px black;
	padding-bottom:10px;
	margin-bottom:10px;
	width:355px;
}

.news_text{
	border-bottom:solid 1px black;
}

.news h5{
	border-bottom:solid 1px black;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#29166f;
	width:355px;
}

#main .teaser{
	font-size:13px;
}

/* Hauptbereich */
/* ------------------------------------------------ */
#main{
	height:100%;
	margin-top:20px;
	margin-bottom:15px;
	padding-bottom:20px;
	margin-left:10px;
	padding-left:20px;
	padding-right:30px;
	padding-top:15px;
	float:left;
	width:588px;
	border:dashed 1px black;
	height:auto;
	background-color:#f6f3ff;
}

#main a{
	text-decoration:none;
	color:#29166f;
}

#main a:hover{
	text-decoration:none;
	color:#0470e9;
}

#main h1 {
	font-size:18px;
	color:#29166f;
	padding-bottom:10px;
}

#main h2 {
	font-size:19px;
	color:#29166f;
	margin-bottom:7px;
}

#main .info{
	font-size:14px;
	margin-bottom:8px;
}

#main .time{
	font-size:14px;
	margin-bottom:8px;
}


#main .back{
	text-decoration:none;
	color:#29166f;
	margin-top:8px;
}

#main .mod_newslist .more{
	text-decoration:none;
	color:#29166f;
	margin-top:10px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:solid 1px black;
}

.ce_hyperlink{
	text-align:right;
}
	
/* Kalender im Hauptbereich */
/* ------------------------------------------------ */
.calendar{
	margin-bottom:30px;
}

.calendar .event{
	padding-left:10px;
}

.label{
	font-size:12px;
	width:200px;
	height:30px;
	border:solid 1px black;
}

.head next{
}

.days{
	height:80px;
	vertical-align:top;
	margin-top:-1px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
}

.days a{
	font-size:10px;
}

#main th{
	height:30px;
}

.days active today{
	font-size:10px;
}



#main .header{
	background-color:#29166f;
	color:white;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:15px;
	margin-bottom:5px;
	font-size:11px;
}

#main .active{
	background-color:#b29dff;
}

.mod_upcoming_events{
}

.mod_upcoming_events .date{
	margin-right:20px;
	margin-bottom:10px;
}

.mod_upcoming_events a {
	margin-bottom:10px;
}

.mod_upcoming_events .event{
	padding-bottom:5px;
	font-size:14px;
}

.mod_last_events .info{
	background-color:#29166f;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}

.mod_last_events .more{
	text-decoration:none;
	color:#29166f;
	margin-top:10px;
	margin-bottom:15px;
	padding-bottom:10px;
	border:none;
	padding-left:5px;
}

.mod_last_events h1{
	padding-left:5px;
}

/* Layout bild im oberen Bereich der Website */
/* ------------------------------------------------ */

#design_picture{
	background-image:url(../images/design_picture.jpg);
	height:170px;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
}

#design_picture img{
	border:solid 0px black;
}

/* Banner */
/* ------------------------------------------------ */

#banner_top{
	text-align:center;
	height:68px;
	text-align:left;
	margin-left:60px;
	margin-bottom:auto;
	margin-top:50px;
}

#banner_right{
	float:right;
	padding-right:20px;
	border:solid 0px black;
}

#banner_right img{
	border:solid 0px black;
}

#banner_right_pos_1{
	margin-bottom:12px;
}

#banner_right_pos_2{
	margin-bottom:12px;
}

#banner_right_pos_3{
	margin-bottom:12px;
}

#banner_right_pos_4{
	margin-bottom:12px;
}

#banner_right_pos_5{
	margin-bottom:12px;
}

#banner_right_pos_6{
	margin-bottom:12px;
}
#banner_right_pos_7{
}

/* Footer */
/* ------------------------------------------------ */

#footer{
	background-color:#29166f;
	color:white;
	padding-right:30px;
}

/* Linkliste */
/* ------------------------------------------------ */

.mod_linklist .hyperlink{
	float:left;
}

.mod_linklist .title{
	font-size:20px;
	background-color:#29166f;
	color:white;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	width:613px;
	margin-left:-20px;
	border-bottom:dashed 1px white;
	border-top:dashed 1px white;
	margin-top:-5px;
}

.mod_linklist .title:hover{
	cursor:pointer;
}

.mod_linklist .even:hover{
	font-size:14px;
	background-color:#e0d8fe;
}

.mod_linklist .odd:hover{
	font-size:14px;
	background-color:#e0d8fe;
}

.mod_linklist .even{
	font-size:14px;
	padding-top:15px;
}

.mod_linklist .odd{
	font-size:14px;
	padding-top:15px;
}

.mod_linklist .description{
	font-size:12px;
	padding-left:24px;
	margin-top:3px;
}

.mod_linklist .picture{
	margin-top:10px;
}

.mod_linklist{
	margin-top:-25px;
	margin-bottom:-20px;
}

.mod_linklist .counter_text{
	float:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}

.mod_linklist .full_link{
	padding-bottom:35px;
	border-bottom:solid 1px black;
}
	

/* Formulare */
/* ------------------------------------------------ */

.formbody{
	width:800px;
}

.formbody .row_0{
	margin-bottom:120px;
}

.formbody .col_0{
	width:150px;
}

.formbody .row_1{
	height:25px;
	font-size:12px;
}

.formbody .row_2{
	height:25px;
	font-size:12px;
}

.formbody .row_3{
	height:25px;
	font-size:12px;
}

.formbody .row_4{
	font-size:12px;
}

.formbody .submit_container{
	margin-top:5px;
}

.formbody .colspan {
	height:40px;
	font-size:18px;
	color:#29166f;
}

.formbody .textarea{
	border:dotted 1px #29166f;
}

.formbody .text{
	border:dotted 1px #29166f;
}

#biete .error{
	color:red;
	float:right;
	width:280px;
	}

#plaetze .error{
	color:red;
	float:right;
	width:280px;
}

#suche .error{
	color:red;
	float:right;
	width:280px;
}
#biete .mandatory{
	color:black;
	float:none;
	width:auto;
	}

#plaetze .mandatory{
	color:black;
	float:none;
	width:auto;
}

#suche .mandatory{
	color:black;
	float:none;
	width:auto;
}
	
.formbody .mandatory{
	color:black;
	float:none;
	margin:0px;
	width:150px;
}

.formbody .upload{
	margin-top:5px;
}

/* Fotogalerie */
/* ------------------------------------------------ */

#main .ce_dfGallery h1{
	color:#FFF;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#29166f;
	width:580px;
	padding-left:20px;
	font-size:25px;
}

.album_zeiger{
	color:red;
	font-weight:bold;
	font-size:9px;
	margin-top:3px;
}

/* Newsletter */
/* ------------------------------------------------ */

#newsletter .error{
	color:red;
	margin-bottom:10px;
}

#newsletter_button{
	float:right;
	margin-top:17px;
}