/* global styles */
body {
	background:#ebe7de url('/images/bgr.jpg') repeat;
}

.clear {
    clear: both;
}

hr {
	border:1px dashed white;
}

#header {
    position: relative;
    margin: 0 auto;
    width:940px;
}

#menu {
    position: relative;
	background-color:#121212;
	height:54px;
	top:98px;
	z-index: 100;
}

#centercontainer {
    position: relative;
    margin: 0 auto;
    width:940px;
	top: 80px;
	z-index: 99;
}

#logo {
	position:absolute;
	height:78px;
	width: 310px;
    margin-left: 621px;
}

#email {
	position:absolute;
	height:86px;
	top:42px;
}

address {
	font-size: 12px;
	color: #71716F;
	font-family: Georgia;
}

#mainmenu {
	position:relative;
	height:54px;
	margin: 0 auto;
	top: 5px;
	width: 940px;
}

#centercontent {
	position:relative;
	margin-top:27px;
	padding-bottom:18px;
}

#mod_citation {
    width: 280px;
	background:url('/images/blatt_bgr.jpg') no-repeat;
	position: absolute;
	margin: 23px auto 0;
}

#teasercontainer {
	position:relative;
	color:black;
	background:url('/images/footer_bgr.jpg') repeat-x;
	height: 233px;
	margin-top: 10px;
	top: 100px;
	z-index: 101;
}

#teasercontainer h1, #teasercontainer h1, #teasercontainer h1, #teasercontainer h1, #teasercontainer h1,  {
	color:#6b3a95;
	width: 940px;
}

#teasersubcontainer {
	position:relative;
	color:black;
	height: 233px;
	width: 940px;
	margin: 0 auto;
}

#teaser {
	width:565px;
	left: 372px;
	top: 20px;
	position: absolute;
}

#footer {
	margin:0 auto;
	width:940px;
}

#mod_dropdownmenu ul, ol {
	margin-top: -7px;
}

.menu_title {
    display: block;
	color:white;
	line-height:1.2em;
	padding-left:2px;
	font-family: Georgia;
	font-size: 1.2em;
	cursor: default;
}

