
#inhalt {
    width:  			1000px;
	margin-right:		auto;
	margin-left:		auto;
}

/* Banner aus PS6-Logos*/
#kopfleiste {
    background-image:   url(bilder/logo1.png);
    background-repeat:  repeat-x;
    height:             60px;
/*     width:              900px;*/
}

/* Menüleiste oben horizontal */
#maintopic {
    color: 				blue;
	position: 			fix;
	top: 				60px;
    left: 				5px;
 	width: 				950px;
	height: 			30px;
	border-top: 		1px solid #cdcdcd;
	background: 		url(bilder/pmt.gif) repeat-x;
	overflow: 			hidden;
    padding-left : 		50px;
/*	margin-right:		auto;
	margin-left:		auto;*/
}
#banner {
	float:				right;
	position: 			fix;
	top: 				200px;
    left: 				25px;
	background-color:	none;
	border:				none;
}

#banner img{
	width:				150px;
}
#banner a:hover, #banner a.active {
	color: 				#62B2FE;
}

#maintopic a {
    color: 				blue;
}

/* Seitenmenü links */
#topic {
	width: 				200px;
	background-color: 	#0167C9;
    margin:         	25px 0px 250px 0px;
    float: 				left;
}
#topic a {
	display: 			block;
	color: 				#ffffff;
	text-decoration: 	none;
	border-bottom: 		1px solid #62B2FE;
	padding: 			0px;
	margin: 			3px 20px 3px 20px;
	text-transform: 	uppercase;
	font-size: 			10px;
}

#topic p {
	text-align: 		center;
}

#topic p a {
	border-bottom: 		none !important;	
}

#topic a:hover, #topic a.active {
	color: 				#62B2FE;
}

#topic h1 {
	padding: 			9px 20px 9px 20px;
	background-color: 	#01407E;
	font-size: 			100%;
	font-weight: 		bold;
	color: 				#ffffff;
	letter-spacing: 	1px;
	text-transform: 	uppercase;
	margin: 			0px;
}



/* Hauptinhalt der Seite */
#hauptinhalt {
    color:          	blue;
    font-size:      	16px;
	overflow: 			hidden;
	height:				600px;
    margin:         	20px 0px 0px 220px;
    padding:        	5px 5px 5px 5px;
}

#hauptinhalt h1 {
	font-size:			20px;
}

#hauptinhalt li{
	font-size:			16px;
}

#hauptinhalt a {
	color:				#0047ff;
}

#hauptinhalt a :link {
	color:				#01407E;
}

#hauptinhalt a:hover{
	color:				#01407E;
}

#fussleiste {
  background-color: 	#0167C9;
  color:            	#efe5d0;
  padding:          	5px;
  font-size:        	90%;
  clear:            	both;
 }
 #fussleiste a:link { 
	color:				#efe5d0;
 }
 
 #fussleiste a:hover, #fussleiste a.active {
	color: 				#62B2FE;
}

 .fussnote {
	font-size:			60%;
	vertical-align:		top;
 }
 
 .fussnotetext {
	font-size:			60%;
 }
 
 .InfoTitel {
	font-size:			110%;
	font-weight:		bold;
	margin-top:			50px;
 }
