/* global styles */
body {
	background:#ffffff;
}

.clear {
    clear: both;
}

hr {
	border:1px dashed white;
}

.headercontainer {
	width: 100%;
	background: #322d2c;
	z-index: 400;
	background: url('../images/header_bg1.jpg') repeat-x;
	height: 102px;
}

#headersubcontainer {
	margin: 0 auto;
	width: 960px;
}

#logo {
	position:relative;
	float: right;
	top: 6px;
}

#mainmenu {
	position:relative;
	padding-left:0px;
	top: 22px;
	z-index: 400;
}

.centercontainer {
	width: 100%;
	z-index: 399;
	background: url('../images/center_bgr.jpg') repeat-x;
	background-color: #f7f7f6;
}

#centersubcontainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 30px;
	min-height: 250px;
	_height: 250px;
}

#title {
	padding-top: 40px;
}
#maincontent {
	position:relative;
	top:30px;
	padding-bottom:18px;
	padding-left: 20px;
	padding-right: 20px;
}

.welcome {
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
	padding-left: 5px;
	color: #0072bc;
	font-size: 1.2em;
}

.welcome a {
	color: #ac9f98;
}

#teasercontainer {
	position:relative;
	color:black;
	height: 146px;
	margin-top: 10px;
}

#teasercontainer h1, #teasercontainer h1, #teasercontainer h1, #teasercontainer h1, #teasercontainer h1,  {
	color:#0072bc;
	width: 960px;
}

#teasersubcontainer {
	position:relative;
	color:black;
	height: 146px;
	width: 960px;
	margin: 0 auto;
}

#teaser {
	width:960px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#news {
	padding-left: 20px;
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #322D2C;
}

.services-link a {
	color: #292929;
	padding-right: 20px;
	position: relative;
	float: right;
}

.services-link img {
	vertical-align: top;
	padding-left: 10px;
}

#breaking_news {
	margin-top: 30px;
	margin-left: 174px;
}
#footercontainer1 {
	width: 100%;
	height: 196px;
	background: url('/images/footer_bg.jpg') repeat-x;
	background-color: #d9d7cf;
}

#footercontainer1 #footercontent {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

#footercontent {
	color: #303233;
}

#footercontent h4 {
	padding-bottom: 10px;
	color: #303233;
}
#footercontent a {
	color: #303233;
}

#footercontent img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footercontent input {
	border: 1px solid #a1a19c;
	float: right;
}

#footercontent .absenden {
	float: right;
	margin-right: -1px;
}

#footer {
	margin:0 auto;
	width:940px;
}

#mod_dropdownmenu ul, ol {
	margin-top: 4px;
}

.content2col ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:15px;
	padding-left:5px;
}

.menu_title {
    display: block;
	color:white;
	line-height:1.2em;
	padding-left:2px;
	font-family: Arial;
	font-size: 1.2em;
	cursor: default;
}

.picto {
	padding-right: 20px;
	padding-bottom: 100px;
}


