.topbar {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  overflow: visible;
}
.topbarcontent {
	text-align:right;
	margin-top:10px;
	color: gray;
	font-size:16px;
	float:right;
}
.topbar .fill {
	height: 100px; /*40px*/
	background-color: #ffffff;
	background-repeat: repeat-x;
	/*background-image: url(http://www.schulkreis.de/images/bg_topbar.png);*/
	color:gray;
}
.topnavi {
	position: absolute;
/*	background-color:#feffaf;	*/
	background-color:#ffffff;	
	text-align:left;
	background-repeat: repeat-x;
	color: #000000;
	background-image: url(http://www.schulkreis.de/images/bg_topnavi.png);
	left: 0;
	right: 0;
	top: 0;
	height:50px;
	z-index: 4000;
	font-size:14px;
}
.divlogoimage {
	float:left;
	width:400px;
	position: relative;
	text-align:left;
	right: 0;
	top: 30px;
	z-index: 2000;
}
.undertop {
	position: absolute;
	background-repeat: repeat-x;
	color: #000000;
	background-image: url(http://www.schulkreis.de/images/bg_undertop.png);
	left: 0;
	right: 0;
	top: 100px; /*100px*/
	height:275px;
	z-index: 4000;
	font-size:14px;
	border-bottom: solid 1px gray;
}
.undertopNotIndex {
	position: absolute;
	background-repeat: repeat-x;
	color: #000000;
	background-image: url(http://www.schulkreis.de/images/bg_undertop2.png);
	left: 0;
	right: 0;
	top: 100px;
	height:200px;
	z-index: 4000;
	font-size:14px;
	border-bottom: solid 1px gray;
}
.divmainimage {
	float:right;
	position: relative;
	text-align:right;
	right: 0;
	top: 2px;
	z-index: 1000;
}
.mainimage {
	width: 450px;
	height:270px;
	border: solid 1px gray;
}
.introbox {
	position: relative;
/*	width: 210px;
	height: 350px;*/
	margin-right: 20px;
	float: left;
	border: solid 1px gray;
	font-size:14px;
	background-image: url(http://www.schulkreis.de/images/bg_undertop.png);
	background-repeat: repeat-x;
}
.introbox h1 {
	font-size:18px;
	color: #465353;
}
.introheadline {
	font-size:16px;
	padding-bottom:10px;
	color: #465353;
}

.bottombar {
	position: relative;
	background-repeat: repeat-x;
	border-top: solid 1px gray;
	color: #000000;
	background-image: url(http://www.schulkreis.de/images/bg_bottombar.png);
	background-color:orange;
	left: 0;
	right: 0;
	top: 30px;
	height:120px;
	z-index: 4000;
	font-size:14px;
}
.LehrerListeZeile {
	height: 100px;
	border-bottom: solid 1px gray;
}
a {
	outline: none;
	font-style: italic;
	color: black;
	font-weight: bold;
}
.bottombar a {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
}
.content {
	position:relative;
	width: 940px;
	margin: 0px auto;
	margin-bottom: 18px;
	/*background-color: #b7e7e3;*/
}
.content a {
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
}
.topbar a {
	color: #fec900;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.button {
	height:20px;
	padding-top:4px;
	font-size:12px;
	font-style:normal;
	color:#000000;
	border: solid 1px #a0c4c4;
	background-image: url(http://www.schulkreis.de/images/bg_button.png);
	background-repeat: repeat-x;
	text-align:center;
}
.button a {
	margin-top:4px;
	font-size:12px;
	font-style:normal;
	color:#000000;
}
.BoxFooterLink {
	float:left;
	font-style:normal;
	font-size:11px;
	width:180px;
	margin-right:20px;
}


div#DivMain {
	width:1000px;
}
div#DivMainHeader {
  width:1000px;
	clear: both;
  padding:0px;/*abstand*/
	margin-left:20px;/*abstand vom linken seitenrand*/
}

div#DivMainMiddle {
	position: relative;
	top:375px;
	left:
	/*margin-left:210px;/*abstand vom linken seitenrand*/
	width:620px;/*summe mit margin-left sollte 800+margin ergeben*/
}
div#DivMainFooter {
  width:940px;/*summe mit margin-left sollte 800+margin ergeben*/
  clear: both;
	/*margin-left:210px;/*abstand vom linken seitenrand*/
}
div#DivMainMiddleLeft {
	position:relative;
	float:left;
	margin:0px;
	width:180px;
	/*height:23em;*/
	background-color:#e7e7e7;
	border: solid 1px gray;
	padding:5px;
	padding-top:0px;
	vertical-align:top;
}
div#DivMainMiddleLeftText {
	padding:5px;
}
div#DivMainMiddleRight {
	float:right;
	margin:0px;
	width:290px;
	height:23em;
	background-color:#e7e7e7;
	border: solid 2px #c6c7cf;
	padding:0px;
	vertical-align:top;
}
div#DivMainMiddleRightText {
	padding:5px;
}
div#DivPayserviceLeft {
	width:50%;
	vertical-align:top;
	float:left;
	padding:5px;
}
div#DivPayserviceRight {
	width:45%;
	vertical-align:top;
	float:right;
	border:solid 1px #008000;
	background-color:#CCFF99;
	padding:5px;
}
div#DivPayserviceMain {
	vertical-align:top;
}
body { 
	color:#000000;
	background-color:#ffffff;
	/*background-image:url("../images/bg-schulkreis.gif");*/
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
  margin: 0px;
  padding: 0px;
}

a:link { 
	color:#0000cc;
	text-decoration:none;
}
a:visited {
	color:#0000cc;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	text-decoration:none;
}
a:active {
	color:#cc0000;
}
p {
	margin:0px;
	padding:0px;
}
li {
	margin-left:10px;
}

td {
	font-size:12px;
	font-weight:normal;
}
img {
	border:0px;
}
.Navi {
	/*position:relative;*/
	width:150px;
	/*margin-left:20px;*/
	margin-top:5px;
	padding:5px;
	vertical-align:top;
	background-color:#e7e7e7;
	border: solid 1px #c6c7cf;
	text-align:left;
	font-size:12px;
	}
.TitelUeberschrift0 {
	font-weight:bold;
	text-align:center;
}
.TitelUeberschrift1 {
	font-size:16px;
	font-weight:bold;
}
.TitelUeberschrift2 {
	font-size:14px;
	text-decoration:none;
}
.NormalText {
	font-size:12px;
	text-decoration:none;
}
.IndexTopic {
	border:2px solid #c6c7cf;
	padding:5px;
	vertical-align:top;
}
.TopicBody {
	border:2px solid #c6c7cf;
	padding:5px;
	margin-bottom:10px;
}
.NormalUeberschrift {
	font-size:14px;
	text-decoration:none;
}
.InfoLinkSmall {
	font-size:10px;
	text-decoration:none;
}
.InfoLink {
	font-size:12px;
	text-decoration:none;
}
.ErrorMessage {
	border:solid 1px #CC0033;
	background-color:#f8aa9e;/*ff6699*/
	padding:5px;
}
.GoodMessage {
	vertical-align:top;
	border:solid 1px #008000;
	background-color:#CCFF99;
	padding:5px;
}	
/*Nivo Slider*/
.nivoSlider {
    position:relative;
    /*width:618px; /* Change this to your images width */
    /*height:246px; /* Change this to your images height */
 	width: 450px;
	height: 270px;
    border: solid 1px gray;
    /*background:url(images/loading.gif) no-repeat 50% 50%;*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
/*END Nivo Slider*/


