body {
	background-color: #e9e9e9;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
a {
	color: #183884;
	text-decoration: none;
}
a:visited {
	color: #183884;
	text-decoration: none;
}
a:hover {
	color: #183884;
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	margin: 0px;
	border-bottom-color: #FF0000;
	height: 1px;
}

#page {
	background-color: #FFFFFF;
	background-image: url(../pix/bgrnd_page.jpg);
	background-repeat: repeat-x;
}

#contentcontainer {
	width: 930px;
	margin-left: -465px;
	position: relative;
	left: 50%;
	background-color: #FFFFFF;
	background-image: url(../pix/bgrnd_page.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5em;
}
#header {
	position: relative;
	height: 270px;
	width: 930px;
	background-image: url(../pix/bgrnd_header.jpg);
	background-repeat: no-repeat;
}
#header h1, #header h2 {
	display: none;
}
#language_switch {
	position: absolute;
	left: 54px;
	top: 40px;
	font-size: 0.83em;
}
#language_switch a {
	color: #FFFFFF;
}

#language_switch ul {
	margin: 0px;
	padding: 0px;
}
#language_switch li {
	float: left;
	padding-right: 5px;
	list-style-type: none;
	position: relative;
}
#language_switch li:last-child {
	background-image: none;
}


#metanav {
	position: absolute;
	top: 40px;
	z-index: 50;
	left: 100px;
	font-size: 0.83em;
}
#metanav a {
	color: #FFFFFF;
	text-decoration: none;
}
#metanav ul {
	margin: 0px;
	padding: 0px;
}
#metanav li {
	float: left;
	padding-right: 15px;
	list-style-type: none;
	position: relative;
	background-image: url(../pix/seperator.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#metanav li:last-child {
	background-image: none;
}

#mainnav_container {
	position: absolute;
	top: 190px;
	left: 54px;
}
#mainnav {
	float: left;
}

#mainnav_left {
	background-image: url(../pix/mainnav_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 13px;
	position: relative;
}
#mainnav_right {
	background-image: url(../pix/mainnav_right.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 31px;
	width: 13px;
	float: left;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-image: url(../pix/bgrnd_mainnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	line-height: 31px;
	position: relative;
	height: 31px;
	vertical-align: middle;
	background-image: url(../pix/seperator_main.gif);
	display: block;
	width: 8.6em;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
}
#mainnav ul li.selected  {
	background-image: url(../pix/bgrnd_mainnav_sel.gif);
	background-repeat: repeat-x;
}

#mainnav ul li.selected  a{
	color: #142f6f;
}

#mainnav li:last-child {
	background-image: none;
}


#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	width: 150px;
}
#mainnav a:hover {
	color: #FFCC00;
}



#logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftcolumn {
	float: left;
	width: 180px;
	position: relative;
	padding-left: 50px;
	z-index: 50;
	background-color: #FFFFFF;
}
#subnav {
	font-size: 0.83em;
	width: 175px;
	position: relative;
	background-color: #FFFFFF;
}

#subnav a {
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
}
#subnav a:hover {
	color: #000000;
}
#subnav ul {
	margin: 0px;
	padding: 0px 0px 3em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#subnav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* IE hack BEGIN*/
#subnav li {
	height: 1%;
}
/* IE hack END*/

#content_middle {
	position: relative;
	margin-left: 250px;
	float: none;
}
#content {
	position: relative;
	width: 430px;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 140%;
	float: left;
	padding-bottom: 3em;
}
#content_full {
	position: relative;
	width: 520px;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 140%;
}
#content a, #content_full a {
	color: #183884;
}
#content .csc-firstHeader, #content_full .csc-firstHeader, .csc-firstHeader{
	margin-top: 0px;
	padding-top: 0px;
}

#content h1, #content_full h1 {
	color: #336699;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 120%;
}
#content h2, #content_full h2 {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 120%;
	color: #336699;
	clear: both;
	padding-top: 1em;
}


#content p, #content_full p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

#content .tinytext, #content_full .tinytext {
	font-size: 0.83em;
	color: #999999;
	line-height: normal;
}

