@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000000;
	font-family: DejaVu, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight:normal;
	color:#000000;
	line-height: 150%;
}

strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
textarea {
	background-color: #FFFFFF;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FF00FF;
	text-decoration: underline;
	font-weight: normal;
}

.kleinschrift {
font-size:8pt;
line-height:180%;
}
.head-title {
font-size:20pt;
color:#FFFFFF;
font-weight:normal;
line-height:150%;
}
h1 {
font-family: DejaVu, Arial, Helvetica, sans-serif;
font-size:16pt;
color: #000099;
border: 0px;
border-bottom: dotted 1px #660099;
border-top: transparent;
font-weight:normal;
line-height:120%;
}
h2 {
font-size:14pt;
color:#333333;
font-weight:bold;
line-height:120%;
}
h3 {
font-size:12pt;
color:#666666;
border: 0px;
border-bottom: dotted 1px #660099;
border-top: transparent;
font-weight:bold;
line-height:120%;
padding-top:15px;
}
h4 {
font-size:11pt;
color:#333333;
border: 0px;
border-bottom: dotted 1px #660099;
border-top: transparent;
font-weight:bold;
line-height:120%;
}
h5 {
font-size:10pt;
color:#333333;
border: 0px;
border-bottom: dotted 1px #660099;
border-top: transparent;
font-weight:bold;
line-height:120%;
}
h6 {
font-size:9pt;
color:#333333;
border: 0px;
border-bottom: dotted 1px #660099;
border-top: transparent;
font-weight:bold;
line-height:120%;
}

.underline {
	text-decoration:underline;
}
ul {
	list-style-type: disc;
	color: #000000;
	line-height: 200%;
}

hr{
 border: 0px;
 border-top: solid 1px  #CCCCCC;
 border-bottom: transparent;
 width:100%;
}
.hr-bg-black{
 border: 0px;
 border-top: solid 1px #000000;
 border-bottom: transparent;
 width:100%;
}
.hr-bg-grey{
 border: 0px;
 border-top: solid 1px #EFF1F1;
 border-bottom: transparent;
 width:100%;
}
.hr-bg-white{
 border: 0px;
 border-top: solid 1px #FFFFFF;
 border-bottom: transparent;
 width:100%;
}

.backcolor1 {
	/*background-color: #B300B3;*/
	background-color: #666666;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.rotfett {
	color:#FF0000;
	font-weight:bold;
}
.blaufett {
	color:#0000FF;
	font-weight:bold;
}
.textkasten-bg {
	background-color: #EFF1F1;
	border-style: solid;
	border-width:1px;
	border-color: #CCCCCC;
	padding: 6px; 
}
.textkasten-bg2 {
	background-color: none;
	border-style: solid;
	border-width:1px;
	border-color: #CCCCCC;
	padding: 10px;
	width:400px;
	font-size:8pt;
}
.textkasten-kurz {
	background-color: none;
	border: none;
	padding: 3px;
	width: 190px;
	text-align:center;
}
.footer {
font-size: 8pt;
line-height: 200%;
}
.table-contactform {
background:#FFFFFF;
border: 1px solid #CCCCCC;
}


#title {
	position:fixed;
	left:0px;
	top:0px;
	width:980px;
	z-index:1;
	height: 300px;
	background-repeat:no-repeat;
}
#navi-left {
	position:fixed;
	left:5px;
	top:210px;
	width:160px;
	z-index:2;
	height: 450px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #000000;
	overflow: visible;
	border-top: #CCCCCC medium double;
}
#content {
	position:absolute;
	left:175px;
	top:180px;
	width:770px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	z-index:3;
	overflow: visible;
	/*background-color: #EFF1F1;*/
	background-color: #FFFFFF;
	border-left: #999999 medium double;
	border-right: #999999 medium double;
	border-top: #999999 thin solid;
}
#language {
	position:absolute;
	left:710px;
	top:187px;
	width:267px;
	height:38px;
	z-index:100;
}



/* Navigation links */
#navicontainer { margin-left: 0; }

#navicontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navicontainer li { margin: 0 0 9px 0; }

#navicontainer a
{
display: block;
padding: 1px;
background-color: none;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
/*border-bottom-style:dotted;
border-width:thin;
border-color:#CCCCCC;*/
}
#navicontainer a:hover
{
background-color: #FF00FF;
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/layout/pfeil-rechts-weiss.png);
background-position:right;
background-repeat:no-repeat;
}


#logo {
	position:absolute;
	left:735px;
	top:5px;
	width:239px;
	height:165px;
	z-index:1;
	visibility: visible;
}
#button {
	position:absolute;
	left:593px;
	top:25px;
	width:380px;
	height:120px;
	z-index:500;
	background-color:#999999;
	border:dotted 2px #CCCCCC;
	padding: 5px;
	color:#FFFFFF;
	font-weight:bold;
	overflow: visible;
}
#button a {
color:#FFFF00;
text-decoration:none;
}
#button a:hover {
color:#FFFFFF;
text-decoration:none;
}

