/*------------------------------------------
  Visioprint - Visuelle und virtuelle Welten
  © www.visioprint.ch
------------------------------------------*/


/*------------------------------------------
  Basics
------------------------------------------*/

* { 
	margin: 0; 
	padding: 0; 
} 

body { 
	background-color: #fff; 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
	font-size: 0.7em; 
	letter-spacing: 1px; 
	line-height: 1.4em; 
	color: #000; 
	margin: 0; 
	padding: 0; 
} 

ul { 
	list-style-type: disc; 
	margin: 0 0 10px 5px;
} 
ul li { 
	padding: 0 0 2px 2px; 
} 

ul.bullet { 
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 0 0 10px 0; 
} 
ul.bullet li { 
	margin: 0 0 0 15px; 
	padding: 0 0 2px 0;  
} 

a:link, a:visited, a:active { 
/*	color: #669; */
	color: #667; 	/* since 03/2009 */
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline; 
} 

a.external {
  background-image: url(icon_external.png); 
  background-position: right top; 
  background-repeat: no-repeat; 
  padding-right: 11px; 
  zoom: 1;  /* IE */
}

form { 
	margin: 0; 
	padding: 0; 
} 

fieldset { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: 1px solid #ccc; 
	display: block; 
	clear: both; 
/*	background-color: #ded; */
} 
fieldset.two { 
	margin: 0 0 20px 0; 
	padding: 10px; 
	width: 90%; 
	border: none; 
	display: block; 
	clear: both; 
	background-color: #ded; 
} 
fieldset legend { 
	font-size: 1.0em; 
	color: #5b6; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 5px 0; 
	padding: 0 3px 0 3px; 
	left: 3px; 
} 

.clear { 
	clear: both; 
	display: block; 
} 



/*------------------------------------------
  Paragraphs
------------------------------------------*/

p { 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0; 
/*	clear: both; */
} 

p.clear { 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0; 
	clear: both; 
} 

