html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: tahoma, verdana, arial;
}

h1, h3 {
	padding: 0px;
	margin: 0px;
}

a {
	display: block;
	font-size: 11.5pt;
	float: left;
	text-decoration: none;
	color: #585657;
	border-left: 1px solid #B6B2B1;
	border-right: 1px solid #EEEAE9;
	height: 23px;
	margin-top: 4px;
	width: 160px;
	padding-top: 5px;
	text-align: center;
}

a:hover {
	color: #B94B4B;
}

#abstand {
	height: 50%;
	float: left;
	width: 10;
	margin-bottom: -250px;
}

#container {
	clear: left;
	border: none;
	width: 650px;
	margin: auto;
}

#header {
	border: none;
	height: 60px;
	padding: 10px 0px 0px 10px;
}

	#header h1 {
		color: #31659C;
		letter-spacing: 1px;
	}

#link_bar {
	border: none;
	height: 38px;
	margin: 0px 0px 5px 0px;
	padding-left: 1px;
	background: url(../pict/link_bar_bg.jpg) no-repeat top left;
}

	#noLeftBorder {
		border-left: none;
	}
	
	#noRightBorder {
		border-right: none;
	}

#pictures {
	clear: both;
	border: none;
	background: url(../pict/pictuers_bg.jpg) no-repeat bottom;
	margin-bottom: 5px;
	height: 227px;
}

	#pictures img {
		width: 300px;
		margin: 5px;
	}

#intern_pict {
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left : 1px solid #D9D9D9;
	text-align: center;
	padding-top: 20px;
}

#wrapper {
	border: none;
	background: url(../pict/wrapper_bg.jpg) no-repeat top;
	color: #FEFFF5;
}

	#wrapper h3 {
		padding-top: 5px;
		margin-left: 10px;
		font-variant: small-caps;
		letter-spacing: 1px;
	}

#txt {
	margin-top: 5px;
	color: #FEFFF5;
	font-size: 10pt;
	padding: 10px 10px 20px 10px;
	background: url(../pict/wrapper_bg_b.jpg) no-repeat bottom;
	background-color: #69498C;
	letter-spacing: 1px;
	line-height: 20px;
}