/* Farben

beige: #c5b487;
braun: #673b15;


*/

body { 
	color: #673b15; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #c5b487; 
	margin: 0; 
	padding: 0; 
}

p { }

td { }

a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #673b15;
	text-decoration: none;
 }
 
a:hover, a:active {
	color: #000000;
}


#global {
	width:1024px;
	margin:auto;
	/* border: 1px ridge #673b15; */
}

#container {
	background-color: #ded8bd;

	/* background-image: url('../img/bg.jpg');*/
}



#header{
	height: 112px;
	background-color: #c5b487;
	margin-bottom: 3px;
}

#logo{
	text-align: right;
}

#headerline{
	background-color: #673b15;
	height: 26px;
}

#menu {
	margin-top: 3px;
	width: 343px;
	float: left;
}

#menu_right {
	margin-top: 3px;
	width: 338px;
	float: left;
}


#content {
	margin: 50px;
}

.pageheader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.eventtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


#bottom {
	font-size: 10px;
	text-align: center;
	background-color: #c5b487;
	padding: 5px;
}


#left {
	float: left;
	width: 480px;

}

#right {
	float: right;
	width: 400px;

}

#rightbox_menu {
	padding: 0px 0px 20px 15px;

}

#rightbox_content {
	border-left: 1px solid #673b15;
	padding: 0px 0px 10px 15px;
}
#rightbox_bottom {
	height: 21px;
	background-image: url('../img/diag_line.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#karte_box {
	margin-bottom:5px;
	padding: 5px;
	width: 480px;
	background-color: #e5dfc4;
}

#karte_preis {
	font-weight:bold;
	text-align:right;
	float:right;
	width:50px;
}

#ss_box {
	margin-bottom:5px;
	padding: 5px;
	width: 350px;
	background-color: #e5dfc4;
}


.txtrot {
	color: #990000;
}