@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#container {

width:600px;
height:845px;
margin:auto;

}

/* Anfang Definition Header*/

.header {
	
	width: 60%;
	min-width:600px;
	height: 135px;

}

#header-adress {
	margin-top: 40px;
	height: 15px;
	color:#FFFFFF;
	font-size:9px;
	letter-spacing:-1px;

	
}

#header-main {
	height: 84px;
	background-image:url(gfxs/head.gif);
	background-repeat:no-repeat;

}

/* Ende Definition Header*/


/* Anfang Definition Navi*/

#linklist {
	height:15px;
	font-size:11px;
	letter-spacing:-1px;
	
}


li {
	list-style-type:none;
	display: inline;
	padding-right:12px;

}

/* Ende Definition Navi*/


/* Anfang Definition Content-Container*/

.content-container {
	background-image:url(gfxs/content-container.gif);
	background-repeat:no-repeat;
	width:600px;
	height: 679px;


}

#content-bg {
}

#content-headline {
	padding-top:20px;
	padding-left:20px;
	color:#000000;
	font-size:14px;
	font-weight:bold;

}

#content-text {
	padding-left:20px;
	padding-right:200px;

}


#content-pic {
background-image:url(gfxs/bottom.gif);
background-repeat:no-repeat;
width:600px;
height:393px;
}


/* Ende Definition Content-Container*/

#footer {
	
	color:#FFFFFF;
	font-size:11px;
	width:600px;
	height:20px;
	float:right;

}


h1 {

	color:#000000;
	font-size:14px;
	line-height:18px;
}

p {

	color:#000000;
	font-size:11px;
	line-height:14px;

}


/* Anfang Definition Links*/


a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#e7581f;
	text-decoration:underline;
}

a:active {
	position: relative;
	top: 1px;
}

/* Ende Definition Links*/