.infobox { 						/* regular style */
	display: block; 
	vertical-align: top; 
	margin: 0 0 25px 0; 
	padding: 0 0 3px 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 

.infobox-short { 				/* i.e. newsticker, medien */
	display: block; 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0 0 0 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 

.infobox2 { 					/* team page */
	position: relative; 
	width: 220px; 
	height: 120px; 
	vertical-align: top; 
	margin: 0 10px 10px 0; 
	padding: 4px 0 10px 0; 
	border-top: 1px dotted #666; 
	float: left; 
} 

.infobox3 { 					/* contact page */
	position: relative; 
/*	width: 220px; 
	height: 100px; */
	vertical-align: top; 
	margin: 0 10px 0 0; 
	padding: 4px 0 10px 0; 
	border-top: 1px dotted #666; 
	float: left; 
} 

.newsletterbox { 
	display: block; 
	vertical-align: top; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 0; 
	border-top: 1px dotted #999; 
/*	background-color: #ddd; */
	clear: both; 
} 

.geschichtebox { 
	vertical-align: top; 
	color: #5b6; 
	margin: 0 0 10px 15px; 
	padding: 0 0 5px 0; 
/*	border: 1px solid #666; */
	float: right; 
} 

.juitterbox { 						/* juitter on site */
	display: block; 
	vertical-align: top; 
	margin: 0 0 10px 0; 
	padding: 0 0 3px 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 



/*------------------------------------------
  Images
------------------------------------------*/

img { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

.shop-thumb { 
	margin: 0 10px 5px 0; 
	width: 80px; 
	border: 1px solid #000; 
	float: left; 
} 
.shop-large { 
	margin: 0 0 20px 0; 
	width: 50%; 
	border: 1px solid #000; 
} 

.portrait { 
	margin: 0 10px 0 0; 
	border: 1px solid #ccc; 
/*	width: 100px; */
	width: 80px;
	float: left; 
} 

.portrait2 { 
	margin: 0 5px 0 0; 
	border: 1px solid #ccc; 
	width: 80px; 
/*	float: left; */
} 

.newsletter { 
	margin: 0 0 20px 20px; 
/*	border: 1px solid #ccc; 
	width: 33%; */
	width: 200px; 
	float: right; 
} 

.werbung { 
	margin: 0 10px 5px 0; 
	float: left; 
} 

.fillrow { 
	width: 100%; 
} 
.fillrow50 { 
	width: 50%; 
} 

.aktuell { 
	margin: 0 20px 10px 0; 
	width: 250px; 
/*	border: 1px solid #999; */
	float: left; 
} 

.medien { 
	margin: 0 20px 10px 0; 
	width: 250px; 
	border: 1px solid #999; 
	float: left; 
} 

.w150 { 
	margin: 0 0 5px 0; 
	width: 150px; 
	border: 1px solid #999; 
/*	float: left; */
} 

.float50 { 
	margin: 0 20px 10px 0; 
	width: 50%; 
	border: 1px solid #999; 
	float: left; 
} 
.justfloat { 
	margin: 0 20px 10px 0; 
	border: 1px solid #999; 
	float: left; 
} 

.ico_network { 
	margin: 0 5px 5px 0; 
	vertical-align: middle; 
	border: 1px solid #666; 
} 

.juitter-avatar { 
	width: 32px; 
	margin: 0 10px 0 0; 
	border: 1px solid #999; 
	float: left; 
} 



/*------------------------------------------
  Tables
------------------------------------------*/

table { 
	/* width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 10px 0; 
} 
td { 
	vertical-align: top; 
	padding: 0 5px 1px 0; 
} 

.thin {  /* used in emotion slides */
	border: none; 
	border-collapse: collapse; 
	margin: 0; 
	padding: 0; 
} 
.thin td { 
	margin: 0; 
	padding: 0;
/*	text-align: left; 
	overflow: hidden; */
} 
.thin img { 
	border: none; 
	margin: 0; 
	padding: 0; 
} 

.basic {  /* used in newsletters */
	width: 100%; 
	border: none; 
} 
.basic td { 
	padding: 15px 30px 20px 0; 
	border-top: 1px dotted #666; 
	text-align: left; 
} 


.basic-narrow {  /* used in EM */
	width: 100%; 
	border: none; 
} 
.basic-narrow td { 
	padding: 2px 4px 10px 0; 
	border-top: 1px dotted #666; 
	text-align: left; 
} 


table.formular { 
	/* width: 100%; */ 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 20px 0 0 0; 
} 
.formular td { 
	vertical-align: top; 
	padding: 0 0 10px 0; 
} 


.laden-item { 
	width: 100%; 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 0 0 20px 0; 
	padding: 0 0 10px 0; 
	border-bottom: 1px dotted #666; 
} 
.laden-item td { 
	vertical-align: top; 
	padding: 0 5px 1px 0; 
} 


.menu-item { 
	width: 100%; 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: right; 
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0; 
/*	border-bottom: 1px dotted #666; 
	border: 1px dashed #666; */
} 
.menu-item td { 
	vertical-align: top; 
	padding: 0 5px 1px 0; 
	width: 25%; 
/*	border-left: 1px solid #666; */
} 

.takeaway-item { 
	width: 100%; 
	empty-cells: show; 
	border-spacing: 0px; 
/*	text-align: right; */
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0; 
/*	border-bottom: 1px dotted #666; 
	border: 1px dashed #666; */
} 
.takeaway-item td { 
	vertical-align: top; 
	padding: 0 5px 1px 0; 
/*	width: 25%; 
	border-left: 1px solid #666; */
} 

.buffet-form { 
	width: 100%; 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: right; 
	margin: 0 0 20px 0; 
/*	padding: 0 0 20px 0; 
	border-bottom: 1px dotted #666; 
	border: 1px dashed #666; */
} 
.buffet-form td { 
	vertical-align: top; 
	padding: 0 5px 8px 0; 
/*	width: 25%; */
	border-top: 1px solid #cea; 
} 


table.adminlist { 
	width: 90%; 
	empty-cells: hide; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 10px 0 0 0; 
/*	border: 1px dashed #999; */
} 
.adminlist td { 
	vertical-align: top; 
	padding: 0 10px 8px 0; 
	border-top: 1px solid #999; 
} 
td.indent { 
	vertical-align: top; 
	padding: 0 10px 8px 20px; 
	border-top: 1px solid #999; 
} 



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


dl.chapters { 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase; 
	font-weight: normal; 
} 
.chapters dd { 
	margin: 0 0 0 0; 
	padding: 0 15px 0 0; 
	float: left; 
	display: block; 
} 

.chapters dd a:link, 
.chapters dd a:visited, 
.chapters dd a:active { 
	font-weight: normal; 
	text-decoration: none; 
/*	color: #5b6; 
	color: #693; */
	color: #2b3; 
	display: block; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
/*	color: #bf6; */
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	display: block; 
} 

dd a.selected, 
dd a.selected:link, 
dd a.selected:visited, 
dd a.selected:active { 
/*	color: #bf6; */
	color: #fff; 
/*	text-decoration: underline; */
} 

/* --- used for shop navi --- */
dd a.selected2, 
dd a.selected2:link, 
dd a.selected2:visited, 
dd a.selected2:active { 
/*	color: #bf6; */
	color: #000; 
	text-indent: 17px; 
	background-image: url(/images/basics/ico_dload.gif);
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
/*	text-decoration: underline; */
} 



dl.navileft { 
	margin: 0 0 15px 0; 
} 
.navileft dt { 
	color: #000; 
	font-weight: normal; 
	padding: 0 0 3px 0; 
	border-top: 1px solid #5b6; 
} 
.navileft dd, 
.navileft dd a:link, 
.navileft dd a:visited, 
.navileft dd a:active { 
	margin: 0; 
	padding: 0 0 0 0; 
	display: block; 
/*	border-top: 1px solid #5b6; */
} 
.navileft dd a:hover, 
.navileft dd a:visited:hover { 
	margin: 0; 
	padding: 0 0 0 0; 
	display: block; 
	color: #000; 
/*	border-top: 1px solid #5b6; 
	background-color: #ddd; */
} 



/* Admin Login-Manager sort-list */

ul.sortable { 
	list-style-type: none;
	margin: 0;
}
   
ul.sortable li { 
	border: 1px solid #000;
	cursor: move;
	margin: 2px 0 2px 0;
	padding: 3px;
	background : #f7f7f7;
	border: #ccc;
	width: 400px; 
 }
ul.sortable li:hover { 
	background-color: #cdb; 
} 

/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 

#home { 
	position: absolute; 
	z-index: 20; 
	height: 80px; 
	margin: 0 0 0 10px; 
	padding: 0 0 0 0; 
/*	border: 1px dashed #000; */
} 


#header { 
	position: relative; 
	z-index: 5; 
	height: 83px; 
/*	height: 80px; */
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #c4ef6f; /* ab Juni */
/*	background-color: #9c6; ab Maerz 
	background-color: #d6da60; variante  10/2007 */

} 

#nav01 { 
	margin: 0 0 0 120px; 
	padding: 15px 0 0 0; 
} 
#nav02 { 
	margin: 7px 0 0 120px; 
	padding: 7px 0 7px 53px; 
	border-top: 1px dotted #fff; 
/*	background-image: url(/images/basics/arrow-subnav.gif);*/
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
} 

