@charset "UTF-8";
#html, body {
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
  background-image: url(pics/back.jpg);
  background-repeat:no-repeat;
  background-color:#828284;
  background-attachment:fixed;
}

img {
    border: none;
}
a:active, a:focus{ outline:none; }

.frame {
	background-image: url(pics/framebg.png);
	background-repeat: repeat-y;
	width: 960px;

}
.header {
	width: 960px;
	margin-top:20px;
}
.foot {
	width: 960px;
	margin-bottom:20px;
}

.framemenu {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 35px;
}
.flashframe {
	padding-left: 20px;
	text-align: center;
	padding-right: 25px;
}
.loadcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align:justify;
}
.footer {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	clear: both;
}
.footerright {
	float: right;
	text-align: right;
	padding-right: 10px;
}
.menu {
	float: right;
	width: 480px;
}

.sitecontent {
	padding-right: 48px;
	padding-left: 48px;
	padding-top: 25px;
}
.textbox {
	background-image: url(pics/box_bg.png);
	background-repeat: repeat-y;
	width: 281px;

}
.flowchart {
	background-image: url(pics/divrightbg.png);
	background-repeat: repeat-y;
	float:left;
	width:262px;
	font-size: 11px;
	margin-top: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
.flowcharttext {
	padding-right: 5px;
	padding-left: 15px;
	height: 175px;
}
.boxleft {
	background-image: url(pics/divleftbg.png);
	background-repeat:repeat-y;
	width: 560px;
	margin-top: 17px;
}
.columnright {
	float: right;
	width: 281px;
	padding-top: 35px;
}
.textleft {
	width: 560px;

}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
}
h1 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: inherit;
	text-transform: uppercase;

}
h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: inherit;
	text-transform: uppercase;
	}
.arrow {
	float: left;
	margin-top: 125px;
}

ul, li{
margin:0;
padding:0;
list-style-type:none;
}
li{
background:url(pics/bullet.png)  no-repeat;
background-position: 0px 7px;
padding-left:17px;
}

.datenschutz li {
    background: none;
    list-style: initial;

}

.datenschutz .lower-alpha > li {
    list-style-type: lower-alpha;
    list-style-position: inside;
}

.datenschutz .upper-roman > li {
    list-style-type: upper-roman;
}

.datenschutz ul > li {
    list-style-position: inside;
}

p#success
		{
			padding: 5px 10px;
			background: #ffffff;
			border: 1px solid #C6C6C6;
			color: #000;
			margin-bottom: 10px;
		}

p#bademail, p#badserver
		{
			padding: 5px 10px;
			background: #ffffff;
			border: 1px solid #C6C6C6;
			color: #EA1F1F;
			margin-bottom: 10px;
		}
