
/* Bei folgenden die Margins immer 1px weniger als die width setzen,
   da sonst u.U. der 'footer' nicht nach unten gedrueckt wird! */
#links {
display:none;
}

#rechts {
display:none;
}
/* ===== Ende der 'Hacks' und 'Hilfscontainer' ===== */

/* Alle margins und paddings auf '0' setzen */
* {
margin: 0;
padding: 0;
}

p, li {
font-size: 71%;
line-height: 120%;
}

a {
text-decoration: none;
}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
background-color: #EFEFEF;
color: #000;
vertical-align:top;
}


#header {
display:none;
}

#content {
/*position: relative;*/
text-align: left;
}

#footer {
display:none;
}
/* ========================= */
#header h1 {
color: #DDDDDD;
padding-right: 50px;
padding-left: 50px;
padding-top: 25px;
font-size: 100%;
font-weight: bold;
}

#topmenu {
display:none;
}

#standard_menu {
display:none;
}

#haupt_menu {
display:none;
}

#service {
display:none;
}

#text {
padding-top: 20px;
}

#logo_stud {
padding-left: 5px;
}

#text h1 {
color: #94459A;
font-size: 91%;
font-weight: bold;
padding-bottom: 5px;
}

#text h2 {
font-size: 81%;
font-weight: bold;
}

tr.1 {
background-color: white;
}
tbale.kuf_alumnijobs_single {
font-size: 81%;
}

td.title {
font-weight: bold;
font-size: 81%;
}
/* sonstiges */
.invis, hr {
display: none;
}
img {
border: 0 none;
}

