body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

/****************************** SEITE ******************************/
#MainFrame {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 916px;
	height: 148px;
	padding: 56px 0px 0px 39px;
	background-image: url(/pagemedia/design/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_streifen {
	width: 955px;
	min-height: 100px;
	float: left;
	clear: both;
	background-image: url(/pagemedia/design/streifen.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#links {
	float: left;
	clear: none;
	width: 350px;
	min-height: 383px;
	background-image: url(/pagemedia/design/links.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 20px 49px;
}

#rechts {
	float: left;
	clear: none;
	width: 556px;
	min-height: 383px;
	background-image: url(/pagemedia/design/rechts.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	clear: both;
	width: 906px;
	height: 33px;
	font-size: 10px;
	padding: 31px 0px 0px 49px;
	background-image: url(/pagemedia/design/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/****************************** MENU ******************************/
#menu {
	margin: 8px 0px 17px 0px;
	padding: 0px;
	width: 230px;
}

.firstnav {
	padding: 2px 0px 2px 23px;
}

.followingnav {
	padding: 2px 0px 2px 23px;
	border-top: 1px solid #004c93;
}

/****************************** TEXT-AUSRICHTUNG ******************************/
#inhalt {
	background-color: #f0f0f0;
	width: 463px;
	min-height: 100px;
	padding: 12px;
	margin: 0px 53px 0px 13px;
}

img {
	border: none;
}

.katalog_link {
	width: 300px;
	padding-top: 8px;
}

hr {
	border-bottom: 1px solid #004c93;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
}

/****************************** LINK ******************************/
.katalog_link a {
	text-decoration: none;
	color: #004c93;
	font-weight: bold;
}

.katalog_link a:hover {
	color: #a7a7a7;
}

#menu a {
	color: #004c93;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	color: #a7a7a7;
}

#menu a.active {
	color: #a7a7a7;
}

a {
	text-decoration: none;
	color: #004c93;
}

a:hover {
	color: #a7a7a7;
}

.morelink a {
	font-size: 10px;
}

/****************************** UBERSCHRIFT ******************************/
h1, h3 {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-size: 12px;
	color: #004c93;
	font-weight: bold;
}

/****************************** FORM ******************************/
.inputfld {
	border: 1px solid #004c93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

.textarea {
	border: 1px solid #004c93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}