#toolbox { 
	position: absolute; 
	z-index: 20; 
	top: 65px; 
	right: 0; 
	width: 12%; 
	height: 150px; 
	border-top: 15px solid #ddd; 
	border-bottom: 15px solid #ddd; 
	background-color: #eee; 
	
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: 0.8; /* moz/FF */
	opacity: 0.8; /* safari */
	khtml-opacity: 0.8; /* konquerer */
} 

#toolbox_basket { 
	position: absolute; 
	z-index: 20; 
	top: 65px; 
	right: 0; 
	width: 12%; 
	height: 150px; 
	border-top: 15px solid #ddd; 
	border-bottom: 15px solid #ddd; 
	background-color: #eee; 
	
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: 0.8; /* moz/FF */
	opacity: 0.8; /* safari */
	khtml-opacity: 0.8; /* konquerer */
} 

#laden-detail { 
	position: absolute; 
	z-index: 20; 
	top: 65px; 
	right: 22%; 
	width: 36%; 
	border-top: 15px solid #5b6; 
	background-color: #fff; 
} 

#gallery-detail { 
	position: absolute; 
	z-index: 20; 
	top: 80px; 
	right: 0; 
	width: 36%; 
	border-left: 1px solid #fff; 
} 

#emotion { 
	position: relative; 
	z-index: 5; 
	height: 150px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	overflow: hidden; 
} 

