@charset "iso-8859-1";

font.ue3 {
	font-family: "helvetica, arial", sans-serif; 
	font-size: 12pt;}

font.ue2 {
	font-family: "helvetica, arial", sans-serif; 
	font-size: 14pt;}
	
font.ue1 {
	font-family: "arial", sans-serif; 
	font-size: 20pt;}

font.standard {
	font-family: "arial,helvetica", sans-serif; 
	font-size: 10pt;}

font.XSmall {
	font-family: "arial"; 
	font-size: 8pt;}

/*
font.normal {font-family: "arial,helvetica", sans-serif; font-size: 12pt;}
font.u1 {font-family: "arial"; font-size: 24pt;}

font.small {font-family: "arial"; font-size: 10pt;}
font.test {font-family: "arial,helvetica"; font-size: 12pt;}
*/

.faq_headline {
	font-weight: bold;
}

table.anmeldung {
	height: 400px;
	width:  450px;
	padding: 20px;
	font-family: "arial,helvetica", sans-serif; 
	font-size: 10pt;
	background-color: #FFF7E6;
	border: solid 2px #751730;}
	
table.kontakt {
	padding: 20px;
	font-family: "arial,helvetica", sans-serif; 
	font-size: 10pt;
	background-color: #FFF7E6;
	border: solid 2px #751730;	
}
	
table.preise {
	width:  350px;
	height: 420px;
	font-family: "arial,helvetica", sans-serif; 
	font-size: 11pt;
	border: solid 2px #751730;
}

td.preise_links {
	height:  45px;
	width:  220px;
	background-color: #FFF7E6;}	

/* #EDD199 */

td.preise_rechts {
	width:  100px;
	background-color: #FFF7E6;
	text-align: right;}

/*------------- FAQ --------------*/
table.faq {
	width: 100%; 
	border: 1px solid black;
}
table.faq_add {}
td.faq_checkbox {
	vertical-align: top;
	background-color: #FFF7E6;
}
td.faq_question { 
	width: 200px;
	vertical-align: top;
	background-color: #FFF7E6;
	font-weight: bold;
 
}
td.faq_answer {	
	background-color: #FFF7E6;
	vertical-align: top; 
}
div.faq_answer {
	width: 100%;
	padding: 10px 10px 10px 10px;
	background-color: #FFF7E6;
}

input.faq_question { width: 100%; }
input.faq_answer {  width: 100%; }

/*------------- CATERING --------------*/
div.restaurant {
	padding: 10px 10px 10px 10px;
	margin: 30px 10px 0px 30px;
	background-color: #FFF7E6;
	border: solid 2px #751730;	
	width: 600px;
	text-align: left;
}

div.restaurant_logo {
	float:left;
	margin-right: 20px;
}

div.restaurant_address {
}

img.restaurant_logo {
	border-width: 1px;	
}

font.restaurant_title {
	font-size: 14px;
	font-weight: bold;
}

div.menu_headline {
	font-size: 16px;
	font-weight: bold;

}

a.restaurant_menu {
	font-size: 12px;
	font-weight:  bold;
}

/*------------- Monkey Trail --------------*/

table.mt_images {
	width: 100%;
}

img.mt_images {
	border: 1px solid black;
}


/*---------------- Links ------------------*/
a {font-size: 10pt;}

a:link {
	text-decoration:underline; 
	color:#000000; 
	font-family: "arial,helvetica", sans-serif;}
	 
a:visited {
	text-decoration:none; 
	color:#646464; 
	font-family: "arial,helvetica", sans-serif;}
	 
a:active {
	text-decoration:none; 
	color:#969696; 
	font-style:italic; 
	font-family: "arial,helvetica", sans-serif;}
	
a:hover {
	text-decoration:underline; 
	color:#000000; 
	font-family: "arial,helvetica", sans-serif;} 












