/* CSS Document */
body {
background-image:url(images/bg.jpg);
background-repeat:repeat;
}
a visited, link, active {
text-decoration:none;
border:none;
}

#hintergrund {
width:950px;
height:510px;
background-image:url(images/hintergrund.jpg);
background-repeat:no-repeat;
}

#iframe {
border:0px;
margin-top:0px;
margin-left:11px;
float:left;
}

#navigation {
margin-left:11px;
float:left;
}

#link1 {
margin-top:11px;
width:103px;
height:28px;
background-image:url(images/beschreibung.jpg);
background-repeat:no-repeat;

}

#link1:hover {
margin-top:11px;
width:103px;
height:28px;
background-image:url(images/beschreibung_hover.jpg);
background-repeat:no-repeat;

}

#link2 {
margin-top:11px;
width:231px;
height:28px;
background-image:url(images/module.jpg);
background-repeat:no-repeat;

}

#link2:hover {
margin-top:11px;
width:231px;
height:28px;
background-image:url(images/module_hover.jpg);
background-repeat:no-repeat;

}

#link3 {
margin-top:11px;
width:80px;
height:28px;
background-image:url(images/dozenten.jpg);
background-repeat:no-repeat;

}

#link3:hover {
margin-top:11px;
width:80px;
height:28px;
background-image:url(images/dozenten_hover.jpg);
background-repeat:no-repeat;

}


#link4 {
margin-top:11px;
width:188px;
height:28px;
background-image:url(images/allgemeine.jpg);
background-repeat:no-repeat;
}

#link4:hover {
margin-top:11px;
width:188px;
height:28px;
background-image:url(images/allgemeine_hover.jpg);
background-repeat:no-repeat;
}

#link5 {
margin-top:11px;
width:88px;
height:28px;
background-image:url(images/anmeldung.jpg);
background-repeat:no-repeat;
}

#link5:hover {
margin-top:11px;
width:88px;
height:28px;
background-image:url(images/anmeldung_hover.jpg);
background-repeat:no-repeat;
}

#twm {
width:248px;
height:510px;
background-repeat:no-repeat;
float:right;
margin-right:0px;
margin-top:0px;
}



