html, body {
	margin: 0;
	padding: 0;
	/*height:100%;*/
	}
	
body {
	background-color: #1a1614;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8c7665;
	/*min-height: 101%;*/
	background-image:url(../bilder/head.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment: fixed;
	}

p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

img {
	margin: 0;
  	padding: 0;
	} 

a img {
	border: 0;
	}

a {
	cursor:pointer;
	}

a:link, a:visited, a:active, a:hover { 
	color: #1a1614;
	text-decoration: none;
	}

a:hover {
	color: #1a1614;
	text-decoration: none;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size:18px;
	line-height: 23px;
	color: #ffffff;
	/*color: #000000;*/
	font-weight: bold;
	} 

h2 {
	font-size: 14px;
	font-weight:normal;
	height: 10px;
	color: #deff00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2c2c2c;
	text-transform:none;
	display: block;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
}	

hr{
	border: none 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dee9b7;
	margin: 15px 10px 20px 20px;
	}		

table, td, tr{
	margin: 0;
	padding: 0;
	width: auto;
	border: none 0px;
	}
	
	
/* Schriftarten */
.bold {font-weight: bold;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.weit {letter-spacing:0.1em;}
.italic {font-style: italic;}
.tright { text-align:right; }
.imprint {
	font-size: 9px;
	color: #2c2c2c;
	text-align: center;
}


/* Seitenaufbau */
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
	
#head {
	margin: 130px auto 0px auto;
	width: 160px;
	background-color:#3399FF;
}

#logo {
	margin: auto;
  	width: 160px;
	height: 142px;
  	background: url(../bilder/logo_gesamt2.jpg) center top;
	position:fixed;
	border: none 0px;
}

#links {
	margin: 115px 0px 0px 0px;
	padding: 0px;
	height: auto;
	font-size:5px;
}
	

#myspace {
	padding: 0px;
	margin: 0px 0px 1px 0px;
	height: 7px;
}

#mail {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 7px;
}

#logo a:hover {
border-left: 1px solid #8c7661;
border-right: 1px solid #8c7661;
margin-left: -1px;
}



