/*Linkfarben*/
a:link {
text-decoration:none;
color:#fff;
}

a:active {
text-decoration:none;
color:#fff;
}

a:visited {
text-decoration:none;
color:#fff;
}

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

a.mail:link {
text-decoration:none;
color:#D53A1B;
}

a.mail:active {
text-decoration:none;
color:#D53A1B;
}

a.mail:visited {
text-decoration:none;
color:#D53A1B;
}

a.mail:hover {
text-decoration:none;
color:#5D5B5C;
}


img {
	border:none;
}

.clear{
clear:both;
}

small{
font-size:8px;
}


body {
font-size: 80%;
font-family: Courier New, Arial, Sans-Serif;
font-weight:normal;
text-align:center;
color:#000;
}

#wrap {
width: 940px;
height:100%;
margin: 0 auto;
text-align: left;
}

#header {
float: left;
width: 994px;
height: 108px;
text-align:left;
background:transparent url(../bilder/header.jpg) no-repeat scroll 0 0; width:994px;
}

	#header #navigation li{
			display:inline;
			float:left;
			margin:69px 0 0 32px;
			padding:0 26px 0 0;
			color:#fff;
		}

#navigation {
float: left;
width: 924px;
height: 78px;
font-size:15px;
font-weight:bold;
}

#content {
float: left;
height: 499px;
width: 994px;
margin-right: 10px;
border-right: 0px solid #999;
background:transparent url(../bilder/content.jpg) no-repeat scroll 0 0; width:994px;
}

#contenttrans {
float: left;
height: 499px; 
width: 994px;
margin-right: 10px;
border-right: 0px solid #999;
background:transparent url(../bilder/content_trans.jpg) no-repeat scroll 0 0; width:994px;
z-index:0;
}

#content #logo {
	margin:20px 90px 0 0;
	float:right;
	width:360px;
	border:none;
}

#copy{
	width:400px;
	height:600px;
	float:right;
	margin:0 70px 0 0;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	z-index:1;
}

	#copy .contact{
		display:inline;
		float:left;
		margin:5px 0 0 0;
		width: 400px;
	}

#foto{
	width:200px;
	height:100px;
	float:right;
	margin:1px 19px 0 0;
	display:block;
}

#copy h1 {
	color:#D53A1B;
}

.gedicht {
  margin:125px 0 0 0;
  font-size:13px;
}

h1 {
font-size: 1.2em;
line-height: 1.3em;
}

h2 {
font-size: 0,8em;
}

h1, h2, h3, h4, h5, h6 {
margin: 20px 0 0 0;
}



/* FOOTER */
		#footer{ 
			width:994px;
			height:74px;
			font-family:Courier New, Times, serif;
			background:transparent url(../bilder/footer.jpg) no-repeat scroll 0 0; width:994px;
			height:74px;
			clear:both;
		}
		
		#footer #navigation li{
			display:inline;
			float:right;
		}
		
		#footer #navigation{
			float:right;
			width:994px;
			height:42px;
			margin:5px 70px 0 0;
		}
		
	
		
