body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #802216;
	color: white;
}

#container { 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #660000;
	background: url(images/container_background.gif) repeat-y left;
}

#menue {
	min-height: 600px;
	background: #802216 url(images/left_black .jpg) no-repeat left top;
	float: left;
	width: 150px;
}

.navcontainer { 
	 	width: 150px;
	margin-top: 0;
}

.navcontainer ul {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	margin-top: 0;
}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 0.7em;
	}
	
	.navcontainer a:link, #navlist a:visited {
		color: #333;
		text-decoration: none;
	}
	
	.navcontainer a:hover {
		background: #fff 96% 50%;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
		
	}

.navcontainer2 { 
	 	width: 150px;
	background: url(images/container_background.gif) repeat-y left;
}

.navcontainer2 ul {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

.navcontainer2 a:link, #navlist2 a:visited {
		color: white;
		text-decoration: none;
	}

.navcontainer2 a:hover {
		background: #802216 url(images/arrow.gif) no-repeat 96% 50%;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: white;
	}

.navcontainer2 a {
		display: block;
		font-size: 0.7em;
	padding: 3px;
	width: 144px;
}

a {
	color: white;
}

#header { 
	width: 590px;
	height: 120px;
	float: right;
	background: black url(images/flamenco_kleider.jpg) no-repeat;
	text-align: right;
}

#header h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	#header span {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #CCCCCC;
	}
		
	#header h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #999999;
		letter-spacing: 0px;
		font-style: italic;
		line-height: 14px;
		margin-right: 10px;
	}

#inhalt {
	width: 590px;
	min-height: 470px;
	float: right;
	background: #802216 no-repeat;
}

.inhalt_text {
	_margin-right: 8px;
	background: none no-repeat;
	padding-left: 15px;
}

.inhalt_text h1 {
		letter-spacing: 2px;
		color: white;
	font: lighter 1.6em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

.inhalt_text p {
	color: white;
	line-height: 180%;
	font-size: 0.7em;
	font-weight: bold;
}
	.core_text a {
		color: #0895DD;
	}

#fuss {
	height: 25px;
	background: #660000;
	text-align: right;
	color: white;
	clear: both;
}

#fuss p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
}

#fuss a {
		color: white;
		text-decoration: none;
	}
