*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #444;
	text-align: center;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	background-color: #f4f2ef;
	margin-top: 9px;
}

#fullwrap
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

ul
{
	list-style-image: url(img/list.gif);
	margin: 0 0 0 15px;
	padding: 0px;
}

img { border: 0; }
.cf { clear: both; }

.cf:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* IE-mac \*/
* html .cf { height: 1%; }

/* IE-mac */
.left { float: left; }
.right { float: right; }

#top
{
	height: 40px;
	background: #e0e2e9;
	border-top: 1px solid #22429b;
}

#top a img { margin: 8px 0 0 10px; }
#logo a:hover { background: transparent !important; }
#logo a { border-bottom: none; }

#navline
{
	height: 106px;
	background: #2c4ca3 url(../img/header.jpg) no-repeat top left;
}

#nav
{
	position: absolute;
	left: 215px;
	top: 22px;
	height: 20px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

#nav ul li
{
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
}

#nav ul li a.main
{
	background: transparent url(../img/mainnav.gif) no-repeat top left;
	width: 111px;
	height: 28px;
	float: left;
	text-decoration: none;
	color: #22429b;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

#nav ul li a.main:hover
{
	background: transparent url(../img/mainnav_over.gif) no-repeat top left;
	color: #fff;
}

#nav ul li a.main_act
{
	background: transparent url(../img/mainnav_over.gif) no-repeat top left;
	width: 111px;
	height: 28px;
	float: left;
	text-decoration: none;
	color: #fff;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

#nav ul li a.main_act:hover
{
	background: transparent url(../img/mainnav.gif) no-repeat top left;
	color: #22429b;
}

#nav ul li a.main span, #nav ul li a.main_act span
{
	margin: 5px 0 0 12px;
	display: block;
}

#subnav
{
	position: absolute;
	left: 215px;
	top: 125px;
	height: 12px;
}

#subnav ul
{
	list-style-type: none;
	padding-top: 3px;
}

#subnav ul li { float: left; }

#subnav ul li a
{
	color: #fff;
	font: normal 11px tahoma, arial, sans-serif;
	text-decoration: none;
}

#subnav ul li a:hover
{
	color: #D92D31;
	text-decoration: none;
}

#subnav ul li a.sub_act
{
	color: #D92D31;
	font: normal 11px tahoma, arial, sans-serif;
	text-decoration: none;
}

#subnav ul li a.sub_act:hover
{
	color: #fff;
	text-decoration: none;
}

#subnav .trenner
{
	color: #fff;
	margin: 0 10px;
}

#services
{
	padding: 4px 0 0 0;
	margin-top: 10px !important;
	border-top: 10px solid #22429b;
	width: 100%;
}

#services ul
{
	list-style-type: none;
	float: right;
}

#services ul li { display: inline; }

#services ul li a
{
	color: #22429b;
	font: normal 10px tahoma, arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#services ul li a:hover
{
	color: #22429b;
	text-decoration: underline;
}

#services .trenner
{
	color: #22429b;
	margin: 0 3px;
}

#main { margin-top: 15px; }

#mainleft
{
	width: 584px;
	background: #fff;
}

#mainleft-left { width: 455px; }
#mainleft-right { width: 129px; }

#contentrand-oben-big
{
	background: transparent url(../img/contentrand-oben-big.gif) no-repeat top left;
	height: 10px;
}

#contentrand-unten-big
{
	background: #f4f2ef url(../img/contentrand-unten-big.gif) no-repeat top left;
	height: 10px;
	
	
}

#mainright
{
	width: 200px;
	background-color: #f4f2ef;
	height: 100%;
	margin-left: 12px;
	/* check with ie5x */
}

.contentrand-oben-small
{
	background: #f4f2ef url(../img/contentrand-oben-small.gif) no-repeat top left;
	height: 10px;
}

.contentrand-unten-small
{
	background: #f4f2ef url(../img/contentrand-unten-small.gif) no-repeat top left;
	height: 10px;
	margin-bottom: 5px;
}

.contentsmall
{
	padding: 0 13px 10px 13px;
	background-color: #fff;
}

.contentsmall input.field
{
	width: 172px;
	margin: 3px 0;
	height: 14px;
}

/* logged in menu */
#loggedin {
margin-bottom: 5px;
}
.contentrand-oben-small-loggedin
{
	background: #f4f2ef url(../img/contentrand-oben-small-loggedin.gif) no-repeat top left;
	height: 15px;
}

.contentrand-unten-small-loggedin
{
	background: #f4f2ef url(../img/contentrand-unten-small-loggedin.gif) no-repeat top left;
	height: 15px;
}

.contentsmall-loggedin
{
	padding: 0;
	background-color: #e0e2e9;
}

.contentsmall-loggedin ul li
{
	list-style-image: none !important;
	list-style-type: none !important;
	border-bottom: #fff 2px solid;
	display: block;
}

.contentsmall-loggedin ul { width: 100%; }

.contentsmall-loggedin ul li a
{
	padding: 3px 0 3px 13px;
	color: #22429b !important;
	text-decoration: none !important;
	background-color: #E0E2E9 !important;
	display: block;
	font-weight: bold !important;
}

.contentsmall-loggedin ul li a:hover
{
	color: #fff !important;
	background-color: #D92D31 !important;
}

.contentsmall-loggedin ul li a.active
{
	padding: 2px 0 2px 13px;
	color: #fff !important;
	background-color: #D92D31 !important;
	font-weight: bold !important;
	font-size: 11px !important;
	display: block;
}

.contentsmall-loggedin ul li a.active:hover
{
	color: #22429b !important;
	background-color: #D92D31 !important;
}

/* subnav logged in*/
.contentsmall-loggedin ul li ul li { border-bottom: none; }

.contentsmall-loggedin ul li ul li a
{
	color: #22429b !important;
	background-color: #E0E2E9 !important;
	padding-left: 22px !important;
	font-weight: normal !important;
	padding: 2px 0 2px 22px !important;
}
.contentsmall-loggedin ul li ul li a:hover {
	color: #D92D31 !important;
	background-color: #E0E2E9 !important;
	
}

.contentsmall-loggedin ul li ul li a.active
{
	color: #D92D31 !important;
	background-color: #E0E2E9 !important;
    padding: 2px 0 2px 22px !important;
	font-weight: bold !important;
	
}

.contentsmall-loggedin ul li ul li a.active:hover {
	color: #22429b !important;
	background-color: #E0E2E9 !important;
}

.contentsmall-loggedin ul
{
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

/* COLOR="#D92D31" red    COLOR="#E0E2E9" gray logged in menu end */
.submitbutton
{
	border: 0;
	float: right;
}

#content
{
	margin-left: 13px;
	background-color: #fff;
	padding-top: 5px;
	min-height: 230px;

}

* html #content {
	height: 230px;
}

#main a
{
	text-decoration: underline;
	color: #D92D31;
}

#main a:hover
{
	text-decoration: none;
	background-color: #eee;
}

#main h2
{
	font: bold 11px arial, helvetica, sans-serif;
	color: #22429b;
	margin: 10px 0;
	text-transform: uppercase;
}

#main h2.first
{
	font-weight: bold;
	color: #22429b;
	margin: 0 0 10px 0;
}

#main li { list-style-image: url(../img/list.gif); }

img.button
{
	margin: 5px 13px 0px 0;
	float: right;
}

.inv, dfn, caption
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

input, textarea, select
{
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: verdana, sans-serif;
	border: 1px solid #a5bccc;
}

select { border: none; }

#searchbox
{
	width: 225px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 86px;
	text-align: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

input#searchword
{
	width: 120px !important;
	padding: 0 !important;
	font-size: 10px !important;
	color: #333;
	background: #fff;
	border: none;
	line-height: 12px;
}

.csc-mailform div.formentry { margin: 4px 0 0 0; }

.csc-mailform input[type=text], .csc-mailform select, .csc-mailform textarea
{
	/* Alle Labels UND Formularelemente ausw&#65533;hlen */
	display: block;
	float: left;
	width: 200px;
	/*Breite.*/
	text-align: left;
}

.csc-mailform label
{
	display: block;
	float: left;
	text-align: right;
	padding-right: 1em;
	width: 150px;
}

form br
{
	/* Alle Zeilenumbr&#65533;che in Formularen ausw&#65533;hlen */
	clear: left;
	/* das floating der labels und inputs aufheben */
}

input.csc-mailform-submit
{
	/* den Submit-Button */
	width: auto;
	background: #a5bccc;
	color: #fff;
}
.mf-submit {
	margin-left: 160px;
}

/* tabellen */
table { font-size: 11px !important; }
.contenttable-0 { width: 100%; }
.contenttable-0 .tr-even { background-color: #fff; }
.contenttable-0 .tr-odd { background-color: #eee; }

.contenttable-0 .tr-0
{
	background-color: #cecece;
	font-weight: bold;
}

.contenttable-0 tr td { padding: 4px; }
.contenttable-1 { }
.contenttable-1 .tr-even { background-color: #fff; }
.contenttable-1 .tr-odd { background-color: #eee; }
.contenttable-1 .tr-0 { background-color: #cecece; }
.contenttable-1 tr td { padding: 4px; }
.news-list-item hr { display: none; }

.news-list-item h3 a, .news-list-item h3
{
	text-decoration: none !important;
	color: #444 !important;
	font: normal 11px/16px Arial, Helvetica, sans-serif !important;
}

.news-list-item h3 { font-weight: bold !important; }
div.news-list-morelink { margin-bottom: 20px !important; }
div.news-list-morelink a { font-weight: normal !important; }

div.news-list-morelink a:hover
{
	text-decoration: none;
	background: #eee;
	border-bottom: none;
}

div.news-single-backlink { margin-top: 10px; }
