/* global styles */
body {
	background:black;
	padding-top:10px;
}

.clear {
    clear: both;
}

hr {
	border:1px dashed white;
}

.centercontainer {
    position: relative;
    margin: 0 auto;
    width:940px;
    margin-bottom: 70px;
}

#logo {
	position:relative;
	background:url('/images/logo.png');
	width:147px;
	height:56px;
	left:793px;
	top:8px;
}

#mainmenu {
	position:relative;
	height:54px;
	top:21px;
	left:0;
	z-index: 100;
}

#contentcont {
	position:relative;
}

#teasercontainer {
	position:relative;
	background-color:white;
	color:black;
}

#teasercontainer h1 {
	color:#6b3a95;
}

#teaser {
	margin:0 auto;
	width:940px;
}

#teaser a {
	color:#4d4d4d;
	text-decoration:underline;
}

#teaser a:hover {
	text-decoration:none;
}

#footercontainer {
	margin-top:21px;
	border-top:1px dotted white;
}
#footer {
	font-size:11px;
	margin:0 auto;
	width:940px;
}
#footer a {
	color:white;
}

#accordion .element {
	visibility:hidden;
}

.btnsubmit {
	border:1px solid #ccc;
	background:#4d4d4d;
	color:white;
	font-weight:bold;
	padding:2px;
margin-top:3px;
}