/*CSS nur Eingangsseite index*/
#page  {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #999;
position : absolute;
width : 806px;
height : 580px;
top : 2px;
left : 50%;
position : absolute;
z-index : 1;
margin-left : -403px;
background-color: #fff;
}
/*Layer Sprache*/
#sprachen {
	position:absolute;
	width:230px;
	height:20px;
	z-index:2;
	left: 2px;
	top: 0px;
}
#navSmall {
	position:absolute;
	width:540px;
	height:30px;
	z-index:10;
	left: 270px;
	top: 0px;
	overflow: visible;
}

#linefirst {
	position:absolute;
	width:800px;
	height:1px;
	z-index:4;
	left: 5px;
	top: 28px;
}
#suche {
	position:absolute;
	width:300px;
	height:16px;
	z-index:5;
	left: 505px;
	top: 139px;
}
#suche .textsuche {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 2px;
}

#suche .feldsuche {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 120px;
	height:14px;
	border: 1px solid #CCC;
}

#suche .buttongo {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #CCC;
	background:#FFFFFF;
	cursor: pointer;
	width: 23px;
	text-align: center;
	height: 18px;
	padding-left: 2px;
	margin-top: 1px;
}

#logo {
	position:absolute;
	width:85px;
	height:86px;
	z-index:7;
	left: 5px;
	top: 40px;
	background-image: url(../images/home/logoNovex.gif);
}
#globalNav {
	position:absolute;
	width:600px;
	height:30px;
	z-index:11;
	left: 0px;
	top: 137px;
}

#secondline {
	position:absolute;
	width:800px;
	height:1px;
	z-index:8;
	left: 5px;
	top: 160px;
	background-image: url(../images/home/line800.gif);
}

#indexcenter {
	position:absolute;
	width:805px;
	height:370px;
	z-index:9;
	left: 5px;
	top: 165px;
}
#fusszeileIndex {
	position:absolute;
	width:800px;
	height:30px;
	z-index:8;
	left: 5px;
	top: 560px;
}

#mblsystembuero {
	position:absolute;
	width:140px;
	height:280px;
	z-index:1;
	left: 16px;
	top: 172px;
}
#mblsystemschule {
	position:absolute;
	width:140px;
	height:280px;
	z-index:2;
	left: 154px;
	top: 172px;
}

#news {
	position:absolute;
	width:200px;
	height:160px;
	z-index:3;
	left: 620px;
	top: 170px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#news ul {
	font: normal 11px Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	width: 160px;
	margin-bottom: 3px;
	list-style-image: url(../images/pfeil_re.gif);
	margin: 0px;
	padding-left: 15px;
	vertical-align: top;
	} 

#news li {
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 155px;
	margin-bottom: 3px;
	list-style-image: url(../images/pfeil_re.gif);
	color: #FFFFFF;
	} 
	
#news li a:link {
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 155px;
	color: #fff;
	text-decoration: none;
	}
	
#news li a:visited {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
  	}
	
#news li a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
}
#news li a:active {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

/*kleiner NavLink fuer Suche*/

.gtlink {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
}

a.gtlink, a.gtlink:active, a.gtlink:visited{
	color: #cccccc;
	text-decoration: none;
}

a.gtlink:hover{
	color: #000000;
	text-decoration: none;
}
.textsmallblack {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
.line{
	background: url(../images/home/line800.gif) no-repeat;
	width: 800px;
	height: 1px;
}
