/*farben:
	dunkelblau: #293d87
	mittelblau: #8f8ba8
	hellblau: #ececf5
	*/


body	{
	background-color: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Verdana, Sans-Serif;
/*	text-align: center;*/
	margin: 0px;
	}

ul {	color: #293d87;
	margin: 0;
	padding: 0;
	}
	
li {	color: #293d87;
	margin: 0;
	padding: 0;
	margin-left: 0;
	}
	
a { 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #643C9F;
	outline : none;
}

a:hover {color: #8f8ba8;}	

#main	{
	width: 1000px;
 /*	height: 1000px;*/
	background: #FFFFFF;
/*	background-repeat: no-repeat;*/
	margin: 0 auto;
	}

#header	{
	width: 1000px;
	height: 148px;
	border-bottom: 1px solid;
	border-color: #293d87;
	}

#logo	{
	float: right;
	margin-top:20px; 
	margin-right:303px
	}
	
#adresse	{
	color: #8f8ba8;
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 1000px;
	height: 19px;
	border-bottom: 1px solid;
	border-color: #8f8ba8;
	}

#kachel {
	background: url(../images/kachel.jpg);
	float: left;
	border-bottom: 5px solid;
	border-color: #ffffff;
	}
	
#startbild  img{
	width: 200px; 
	height: 130px; 
	border-top: 4px solid; 
	border-bottom: 4px solid; 
	border-color: #ffffff;
	}
	
#navigation	{
	float: left;
	background-color: #ececf5;
	width: 200px;
	min-height: 500px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	border-top: 5px solid;
	border-color: #ffffff;
	}
#navi {
	padding: 0;
	}	
	
#navi li {
	list-style-type: none;
	}
	
.subnavi {
	padding: 0;
	}	
	
.subnavili {
	list-style-type: none;
	width: 200px;
	background-color: #ececf5;
	color: #293d87;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	}
	
.aktiv	{
	list-style-type: none;
	width: 190px;
	height: 22px;
	background-color: #8f8ba8;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #ffffff;
	}
	
.aktiv	a{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}

.inaktiv	{
	list-style-type: none;
	width: 190px;
	height: 22px;
	background-color: #ececf5;
	color: #293d87;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #ffffff;
	}
	
.inaktiv	a{
	text-decoration: none;
	color: #293d87;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}

.inaktiv	a:hover{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #8f8ba8;
	}
	
.umaktiv	{
	list-style-type: none;
	width: 175px;
	height: 22px;
	background-color: #8f8ba8;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;	
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
	}
	
.umaktiv	a{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.uminaktiv	{
	list-style-type: none;
	width: 175px;
	height: 22px;
	background-color: #ececf5;
	color: #293d87;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
	}
	
.uminaktiv	a{
	text-decoration: none;
	color: #293d87;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.uminaktiv	a:hover{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	

#content	{
	float: left;
	width: 800px;
	position: relative;
	}

#content2 {
	position:absolute;
	}	
.content	{
	background-image: url(../images/hint.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 600px;
	height: 440px;
	overflow: auto;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 60px;
	top: 0px;
	left: 0px;
	}

#footer	{
/*	float: left;*/
	clear: both;
	width: 1000px;
	height: 48px;
	padding-top: 2px;
	}


#impressum {
/*	float: right;*/
	text-align: right;
	margin-top: 0px;
	width: 908px;
	height: 30px;
	margin: 0 auto;
	margin-right: 92px;
	}

#impressum a{
	color: #293d87;
	margin-left: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	}

h2	{
	font-family: Arial, Verdana, Sans-Serif;
	color: #8f8ba8;
	font-size: 100%;
	text-align: left;
	vertical-align: super;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 120%;
	}

h4	{
	font-family: Arial, Verdana, Sans-Serif;
	color: #8f8ba8;
	font-size: 100%;
	text-align: left;
	vertical-align: super;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: 1px;
	}

p	{
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: justify;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 12px;
	}
p.li1	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
/*	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-style: normal;*/
	font-weight: bold;
	}
p.li2	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
/*	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;*/
	}
p.li3	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: normal;
	}

p.tab1	{
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
/*	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4em;*/
	font-weight: bold;
	}

p.tab2	{
	margin-top: 0px;	
	margin-bottom: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
/*	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4em;*/
	}

p.tab3	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: italic;
	}
p.tab_pic_top	{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: justify;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: bold;
	}
	
p.class=tab_beh_li {
	margin-top: 0px;	
	margin-bottom: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	}

p.class=tab_beh_re {
	margin-top: 0px;	
	margin-bottom: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px
	}	

img {
	border: none;
	}
td	{vertical-align: top;}

/*.csc-firstHeader {*/
h1 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #293d87;
	font-size: 120%;
	text-align: left;
	vertical-align: super;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	
.csc-mailform {
	border: 1px solid #8f8ba8;
	font-size: 12.0px;
	padding: 10px 0px 0px 10px;
	}
	
.csc-mailform-field label {
	display: block;
	width: 80px;
	float: left;
	color: #293d87;
	clear: both;
	margin-bottom: 10px;
	}
	
.csc-mailform-field input {
	clear: both;
	font-size: 12.0px;
	border: 1px solid #8f8ba8;
	margin-bottom: 10px;
	}	
	
.csc-mailform-field textarea {
	clear: both;
	font-size: 12.0px;
	border: 1px solid #8f8ba8;
	}	
	
#mailformformtype_mail {
	border: 1px solid #8f8ba8;
	color: #293d87;
	}

div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap{
	margin-left: 15px !important;
	}