/*
	* SVN FILE: $Id: print.css 144 2009-11-06 14:31:44Z david $ *
	* Project Name : FBPF für GF2 Gymnasium Lorch
	*
	* @author $Author: david $
	* @version $Revision: 144 $
	* @lastrevision $Date: 2009-11-06 15:31:44 +0100 (Fr, 06 Nov 2009) $
*/
	body{
            color: rgb(0, 0, 0);
            background-color: white;
        }

        div#ustop {
            color: white;
            font-size: 3em;
            text-align: center;
        }

        ul#nav {
            display:none;
        }

        div#submenu {
            display:none;
        }
        div#subsubmenu {
            display:none;
        }

        div#menuliste {
            display:none;
        }

        div#debug{
            display:none;
        }

	div#seite{
		text-align:center;
	}
	
	div#seite hr {
            width: 500px;
            background-color: blue;
            height: 3px;
        }
	
	div#seite h1 {
                margin-top: 0em;
                padding: 4px;
                /*border: 1px dotted blue;*/
                text-align: center;
		color: blue;
        }
        
	.ergtab table {
		border-spacing:0px 0px;
                border: 1px solid;
	}

	.ergtab th { 
		background: rgb(120,120,120);
		color:#ffffff;
		padding: 0.2em 0.5em;
	}
	
	.ergtab td { 
		background: rgb(255,255,255);
		padding: 0.2em 0.5em;
                border: 1px solid;
	}

	.error{
                display:none;
                margin: 2px 2em 2px 2em;
                padding: 1px;
		background-color:rgb(255,0,0);
		text-align:center;
		color: white;
	}
	
	.info{
                display:none;
                margin: 2px 2em 2px 2em;
                padding: 1px;
		background-color:rgb(255,255,0);
		text-align:center;
		color: green;
	}
        
       
        .beschreibung {
                display:none;
                margin:auto; /*0px 2em 0px 2em;*/
                font-family:"Arial", Verdana;
                font-size:16px;
                font-weight: 800;
                text-align: center;
                margin: 1em 2em 1em 2em ;
                padding: 5px;
                line-height:22px;
                border: solid 1px #0000ff;
                background-color: rgb(230,230,230);
        }
        h3.beschreibung {
                display:none;
                color: green;
                font-family:"Arial", Verdana;
                font-size:18px;
                font-weight: 200;
                text-align: center;
                margin: 1em 2em 1em 2em ;
                padding: 5px;
                line-height:25px;
                border: solid 1px #0000ff;
                background-color: rgb(230,230,230);
        }

        div#copyright {
                display:none;
                margin: 5px 0.5em 0px 0.5em;
                border: 1px dotted blue;
                background-color:rgb(80,80,255);
        }

        div#dauer, form#lehrerauswahl, form#sortierung, div#navigation {
                display:none;
        } 

	a{
                text-decoration: none;
                color: black;
        }