#content { 
	position: relative; 
	z-index: 5; 
	margin: 30px 0 40px 0; 
	padding: 0 0 20px 10px; 
} 

#sounds { 
	position: relative; 
	padding: 10px 10px 10px 10px; 
} 

#sounds2 { 
	position: relative; 
	width: 558px;
	padding: 20px 20px 20px 20px; 
	border: 1px solid #669966
} 

.onerow { 
	width: 17%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
} 
.onerow_sitepubl { 
	width: 17%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
/*	border-top: 1px dashed #c93; */
} 
.onerowbat { 
	width: 30%; 
	margin: 0 0 0 0; 
	padding: 0 0 40px 0; 
	float: left; 
} 

.tworows { 
	width: 36%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
} 
.tworows_sitepubl { 
	width: 36%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
/*	border-top: 1px dashed #c93; */
} 
.tworowsbat { 
	width: 66%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
} 

.threerows { 
	width: 55%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
} 
.threerows_sitepubl { 
	width: 55%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
/*	border-top: 1px dashed #c93; */
} 

.fourrows { 
	width: 75%; 
	margin: 0 0 0 2%; 
	padding: 0 0 40px 0; 
	float: left; 
} 

.halfrow { 
	width: 8%; 
	margin: 0 0 0 2%; 
	padding: 0; 
	float: left; 
} 

.halfintworows { 
	width: 47%; 
	margin: 0; 
	padding: 0 3% 0 0; 
	float: left; 
} 

.bat_include { 
	width: 58%; 
	height: 1200px; 
	margin: 0 0 0 2%; 
	padding: 0; 
	float: left; 
/*	background-color: #ddd; */
	border: none; 
} 

.external_include { 
	width: 95%; 
	height: 1000px; 
	margin: 0 0 0 2%; 
	padding: 0; 
/*	float: left; 
	background-color: #ddd; */
	border: none; 
} 

#bottombox { 
	position: absolute; 
	z-index: 5; 
	width: 100%; 
	bottom: 15px; 
/*	border: 1px dashed #ccc; */
} 
#bottomline { 
	margin: 0 0 0 1%; 
	padding: 2px 0 0 0; 
	border-top: 1px solid #acb; 
} 

.showmore { 
/*	position: relative; 
	z-index: 20; */
	padding: 2px; 
	background-color: #fff; 
/*	border: 1px solid #999; */
} 
	

