* {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	color: #b89a85;
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 16px;
	background: #252324 url(../images/bg.jpg) top repeat-x;
}

h1 {
	width: 500px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: transparent url(../images/trennlinie.png) bottom repeat-x;
}

h2 {
	color: #cc263a;
	float: left;
	font-size: 16px;
	margin: 0 0 0 8px;
}

a {
	color: #cc263a;
	cursor: normal;
	outline: none;
}

p.datum {
	float: left;
	vertical-align: bottom;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.text {
	clear: both;
	margin: 0 0 35px 0;
}

#container {
	margin: 0 auto 0 auto;
	width: 750px;
	background: transparent;
}

#container p {
	margin: 0 0 11px 0;
}

#header {
	height: 92px;
	width: 280px;
	margin: 65px 0 30px 0;
	background: transparent url(../images/logo.png) left bottom no-repeat;
}

#header span {
	display: none;
}

#header a {
	display: block;
	cursor: default;
	height: 92px;
	width: 280px;
}

#content {
	width: 500px;
	min-height: 500px;
	float: left;
	padding: 0 30px 0 0;
	border-right: 1px dotted #826c5c;
}

#navigation {
	width: 161px;
	height: 357px;
	float: left;
	list-style: none;
	padding: 0 0 0 10px;
	outline: none;
}

#navigation object {
	outline: none;
}

#navigation a#myspace {
		display: block;
		height: 36px;
		width: 132px;
		background: transparent url(../images/myspace.png) no-repeat;
}

#navigation span { display: none; }



#navigation li { margin: 0 0 13px 0; }
#navigation a { 
	font-size: 13px;
	color: #cc263a;
	font-weight: bold;
	text-decoration: none;
}


.clr {
	clear: both;
	margin: 0 0 80px 0;
}

.clear {
	clear: both;
}

#footer {
    position:fixed;
    bottom: 0px;
	height: 80px;
	width: 100%;
	background: transparent url(../images/footer.jpg) top repeat-x;
}	
ul#footer_liste {
	width: 750px;
	margin: 10px auto 0 auto;
	font-size: 11px;
	list-style: none;
}

ul#footer_liste a {
	text-decoration: none;
	border-bottom: 1px dotted #cc263a;
}

ul#footer_liste li#firefox{ margin: 5px 0 0 0; }
ul#footer_liste li#firefox a{ border: none; }

/* accordion */

.toggle_link {
	font-weight: normal;
	color: #ffffff;
}

.accordion_toggle {
	display: block;
	cursor: pointer;
	margin: 0 0 0 0;
	list-style: none;
}

.toggle_link {
	color: #ffffff;
}

ul.accordion_toggle_active a {
	border-bottom: 1px dotted #cc263a;
}

ul.accordion_content li a {
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 0 10px;
}

.accordion_content a {
	color: #ffffff;
}
.accordion_content {
	color: #ffffff;
	overflow: hidden;
	margin: 5px 0 0 0;
	font-weight: normal;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
			
.vertical_accordion_toggle {
	display: block;
	cursor: pointer;
}

.vertical_accordion_toggle_active {
}

.vertical_accordion_content {
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

/* login 
form {
	color: #ffffff;
}

fieldset {
	margin: 10px 0 10px 10px;
	border: none;
}

legend {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
}


label {
	color: #ffffff;
	display: block;
	width: 30px;
	text-align: right;
	margin: 10px 10px 0 0;
	float: left;
}
*/
.banner {
	margin: 0 0 10px 0;
}

/* Gaestebuch */
.gb_autor {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 -10px 0;
	float: left;
}

.gb_datum {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	float: right;
}

/* Media */

ul#download {
	list-style: none;
}

ul#download li {
	margin: 0 0 10px 0;
}

ul#gallery {
	list-style: none;
}

ul#gallery li {
	float: left;
}

form#contact p 		 { clear: both; height: 14px;}
form#contact p label { display: block; width: 70px; text-align: right; float: left; margin: 0 10px 0 0; }
form#contact p input { float: left; width: 120px; height: 14px; border: 1px solid #666666; font-size: 10px; color: #666;}
form#contact p input#button { clear: both;}