/* Start of CMSMS style sheet 'startseite' */
* {
margin: 0;
padding: 0;

}

body {
font: normal 62.5% arial, verdana, sans-serif;
background: url(img/packpapier01.jpg);
text-align: center;
}

#wrapper {
width: 960px;
margin: 40px auto;
font-size: 1.4em;
line-height: 1.5;
}
#stempel {
background: url(img/bg_stempel02.gif) no-repeat 90% 10%;
height: 250px;
border: 1px solid transparent; /* ohne border verrutscht stempel */
}

h1 {
font: bold 2.2em arial, sans-serif;
letter-spacing: 0.09em;
margin: 120px 0 30px 0;
}
h2 {
font: bold 2.1em arial, sans-serif;
letter-spacing: 0.08em;
margin: 0px 0 40px 0;
}
#bildnav  {
width: 930px;
height: 260px; /* abstand zur h2 */
margin: auto;
text-align: center;
font: normal 1.1em arial, sans-serif;
}
#bildnav ul li img {
width: 150px;
}
#bildnav ul {
list-style-type: none;
width: 920px;
text-align: center;

}
#bildnav ul li {
width: 150px;
height: 113px;
border: 1px solid #FFF28A;
float: left;
}
#bildnav ul li a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
#bildnav ul li a span {
padding-top: 16px;
display: block;
}

#bildnav ul li a.profil {
background-color: #FAA90F;
}
#bildnav ul li a.profil:hover {
background-color: #FBB535;
color: #333;
}
#bildnav ul li a.fortbildungen {
background-color: #DA4E03;
color: #FDEB7B;
}
#bildnav ul li a.fortbildungen:hover {
background-color: #BA4203;
}
#bildnav ul li a.fortbildungen_schule {
background: #008080;
color: #FDEB7B;
}
#bildnav ul li a.fortbildungen_schule:hover {
background: #006868;
color: #FDEB7B;
}
#bildnav ul li a.fachberatung {
background: #2A495D;
color: #FDEB7B;
}
#bildnav ul li a.fachberatung:hover {
background: #3F5B6D;
color: #FDEB7B;
}
#bildnav ul li a.raumgestaltung {
background: #F6DD3A;
}
#bildnav ul li a.raumgestaltung:hover {
background: #E1C935;
}
#bildnav ul li a.publikationen {
background: #A1DF26;
}
#bildnav ul li a.publikationen:hover {
background: #90C922;
}
#bildnav ul li a.geheimfach {
background: #B22222;
color: #FDEB7B;
}
#bildnav ul li a.geheimfach:hover {
background: #931C1C;
color: #FDEB7B;
}
#bildnav ul li a.vernetzung {
background: #37649D;
color: #FDEB7B;
}
#bildnav ul li a.vernetzung:hover {
background: #305789;
color: #FDEB7B;
}
#bildnav ul li a.downloads {
background: #E00003;
color: #FDEB7B;
}
#bildnav ul li a.downloads:hover {
background: #C60003;
color: #FDEB7B;
}
#bildnav ul li a.impressum {
background: #09561E;
color: #FDEB7B;
}
#bildnav ul li a.impressum:hover {
background: #246937;
color: #FDEB7B;
}



a:link {
text-decoration: underline;
color: #000;
}
a:visited {
text-decoration: underline;
color: #000;
}
a:focus {
text-decoration: underline;
color: #000;
}
a:hover{
text-decoration: none;
color: #000;
}
a:active {
text-decoration: underline;
color: #000;
}




/* End of 'startseite' */

