body
{
	background-image:url("bg_imgs/bg.jpg");
	background-repeat:repeat-x;
	background-color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height: 16pt;
	margin:0px;
	padding:0px;
	color: #fff;
}

img
{
	border: 0px solid #000;
}

#main
{
	background-color: #500;
	width:621px;
	margin:8px auto;
	color: #400;
}

#header
{
	position:relative;
	background-image:url("bg_imgs/header_bg.jpg");
	background-repeat:no-repeat;
	background-color: #330000;
	height:150px;
	padding:30px 0px 0px 0px;
}
	#header img
	{
		margin:0px 0px 0px 30px;
		width:200px;
		height:110px;
		float:left;
	}

	#header #opentime
	{
		width:330px;
		margin:15px 0px 0px 50px;
		padding:0px;
		text-align:right;
		font-size: 8pt;
		font-weight: normal;
		color: #300;
		float:left;
		text-align:right;
	}
	
	#opentime p
	{
		margin:7px;

	}



#veranstaltungsliste
{
	margin:0px;
	padding:0px;
	border: 1px solid #300;
}
	#veranstaltungsliste table
	{
		margin:0px;
		padding:0px;
		width:100%;
		border:0px;
		border-collapse:collapse;
	}
	
	#veranstaltungsliste td
	{
		text-align:left;
		padding:5px 0px;
	}
	#veranstaltungsliste .datum
	{
		font-weight:bold;
		width:67px;
	}

	#veranstaltungsliste td p
	{
		padding:0px;
		margin:0px 0px 3px 0px;
		font-weight:bold;
		text-align:left;
	}

#menu
{
	text-transform: lowercase;
	font-size:9pt;
	text-align:right;
	color: #A55959;
	margin:0px 10px 10px 0px;
	padding:10px 0px 0px 10px;;
	clear:both;
}

	#menu a
	{
		color: #A55959;
		text-decoration: none;
	}
	
	#menu a:hover
	{
		color: #ffa;
		text-decoration: none;
	}

table
{
	margin:auto;
	border: 2px solid #300;
}

.table_subheader
{
	font-weight:bold;
}

thead
{
	background-color: #300;
	color:#fff;
}

td
{
	padding:2px;
	border-bottom:1px dotted #300;
	vertical-align:top
}

tr:hover
{
	background-color: #A55959;
	color:#fff;
}

.event
{
	margin:4px 10px;
	border-top:1px solid #330000;
	border-bottom:1px solid #330000;
}
#content
{
	width:617px;
	background-color: #ccc;
	border-left: 2px solid #300;
	border-right: 2px solid #300;
	padding:10px 0px 0px 0px;
	color: #500;
	float:left;
}
	#content #galerie p
	{
		width:130px;
		float:left;
		padding:0px;
		margin:0px;
	}


	#content img
	{
		margin:10px 5px;
	}

	#content blockquote
	{
		margin:2px 40px;
	}

	#content div
	{
		background-color: #ccc;
		padding:5px;
	}
	
	#content_left
	{
		background-color: #ccc;
		width:335px;
		float:left;
		border-right:2px solid grey;
	}

	#content_right
	{
		background-color: #ccc;
		width:260px;
		float:left;
	}

	#content_right a
	{
		text-decoration:underline;
	}

em
{
	font-size:7pt;
}

#map
{
	width:615px;
	height:400px;
	margin-top:60px;
}
hr
{
	width:80%;
}
#footer
{
	background-color: #300;
	border-bottom:1px solid #400;
	width:621px;
	margin:0px;
	padding:4px 0px;;
	text-align:center;
	font-size:9pt;
	color: #A55959;
	clear:both;
}
	#footer a
	{
		color: #A55959;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		color: #ffa;
		text-decoration: none;
	}

	blockquote
	{
		width:190px;
	}

h1, h2
{
	background-image:url("bg_imgs/h1_bg.png");
	background-repeat:repeat-y;
	background-color: #A55959;
	padding:5px;
	margin:3px 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}

h3, h4 
{
	font-size: 8pt;
	padding:0px;
	margin:0px;
}


	a
	{
		color: #000;
		text-decoration: none;
	}
	
	 a:hover
	{
		color: #A55959;
		text-decoration: none;
	}