#content_right {
	float: right;
	width: 230px;
	position: relative;
	font-size: 0.83em;
	color: #999999;
}
#content_left {
	font-size: 0.83em;
	color: #999999;
}
#content_right h1, #content_left h1 {
	font-size: 1.5em;
	color: #336699;
	font-weight: normal;
}
#content_right ul, #content_left ul {
	padding-left: 0px;
	margin-left: 0px;
}
#content_right li, #content_left li {
	padding-bottom: 0.5em;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../pix/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
#content_left li {
	background-image: url(../pix/bullet_arrow.gif);
}

/* IE hack BEGIN*/
#content_right li, #content_left li {
	height: 1%;
}
/* IE hack END*/

#content_right p, #content_left p {
	padding-left: 0px;
	margin-left: 0px;
}


.csc-textpic-caption {
	font-size: 0.83em;
	color: #999999;
	padding-top: 1em;
	padding-bottom: 2em;
}


#content_right .csc-textpic-caption {
	font-size: 1em !important;
	padding-top: 0.2em !important;
}

.csc-textpicHeader-26 h1{
	font-size: 1em;
	margin-top: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px;
	padding-bottom: 1em !important;
}

.readmore {
	text-align: right;
	position: relative;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
}


#pageclearer {
	clear: both;
	float: none;
}
#pageclearer hr {
	display: none;
}

#footer {
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 3em;
	background-color: #E9E9E9;
	color: #666666;
	font-size: 0.83em;
	width: 930px;
	margin-left: -465px;
	left: 50%;
	padding-left: 50px;
}

/* Formulare */

label {
	font-size: 1em;
	display: block;
}
table a {
	font-size: 1em;	
}

table div a {
	font-size: 0.83em;	
}

input, textarea, select {
	font-size: 1em;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	margin-bottom: 0.5em;
	padding: 2px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	width: 395px;
}


fieldset {
	margin: 0px;
	padding: 1em;
	border: 1px solid #CCCCCC;
}
.csc-mailform-field {
	position: relative;
	width: 400px;
}

.csc-mailform {
position: relative;
	width: 400px;
}
.csc-textpic-text {
}
.csc-textpic-image {
	padding-bottom: 1em;
}
.download {
	background-image: url(../pix/icn_download.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.download {
	color: #183884 !important;
}
.external-link-new-window {
	background-image: url(../pix/icn_extlink.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
a.external-link-new-window {
	color: #183884 !important;
}
.align-right {
	text-align: right;
}
.align-center{
	text-align: center;
}
.list-blue {
	margin-left: 0px;
	padding-left: 0px;	
}
.list-yellow {
	margin-left: 0px;
	padding-left: 0px;
}
.list-green {
	margin-left: 0px;
	padding-left: 0px;
}
.list-blue li{
	padding-bottom: 0.5em;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../pix/bullet_g_blue.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
.list-blue ul li {
	padding-left: 15px!important;
	list-style-type: none;
	background-image: url(../pix/bullet.gif)!important;
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
.list-yellow li {
	padding-bottom: 0.5em;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../pix/bullet_g_yellow.gif)!important;
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
.list-yellow ul li {
	padding-left: 15px!important;
	list-style-type: none;
	background-image: url(../pix/bullet_yellow.gif)!important;
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
.list-green li {
	padding-bottom: 0.5em;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../pix/bullet_g_green.gif)!important;
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
.list-green ul li {
	padding-left: 15px!important;
	list-style-type: none;
	background-image: url(../pix/bullet_green.gif)!important;
	background-repeat: no-repeat;
	background-position: left 0.3em;	
}
#content ul, #content_full ul {
	margin-left: 0px;
	padding-left: 0px;	
}
#content ul li, #content_full ul li{
	padding-bottom: 0.5em;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../pix/bullet_g_blue.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	position: relative;
}
#content ul ul, #content_full ul ul{
	padding-left: 2em;
}

/* lexikon */
.searchform p {
	vertical-align: middle;
}
.searchform input {
	vertical-align: middle;
	margin-right: 3px;
}
.navbar a {
	padding-right: 3px;
}