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

body {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	padding:0;
	margin:0;
	background-image: url(layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
}

/* LINKS ------------------------------------------------------- */
a {
	color: #000;
}
a:visited {
	color:#000;
}
a:hover {
	color: #000;
}
a:active {
	color:#000000;
}

/* UEBERSCHRIFTEN ------------------------------------------------------- */

h1 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* IMG ------------------------------------------------------- */

img {
	border: 0px none #FFF;
}

/* CONTAINER ------------------------------------------------------- */

#container {
	width: 950px;
	margin-bottom: 10px;
	margin:0 auto;
}

/* BANNER ------------------------------------------------------- */

#banner_top {
	height: 550px;
	width: 950px;
	text-align: center;
}

#banner_logo {
	height: 125px;
	width: 950px;
	text-align: center;
}

#banner_fmx {
	height: 175px;
	width: 950px;
	text-align: center;
	margin-top: 25px;
}


/* INHALT ------------------------------------------------------- */

#content {
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
div#content {
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

#content_frame {
	width: 900px;
	background-color: #FFF;
	padding: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}

/* IMPRESSUM ------------------------------------------------------- */

#impressum {
	font-size: 8px;
	width: 900px;
	background-color: #FFF;
	padding: 25px;
	margin-top: 0px;
}

#impressum .heighlight {
	text-decoration: underline;
}

/* FOOTER ------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 50px;
}

