/* global styles */
body {
	background:#2f1d1f url("../images/background.jpg") top left repeat;
}

.clear {
    clear: both;
}

.centercontainer {
    position: relative;
    top: 10px;
    left: 50%;
    width: 990px;
    height: auto;
    margin-left: -490px;
    background:white;
}

.sitecontainer {
    left: 0;
    margin: 0 auto;
    top: 0px;
    width: 100%;
}

.contentcontainer {
    position: relative;
    top:0;
	width:968px;
    height: auto;
}

.content3col a {
	color:#83000a;
}

#header {
    position:relative;
    top:0px;
    z-index:3;
    height:220px;
    width:970px;
    margin:0px auto;
    height:auto;
    background:white;
}

#mainborder {
	width:950px;
	border:1px solid #c7c7c7;
}

#headercontent {
	margin-top:12px;
	position:relative;
	height:83px;
	z-index:1;
}

.welcomeimage {
	float:right;
	margin-top:16px;
}

#headerdivider {
	width:953px;
	height:0px;
	position:relative;
	left:7px;
	border-bottom:7px solid #83000a;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

.logoimage {
	margin-bottom:8px;
}

#menubg {
	position:absolute;
	top:126px;
	background:url('../modules/mod_dropdownmenu/images/bg_out.gif') top left repeat-x;
	width:100%;
	height:44px;
	z-index:1;
}

#mainmenu {
	position:absolute;
	left:0;
	top:0;
	z-index:90;
}

#language {
	width:990px;
	margin:0 auto !important;
}

#language_selector, #language_selector a {
	margin-top:36px;
	color:white;
	text-align:right;
	margin-bottom:2px;
	margin-right:6px;
}

#introtext {
	position:absolute;
	z-index:100;
	top:100px;
	left:0px;
	width:300px;
	height:70px;
	padding:10px;
	background:#fff;
	visibility:hidden;
	overflow:hidden;
}

#introtext h1 {
	margin:0;
}

.imagebild {
	display:block;
}
#maincontainer {
	width: 990px;
	margin:0 auto !important;
	background:white;
	padding-bottom:3px;
}

#maincontainer_bordered {
	border:1px solid #c7c7c7;
	width:970px;
	top:8px;
	left:9px;
	position:relative;
}

#main {
	position: relative;
}

#teasers {
	border-top:7px solid #666633;
	background:#cccc99;
	height:240px;
	overflow:hidden;
}

#footer {
    background: #83000a;
    position: relative;
    width: 972px;
    margin:9px;
    margin-top:16px;
    height:107px;
    color:white;
    overflow:hidden;
}

#footer a {
	color:white;
}

#copyright {
	position:absolute;
	left:0;
}
