/* Allgemein */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-size: 10pt;
    padding: 0;
    margin: 10px;
    overflow-x:hidden;
}


table, tr, td {
    font-size:10pt;
    /* inherit funktioniert im IE aus irgendwelchen Gr&uuml;nden nicht*/
}

h1 {
    font-size: 13pt;
    background-color:;
    padding: 6px;
    color:#081c57;
  
}
h2,h1 {
    background-image:url(http://www.mentoringprogramm-konstanz.de/Bilder/logo3.gif);
    background-repeat:no-repeat;
    background-position:middle;
    padding-left:25px !important;
}
h1 img {display:none;}
h2 img {display:none;}

h2 {
    font-size: 11pt;
    margin: 0.8em 0 0.2em 0;
    color: #081c57;
 /*   border-bottom: 1px solid #cccccc;*/
}

h3 {font-size:14px;font-weight:bold;margin:0 0;}

a:link {
    color: #004C9D;     
    text-decoration:none;
}

a:visited {
    color: #004C9D; 
    text-decoration:none;
}

a:hover {
    color: black;
	text-decoration:underline;
}

a.extern{
    padding-right: 13px;     
}

.nobr{
    white-space:nowrap;
}

.center{
    text-align: center;
}

/* Bild von der Uni, sowie Seitenheader */
#identityimage {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

#heading {
    position: absolute;
    z-index: 6;
    top: 10px;
    left: 230px;    
    font-size: 18px;
    font-weight: bold;
    color: black;
}

#heading a {
    color: black;
}

#logo{
    width: 320px; 
    height: 66px;
    position: absolute;
    top: 2px;
    right: 1px;
}

/* Navigationsleiste oben */
#navtop {
    position: absolute;
    width:100%;
    min-width: 800px;
    left: 0px;
    top: 69px;
    z-index: 0;
}

#navtop table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

#navtop table #navtop1 {
    height: 22px;
    color: white;
    background-color: #081c57;
}

#navtop table #navtop2 {
    height: 42px;
    color: white;
    background-color: #dddddd;
}

#navtop table #navtop2 td.selected {
    height: 42px;
    color: white;
    background-color: white;
}

#navtop table #navtop1 a {
    color: white;
}

#navtop table #navtop1 a:hover {
    color: black;
}

#navtop table #navtop2 a {
    color: black;
}

#navtop table #navtop2 a:hover {
    color: #005577; 
}


img{
    border: none; /*Verhindert bei BildLink den blauen Rahmen*/
}


/* Navigation links */
#leftnav {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 137px;
    min-height: 400px;
    width: 219px;
    font-weight: bolder;
    background-color: #fff;
    background-image: url(../images/bg-ment-verlauf.jpg);
    background-repeat:no-repeat;
    padding: 5px 0px;
    z-index: 5;
    min-height:700px;
}

#leftnav ul {
/*  list-style-image: url(../Career%20Service%20Uni%20Konstanz-Dateien/nav_arrow.gif);
x
*/    margin: 0;
list-style-position:inside;
list-style-type:square;
color:#081c57;
font-size:14pt;
    padding-left: 10px;
    margin-left:10px;
    margin-top: 20px;
  /*  background-color: #DEE9EF;*/
}
#leftnav a {font-size:10pt;}
#leftnav ul li {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid #BDBDBD 1px;
}
li.mainlevel_currentleftM {
  background-color:#fff;
}
#leftnav li.selected {
    background-color: white;
}
ul ul {    font-size: 87%;
}
#leftnav ul li ul { 
    list-style-image: url(../Career%20Service%20Uni%20Konstanz-Dateien/nav_arrow.gif);
    list-style-position: outside;
    padding-left: 10px;
    margin-bottom: -5px;
    margin-top: 4px;
    background-color: #DEE9EF;
}

#leftnav ul li ul li {
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 4px;
    padding-right: 0px;
}

#leftnav ul li ul li.selected {
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 4px;
    padding-right: 0px;
    background-color: white;
}


/* Inhalt der Seite */
#content {
    background-color: white;
    margin-top: 150px;
    margin-left: 220px;
    padding: 0px;
    z-index: 5;
}

#content a {
    /*font-size: 12px;*/
    padding-top: 2px;
}

#content #main-page-title h1 {
    font-size: 18pt;    
    color: #005577;
    background-color: white;
    margin-top: 2em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    /* padding: 6px; */
}

#content #main-page-title h2 {
    font-size: 12pt;    
    color: black;
    background-color: white;
    margin-top: 0.1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: 0;
    /* padding: 6px; */
}

#content #main-page-newsbox {
    width:90%;
    margin-top: 0;
    padding: 3px 10px;
    background-color: #F5F5F5;
}
#content li {
	margin-left:25px;
}
#content ul {
    list-style-position: outside;
}

#content #main-page-address {
    margin-top: 5em;
    text-align: center;
    color: #005577;
}

#footer {
    background-color: white;
    margin-top: 20px;
    margin-left: 240px;
    padding: 5px;
    z-index: 5;
} 

#leftnav h3 {
	margin: 0 0 ;
	padding: 0 0;
}
#leftnav p {
	margin: 0 0;
	padding: 0 0;
	font-size:11px;
	font-weight:normal;
}

/* Behebt einen sehr &auml;rgerlichen IE-Bug, der massive Probleme beim Repainting
    von Listen verursacht */
ul {
    position: relative;  
}

 
/*
 * Hide navigation stuff when printing
 */
@media print {
    #identityimage {
        display: none;
    }

    #heading {
        left: 10px;
    }

    #navtop {
        display: none;
    }

    #leftnav {
        display: none;
    }

    #content {  
        margin-left: 10px;
    }
}
table .contentheading {display:none;}
/* a#active_menu {background-color:#fff;} */
iframe {border:0;padding:0;margin:0;}
ul#mainlevel {
  display:block;
  width:100%;
  margin:0 0 0 210px;
  padding:0;
}
ul#mainlevel li {
  display:block;
  float:left;
  margin:0;padding:0;

}
ul#mainlevel li a {
  display:block;
  width:155px;
  border-right:1px solid gray;
  padding:12px 0px;
  text-align:center;
  margin:0px;
  background-color:#cfcfcf;
  color:black;
  font-size:10pt;
  border-bottom:1px solid #9c9c9c;
}
ul#mainlevel li a:hover, ul#mainlevel li a#active_menu, ul#mainlevel a.mainlevel_active
{
  background-color:#F5F5F5;
  border-bottom:0;
  border-top:1px solid #9c9c9c;
}
ul#mainlevel li a:hover {
  background-color:#efefef;
}
#slogan {
  color:#081c57;
  font-size:9pt;
  margin:0;padding:0 0 0 2em;
}
#heading a {color:#081c57;}
#heading {line-height:100%;}