* {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
   	color: #000000;
        font-weight: bold;
}

body, html {
	text-align: center;
	height: 100%;
	background-image: url(/fileadmin/design/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eef1e6;
	
	color: #131334;
}

p {
	padding: 7px 0 7px 0;
}

.clear { 
	clear: both; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
        padding: 0;
        margin: 0;
	letter-spacing: 3px;
	padding-bottom: 0px;
	font-weight: normal;

}

#mainContainer {
	width: 979px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	
	color: #131334;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.8em;
	letter-spacing: 1.2px;
}

#contentBox {
	background: #eef1e6 url(/fileadmin/design/content-background.jpg) repeat-y;
}

* html #mainContainer {
	height: 100%;
}

.nav-item a {
        color: #000000;
        text-decoration: none;
}

.nav-item-act a {
        color: #000099;
        text-decoration: none;
}

#nav {
	position: absolute;
	width: 237px;

	text-align: right;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1.2px;
	
	font-weight: bold;
	float: left;
	

	background-image: url(/fileadmin/design/muster-links.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navContent {
	padding-right: 67px;
}

#teaser {
	position: relative;
	float: right;
	width: 200px;
	top: -50px;
	left: -23px;
	
	text-align: left;
}

.subnav {
	font-size: 11px;
	font-weight: normal;
        padding-right: 10px;
}
.subnav-act {
	font-size: 11px;
	font-weight: normal;
        padding-right: 10px;
}

.subnav a {
        text-decoration: none;
}

.subnav-act a {
        color: #0000cc;
        text-decoration: none;
}


#mainContent {
	position: relative;
	left: 260px;
	width: 420px;
	text-align: justify;

}

#footer {
	width: 979px;
	height: 27px;
	margin: 0 auto;
	margin-top: -27px;
	text-align: center;
        font-size: 10px;
}



#clearAll {
	clear: both;
}

