/* Content */

    body
    {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ffffff;

        color: #000000;
    }

    h1
    {
        margin-top: 0em;
        color: #7D9AAA;
        font-size: 1.2em;
    }

    h2
    {
        margin-top: 2em;
        color: #7D9AAA;
        font-size: 1.1em;
    }

    h3
    {
	    color: #7D9AAA;
        font-size: 1em;

    }

    ul
    {
    	list-style-type: square;
    	list-style-position: outside;
    }

    ol
    {
    	list-style-type: decimal;
    	list-style-position: outside;
    }
    un
    {
        font-size: 0.8em;
    }


/* Bereiche*/

    #unilogo
    {
        position: absolute;
        right: 1em;
        top: 1em;
        width: 20em;
        height: 5em;

        background-image: url(unilogo.jpg);
        background-repeat: no-repeat;
    }
	#link_startseite
	{
	padding-top:4em;
	padding-left:1em;
	}
    #inhalt
    {
		position: absolute;
		top: 20em;
		left: 14em;
		width: 40em;

        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.85em;
    }

    #sprachen
    {
        position: absolute;
        left: 1em;
        top: 1em;
    }


/* Leiste */

    #leiste
    {
		position: absolute;
		top: 6em;
		left: 0em;
		width: 100%;

		background-color: #D8E1E5;
    }

    #titelzeile
    {
		padding: 0.5em 0.5em 0.5em 2em;

		background-color: #7D9AAA;
        font-size:0.85em;
        font-weight: bold;
		color: #ffffff;
    }

    #headlogo
    {
        height: 5em;
        width: 100%;
    }

    #nav1
    {
		padding: 0.5em 0.5em 0.5em 2em;

		background-color: #7D9AAA;
		font-size: 0.85em;
		color: #ffffff;
    }

    #nav1 a
    {
		color: #ffffff;
		text-decoration: none;
    }


/* Navigation links */

    #logo_zawiw
    {
		position: absolute;
		top: 17em;
		left: 1.7em;
        width: 10em;
        height: 3.5em;
    }

    #logo_elill
    {
		position: absolute;
		top: 45em;
		left: 2em;
        width: 10em;
        height: 3.5em;

        font-size: 0.85em;
    }

    #nav_left
    {
		position: absolute;
		top: 24em;
		left: 2em;
		width: 11em;

		font-size: 0.85em;
    }

    .navzeile
    {
		margin-bottom: 0.3em;
    }

    .navzeile_current
    {
		position: relative;
		left: -1em;

		border-left: 0.1em solid #43525b;
		padding-left: 0.9em;

		margin-bottom: 0.3em;
    }

    .navzeile_back
    {

    }

    .navtext_gesperrt
    {

    }

    a.navlink
    {
		text-decoration: none;
		color: #43525b;
    }

    a:visited.navlink
    {
    }

    a:hover.navlink
    {
		text-decoration: underline;
		color: #7D9AAA;
		/* Linker Rand bei Hover funktioniert nicht -> Balken entfernt "12.09. Sebastian Mattes"

		position: relative;
		    left: -1em;
		border-left: 0.1em solid #7D9AAA;
		padding-left: 0.9em; */
    }

    a:active.navlink
    {

    }



/* Logos */

    #logos
    {
		position: absolute;
		top: 17.5em;
		left: 50em;
		width: 10em;
    }

    #logo_asko
    {
        width: 100%;
        height: 3em;
    }

	#logo_mfg
    {
        width: 100%;
        height: 3em;
    }

	#logo_ms
    {
        width: 100%;
        height: 3em;
		background: white;
    }

	#logo_bawue
    {
        width: 100%;
        height: 5.5em;
    }

    #logo_learning
    {
        width: 100%;
        height: 2.5em;
    }

    #logo_bird
    {
        width: 100%;
        height: 3.5em;
    }

    #logo_unter
    {
        width: 100%;
        height: 1.7em;
        font-size: 0.85em;
    }

    #logo_ileu
    {
        width:100%;
        height: 2.7em;
    }

    #logo_vile
    {
        width: 100%;
        height: 3.5em;
    }

    #logo_foerder
    {
        width: 100%;
        height: 3em;
        font-size: 0.85em;
    }

    #logo_bmbf
    {
        width: 100%;
        height: 5.3em;
    }

    #logo_uug
    {
        width: 100%;
        height: 4.2em;
    }


/* Links */

    a
    {
		text-decoration: none;
		color: #7D9AAA;
    }

    a:link
    {

    }

    a:visited
    {

    }

    a:hover
    {
		text-decoration: underline;
		color: #000000;
    }

    a:active
    {

    }

    a img
    {
    	border: none;
    }

/* Bilder der Vorstellungen */
img.vorstimg{
margin-top:1.2em;
}

/* Programm Tabelle */
td.progtd{
	background-color:#92bfeb;
	border:1px solid black;
}
table.progtable{
	border-collapse:collapse;
}

