/*------------------------------------------
  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: #a97; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #000; 
	font-weight: bold; 
	text-decoration: underline; 
} 

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 */
	display: block; 
	vertical-align: top; 
	margin: 0 0 15px 0; 
	padding: 0 0 0 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; 
	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; 
} 


/*------------------------------------------
  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: #a97; 
	display: block; 
} 
.chapters dd a:hover, 
.chapters dd a:visited:hover { 
	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: #fff; 
/*	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 dotted #a97; 
} 
.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; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #e6d4b0; 

} 

#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; 
/*	margin: 0 2% 0 0; 
	padding: 0 2% 0 2%; */
	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 */
} 

#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; 
} 

.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; */
} 
	



/*------------------------------------------
  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: #a97; 
	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: #a97; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 12px 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: #a97; 
	margin: 20px 0 5px 0; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	text-decoration: none; 
} 
h5 a:hover { 
	color: #000; 
	text-decoration: underline; 
		} 

.lead { 
	font-weight: bold; 
	color: #a97; 
} 
.lead a:link, .lead a:visited, .lead a:active { 
	font-weight: bold; 
	color: #a97; 
	text-decoration: none; 
}
.lead a:hover, .lead a:visited:hover { 
	font-weight: bold; 
	color: #a97; 
	text-decoration: underline; 
} 

.quote { 
	font-size: 2.0em; 
	line-height: 1.4em; 
	color: #a97; 
	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; 
} 
.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: #fff; 
	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: #fff; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button150:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	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: #fff; 
	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: #fff; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 
a.button180:hover { 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #9c6; 
	margin: 10px 0 10px 0; 
	border: 1px solid #000; 
} 

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

/*----CATERING----*/
.reiter01 { 
	float: left;
	font-size: 0.9em; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	display: block; 
	color: #000; 
	background-color: #fff; 
	width: 100px; 
	margin: 0px 5px 10px 0; 
	border: 1px solid #000; 
} 
a.reiter01:link, 
a.reiter01:visited { 
	float: left;
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #fff; 
	margin: 0px 5px 10px 0; 
	border: 1px solid #000; 
} 
a.reiter01:hover { 
	float: left;
	display: block; 
	text-decoration: none; 
	color: #000; 
	background-color: #a97; 
	margin: 0px 5px 10px 0; 
	border: 1px solid #000; 
} 


table.catering { 
	width: 95%; 
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
	margin: 5px 0px 10px 15px; 
	border-bottom: 1px dotted #666; 
} 
.catering td { 
	vertical-align: top; 
	padding: 0 0 4px 0; 
} 

table.auswahl { 
/*	width: 95%; */
	empty-cells: show; 
	border-spacing: 0px; 
	text-align: left; 
/*	margin: 5px 0px 10px 15px; */
/*	border-bottom: 1px dotted #666;*/ 
} 
.auswahl td { 
	vertical-align: top; 
	padding: 0px 20px 5px 0px;
} 


.box-auswahl { 
	width: 95%;
	background-color: #e6d4b0; 
	padding: 10px 10px 10px 10px;
}


