
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	color: #24006B;
/* 	color:#333; */
/* 	color:#222; */
/* 	background-color:#330099; */
	background-color:#022d5c;
	line-height:15px;
}

a:link{
	text-decoration:none;
	font-weight:normal;
	color:#24006B;	
}

a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#24006B;	
}
a:active{
	text-decoration:none;
	font-weight:normal;
	color:#24006B;	
}

a:hover{
	text-decoration:none;
	font-weight:normal;
	color:#24006B;	
}

.underline:hover {
	cursor:pointer;
  	text-decoration:underline;
}

.bold1{
 	font-size:11px;
}
.bold2{
 	font-size:11px;
	text-decoration:underline;
}
.bold3{
	font-size:15px;
}
.bold4{
 	font-size:15px;
	text-decoration:underline;

}


ul{
	list-style-type:circle;
}
li{

}

h1{
	color:#330099;
	font-size:15px;
/* 	margin-top:0px; */
	padding-bottom:5px;
	border-bottom:1px solid #D5BFFF;
	background-color:#fff;
}

/* content layout */

.absatz1{
/* 	color: #24006B; */
/* 	color:#666; */
	font-size:11px;
}
.absatz2{
/* 	color: #24006B; */
/* 	color:#666; */
	font-size:11px;
}

.headline1{
	color:#330099;
	font-size:12px;
/* 	margin-top:0px; */

}
.headline2{
	color:#330099;
	font-size:13px;
/* 	margin-top:0px; */
	text-decoration:underline;
}
.headline3{
	color:#330099;
	font-size:14px;
/* 	margin-top:10px; */
	border-top:1px solid #D5BFFF;

	border-bottom:1px solid #D5BFFF;
	background-color:#fff;
}
/* content layout end */

.hLine{
	float:left;
	margin-left:5px;
	margin-right:5px;
}


#div_container{
	margin:0;
	padding:0;
	background-image:url('/img/pageTop.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width:900px;
/* 	border:3px double #330099; */
	border-top:0;
	border-bottom:0;
	background-color:#dadada;

/*	background-image:url('/img/topBackground.jpg');
	background-repeat:repeat-x;
	background-position:top;*/
/* 	margin-bottom:10px; */
}

#topMenue{
	text-align:left;
	width:880px;
	height:136px;
/*	margin-top:10px;
	margin-bottom:20px;*/
/* 	margin-bottom:10px; */
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}

#mainContent{
/* margin-top:5px; */
	width:900px;
	text-align:left;
/* border:1px solid black; */
/* 	color:#666; */
/* 	margin-top:10px; */
}

#mainInnerLeft{

	float:left;
	width:149px;
	text-align:left;
/* 	border:1px dotted #666; */
}

#mainInnerRight{
	float:left;
	width:149px;
/* 	width:100%; */
	text-align:left;
/* 	border:1px dotted #666; */
}

#mainInnerCenter{
	width:579px;

	margin:0;
	background-color:#fff;
 	background-image:url('/img/verlaufMitte.jpg'); 
 	background-position: top; 
	background-repeat:repeat-x;
/* 	background-image:url('/img/watermark1.jpg'); */
/* 	background-position: center; */
	padding:10px;

/* 	border-top:1px dotted #666; */
	border-left:1px dotted #666;
	border-right:1px dotted #666;

	height:500px;
	text-align:left;
	float:left;
}

#mainInnerCenter[id] {
    height:auto;
    min-height:600px;
}

#footer{
	color:#fff;
	width:900px;
	height:40px;
	text-align:right;
	border-top:1px solid #a7a7a7;
	background-color:#a7a7a7;
 	background-image:url('/img/footerMirror.jpg'); 
	background-position: bottom; 
	background-repeat:no-repeat;

}
#footer a{
	color:#fff;
}

#footer span{
	margin:8px;
	margin-top:3px;
	display:block;
	float:right;
/* border:1px solid black; */
/* width:300px; */
}


/* Funktionskn�pfe */

.button:link, .button:visited, .button:active {
  display:block;
  font-size:10px;
  border:1px solid #333;
  padding:3px;
  font-weight:normal;
  float:left;
  text-align:center;
}
.button:hover {
  display:block;
  font-size:10px;
  border:1px solid #333;
  padding:3px;
  font-weight:normal;
  float:left;
  text-align:center;
}

.buttonActive:link, .buttonActive:visited, .buttonActive:active {
  display:block;
  font-size:10px;
  border:1px solid #333;
  background:#666;
  color:#FFF;
  padding:3px;
  font-weight:bold;
  float:left;
  text-align:center;
}
.buttonActive:hover {
  display:block;
  font-size:10px;
  background:#fff;
  color:#666;
  border:1px solid #333;
  padding:3px;
  font-weight:bold;
  float:left;
  text-align:center;
}

.buttonRight:link,.buttonRight:visited, .buttonRight:active {
  display:block;
  font-size:10px;
  border:1px solid #333;
  border-left:0px;
  background:#FFF;
  padding:3px;
  font-weight:normal;
  float:left;
  text-align:center;
}
.buttonRight:hover {
  display:block;
  font-size:10px;
  border:1px solid #333;
  border-left:0px;
  padding:3px;
  font-weight:normal;
  float:left;
  background:#CCC;
  color:#333;
  text-align:center;
}

.buttonRightActive:link,.buttonRightActive:visited, .buttonRightActive:active {
  display:block;
  font-size:10px;
  border:1px solid #333;
  border-left:0px;
  padding:3px;
  font-weight:bold;
  float:left;
  text-align:center;
}
.buttonRightActive:hover {
  display:block;
  font-size:10px;
  border:1px solid #333;
  border-left:0px;
  padding:3px;
  font-weight:bold;
  float:left;
  text-align:center;
}
