/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #E4E4E4 url(../_images/bodybg.png) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	color: #333333;
	text-align: center;
}
#container {
	width: 977px;
	margin: auto auto;
	background: #ffffff url(../_images/contentbg.png) repeat-y;
	text-align:justify;
}
#head {
	height: 231px;
	background: url(../_images/headbg.jpg) no-repeat top center;
	padding:0px 0px 0px 977px;
}
#navigation {
	width:977px;
	height: 56px;
	background: url(../_images/navibg.png) repeat-x;
}
#navigation ul {
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 977px;
}
#navigation ul>li {
	float: left;
}
#navigation ul>li>a {
	color: #ffffff;
	display: block;
	height: 45px;
	text-decoration: none;
	padding: 0px 11px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 45px;
	padding-bottom: 11px;
}
#navigation a:hover, #navigation a.active {
	color: #d7b469;
	background: url(../_images/naviitembg.png) no-repeat bottom center;
}
#navigation ul>li>ul {
	position: absolute;
	top: 41px;
	width: auto;
	margin-left: 12px;
	padding-top: 15px;
	display: none;
	border: 1px solid #496fff;
	-moz-opacity: 0.8;
	filter: Alpha(opacity:80);
}
#navigation ul>li>ul>li {
	display: block;
	float: none;
	padding: 2px 10px;
	background-color: #ffffff;
}
#navigation ul>li>ul>li>a {
	padding: 0px 15px;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	height: auto;
	-moz-opacity: 1;
	filter: none;
}
#navigation ul>li>ul>li>a:hover, #navigation ul>li>ul>li>a.active {
	background: none;
	color: #496fff;
}
#content {
	width: 977px;
}
#leftcol {
	float:left;
	width: 260px;
	padding: 0px 20px;
}
#rightcol {
	float: left;
	width:616px;
	padding: 0px 30px;
}
.cl {
	clear: both;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #e2001a;
}
h2 {
	font-size: 1.2em;
	color: #e2001a;
}
#rightcol h2 {
	margin-top: 15px;
}
.imgleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 15px;
}
.no-border {
	border: none !important;
}
/* Schnellkontakt **************/
#schnellkontakt label {
	display: block;
	width:445px;
	line-height: 1.5em;
	padding: 0px 5px;
	background-color: #4a6fff;
	border: 1px solid #4a6fff;
	color:#F9FAFF;
}
#schnellkontakt input {
	display: block;
	width: 451px;
	border: 1px solid #4a6fff;
	color: #333333;
	padding: .25em 2px;
	margin-top: -1px;
}
#schnellkontakt textarea {
	width: 451px;
	border: 1px solid #4a6fff;
	color: #333333;
	padding: .25em 2px;
	margin-top: -1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 200px;
}
.formbutton {
	display: block;
	width: 460px !important;
	height: 29px;
	/*background: url(../_images/buttonbg.png) no-repeat center;*/
	color: #333333 !important;
	border: none !important;
	font-weight: bold;
	cursor: pointer;
}
/** Newsvorschau ***************************************/
.newspreview {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4a6fff;
}
.newspreviewoptions {
	text-align: right;
	font-size: .8em;
}
.newspreviewoptions a {
	color: #4a6fff;
}
/** News ****************************************/
.newsdatum {
	font-size:0.6em !important;
	line-height: 0.6em;
	color: #666666;
}
.newsoptions {
	text-align: right;
	padding: 5px 00px;
	margin: 10px 0px;
	font-size: .8em;
	border-bottom: 1px solid #4a6fff;
	border-top: 1px solid #4a6fff;
	clear: both;
}
.newsoptions a {
	color: #4a6fff;
}
.imgpreview .imgleft {
	margin: 1px;
	padding: 0px;
	float: none;
}
.imgpreview {
	height: 150px;
	float: left;
}
a>img, #rightcol img {
	border: 1px solid #4a6fff;
}
.newspreviewlink {
	text-align:right;
	padding-top: 1em;
}