/*------------------------------------------
  Twitterbox
------------------------------------------*/

	.tweet, .query {
/*	font-family: Georgia, serif;
	font-size: 120%;
	color: #085258; */ 
	line-height: 1.3em; 
	}
	.tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0 5% 0 0;
	padding: 0 0 0 0;
	}
	.tweet_list li {
	overflow: auto; 
	margin: 0 0 8px 0; 
	padding: 3px 15px 3px 0; 
	border-bottom: 1px dotted #666; 
/*	background-color: #eee; 
	background-color: #f4f9f4; */
	}
	.tweet_list li a {
/*	color: #0C717A; */
	}
	.tweet_list .tweet_even {
/*	background-color: #91E5E7; */
	}
	.tweet_list .tweet_odd {
/*	background-color: #91E5E7; */
	}
	.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left; 
	}
	.tweet_list .tweet_avatar img {
	vertical-align: middle; 
	background-color: #fff; 
	border: 1px solid #999; 
	}



/*------------------------------------------
  Typefaces
------------------------------------------*/

/*
h2, h3, .lead, bodytextwhite, ol, ul, option { 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
} 
*/ 

h1 { 
	font-size: 2.0em; 
	line-height: 1.2em; 
	font-weight: normal; 
	color: #fff; 
	margin: 0 0 2% 2%; 
	padding: 15px 0 0 0; 
/*	letter-spacing: 2px; */
} 

h2, h2 a:link, h2 a:visited, h2 a:active { 
	font-size: 1.2em; 
	line-height: 1.2em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 10px 0; 
	text-decoration: none; 
} 
h2 a:hover { 
	color: #000; 
	text-decoration: underline; 
} 

h3 { 
	font-size: 1.2em; 
	line-height: 1.2em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 10px 0; 
} 

h4 { 
	font-size: 1.0em; 
	color: #000; 
	margin: 0 0 5px 0; 
	padding: 0; 
} 

h5, h5 a:link, h5 a:visited, h5 a:active { 
	font-size: 1.0em; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	margin: 20px 0 5px 0; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	text-decoration: none; 
} 
h5 a:hover { 
	color: #000; 
	text-decoration: underline; 
		} 

.newslettertitle {    /* dito h2, but no block element */
	font-size: 1.2em; 
	line-height: 2.0em; 
	color: #696; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
/*	margin: 0 0 12px 0; */
	text-decoration: none; 
} 

.lead { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
} 
.lead a:link, .lead a:visited, .lead a:active { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	text-decoration: none; 
}
.lead a:hover, .lead a:visited:hover { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
	text-decoration: underline; 
} 

.quote { 
/*	font-family: Times, Times New Roman, serif; 
	font-style: italic; 
	font-size: 2.4em; 
	line-height: 1.2em; 
	font-weight: normal; 
	color: #aaaaaf; 
	padding: 0 0 20px 0; */
	
	font-size: 2.0em; 
	line-height: 1.4em; 
	color: #696; 
	font-weight: normal; 
	letter-spacing: 2px; 
/*	text-transform: uppercase; 
	margin: 0 0 12px 0; */
} 

.bodytextwhite { 
	color: #fff; 
} 

.textc1 { 
	font-weight: bold; 
/*	color: #5b6; 
	color: #693; 
	color: #2b3; */
	color: #696; 
} 

.micro { 
	font-size: 9px; 
	color: #999; 
} 

.error { 
	font-weight: bold; 
	color: #000; 
	width: 100%; 
	display: block; 
	padding: 3px; 
	background-color: #9c6; 
} 



/*------------------------------------------
  Form items
------------------------------------------*/


label { 
	margin: 6px 0 2px 0; 
	clear: both; 
	display: block; 
} 

.input { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputmandy { 
	background-color: #bd9; 
/*	background-color: #9c6; */
	color: #000; 
	width: 99%; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	overflow: visible; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
}  
.inputshort { 
	background-color: #ddd; 
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputshortmandy { 
	background-color: #bd9; 
/*	background-color: #9c6; */
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.inputshortread { 
	background-color: #fff; 
	color: #000; 
	width: 40px; 
	height: 20px; 
	margin: 0 0 2px 0; 
	padding: 0 0 0 1%; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.pulldown { 
	background-color: #ddd; 
	color: #000; 
	width: 50%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownwettbewerb { 
	background-color: #bd9;  
	color: #000; 
	width: 50%; 
	margin: 0 0 2px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownmandy { 
	background-color: #bd9;  
	color: #000; 
	width: 50%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownfull { 
	background-color: #ddd; 
	color: #000; 
	width: 100%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownfullmandy { 
	background-color: #bd9; 
	color: #000; 
	width: 100%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownthin { 
	background-color: #ddd; 
	color: #000; 
	width: 30%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.pulldownthinmandy { 
	background-color: #bd9;  
	color: #000; 
	width: 30%; 
	margin: 0 0 15px 0; 
	border: 0px; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textarea { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 250px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textarearead { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 250px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textareashort { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 75px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textareashortread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 75px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 

.textarealong { 
	background-color: #ddd; 
	color: #000; 
	width: 99%; 
	height: 450px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
/*	border-left: 1px solid #000; */
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 
.textarealongread { 
	background-color: #fff; 
	color: #666; 
	width: 99%; 
	height: 450px; 
	padding: 3px; 
	margin: 0 0 10px 0; 
	border-left: none; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
} 


.button21 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #fff; 
	width: 100%; 
	margin: 6px 0 6px 0; 
	border: none; 
} 
a.button21:link, 
a.button21:visited { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #fff; 
	border: none; 
} 
a.button21:hover { 
	text-decoration: none; 
	color: #000; 
	font-weight: normal; 
	background-color: #9c6; 
	border: none; 
} 


.button150 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #9c6; 
	width: 150px; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:link, 
a.button150:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #fff; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 

.button180 { 
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #9c6; 
	width: 178px; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button180:link, 
a.button180:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button180:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #fff; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 

.smallcheck { 
/*	border: 1px solid #936; */
} 

/*----------------------------
  live radio
 ----------------------------------*/

.textSounds { 
	float: left;
	font-size: 1.2em; 
	text-align: left; 
/*	text-transform: uppercase;
	letter-spacing: 0.1em; 
	display: block; */
	color: #000; 
/*	background-color: #9c6; */
	width: 200px; 
	margin: 0px 0 10px 0px; 
/*	border: 1px solid #000; */
} 

.buttonSounds { 
	float: left;
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #9c6; 
	width: 150px; 
	margin: 0px 0 10px 20px; 
	border: 1px solid #000; 
} 
a.buttonSounds:link, 
a.buttonSounds:visited { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	margin: 0px 0 10px 20px; 
	border: 1px solid #000; 
} 
a.buttonSounds:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #fff; 
	margin: 0px 0 10px 20px; 
	border: 1px solid #000; 
} 


/*----na---*/
.buttonlive { 
	font-size: 1.0em; 
	text-align: center; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #C4EF6F; 
	width: 100%; 
	margin: 0px 0 20px 0; 
	padding: 6px 0 6px 0; 
	border: 1px solid #333; 
} 
a.buttonlive:link, 
a.buttonlive:visited { 
	text-decoration: none; 
	color: #000; 
	font-weight: bold;  
	background-color: #C4EF6F; 
	border: 1px solid #333; 
} 


/*------------------------------------------
  search
------------------------------------------*/ 

input.search 	{
	background-color:#BBDD99;
	color:#000000;
	width: 60%; 
	height: 20px;
	border: medium none; 

}

.infoboxS { 
	/*width: 90%; */
	display: block; 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0 0 3px 0; 
	border-bottom: 1px dotted #666; 
	clear: both; 
} 

table.suchen { 
	width: 100%;
	/*background-color: #dedede; */
	empty-cells: show; 
	border-spacing: 5px;
	border: 1px solid #ccc; 
	text-align: left; 
	margin: 0 0 10px 0; 
} 
.suchen td { 
	vertical-align: top; 
	padding: 0 0 0px 0; 
} 


