﻿/* ---------- Body, Ueberschriften, Links -------------- */

body {
background-color: #001800;
font-size: 0.8em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#daffdd;
padding:0px;
margin:0px;
}

a {color: #009c28; text-decoration : underline;}
a:visited {color:#009c28; text-decoration : none;}
a:hover {color: #2dff63; text-decoration : none;}
a:active { color:#2dff63;}

h1, h2, h3, h4 {
font-weight: bold;
padding: 5px 10px;
margin:0px;}

#content h1, h2, h3, h4 {
background-color : #fff;
margin-top : 14px;
margin-bottom : 7px;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ddd;
}



h1 { font-size:1.6em; }

h2 { font-size:1.3em; }

h3 { font-size : 1.1em; }

img.download {vertical-align:middle;}

/* ----------Wrapper, zentriert Layout -------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #001800;
}

/* ---------- Kopf: Logo, Spruch-------------- */
#logobereich {
	text-align : center;
	color : #fff;
	margin-bottom : 10px;
width : 100%;
}

#logobild {
width : 600px;
	margin-left:auto;
	margin-right:auto;
	}
#logobild img {
	border : 0px;
	}

#logobereich h1
{
	font-size: 1.1em;
	font-weight:normal;

}

/* ---------------- Content ------------------- */
#content {
background-color: #daffdd;
padding: 0px;
margin-left: 300px;
margin-right: 0px;
border : 1px solid #004612;
color : #001800;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content table {
font-size : 11px;
margin : auto;
        border-color : #2fa139;
	border-bottom-style : groove;
	border-bottom-width : 3px;
	border-right-style : groove;
	border-right-width : 3px;      
        border-top : 0px;
        border-left : 0px;
        border-collapse: separate;
        border-spacing: 7px 5px;

}
#content th {
	font-size : 11px;
        border : 0px;
	background-color : #2fa139;
	color : #fff;
	font-weight : bold;
	padding : 2px 3px 4px 5px;

}
#content td {
    border : 0px;
    background-color : white;
	padding : 2px 3px 2px 5px;
}

p {
padding: 5px 10px;
margin-top : 0px;
margin-bottom : 0px;
}

#content .zentriert {
text-align : center;
}

#content img {
border : 1px solid #2fa139;
padding : 3px;
margin : 6px auto;
display : block;
}




div.divider {
	margin: 2em 0;
	text-align: center;
}

#breadcrumb {
	margin : 5px 1px 0px 10px;
	font-size : 0.7em;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}


.schueler {
background : #fff;
border : 1px solid #aaa;
background-image : url('http://www.informatikzentrale.de/pix/button-unterrichtsaktivitaet2.png');
background-repeat : no-repeat;
background-position : 5px 0px;
padding-top : 30px;
padding-left : 20px;
margin : 5px 20px 5px 20px;
font-size : 0.9em;
}

.slide {
width : 90%;
height : 375px;
border : 10px solid #3b8036;
margin : auto;
padding : 2px;
}


/* -------------- Definitionslisten ----------- */

#content dl {
    margin: 0px 10px 0px 7px;
    margin-top : 0px;
    margin-bottom : 0px;
    padding : 3px;
    border-top : 1px solid #2fa139;
    border-bottom : 1px solid #2fa139;
    background-color : #f2f2f2;
}

#content dt {
    font-weight : bold;
    color : #004612;
}
#content dd {
    margin-bottom : 8px; 
}


/* --------------Linke Spalte, Navigation------------- */
/* siehe style 'navigation' */
/* --------------- Footer  --------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center;
font-size : 0.8em;
padding-left : 40px;
padding-top : 8px;}





/* --------------- Bereich UeBUNGEN  --------------------------- */




#uebungen, #uebungsfirma {
font-family : 'Courier New', Courier, monospace; 
margin : 20px 20px 20px 20px;
border-top : 1px solid #6d6d6d;
border-left : 1px solid #6d6d6d;
border-right : 1px solid #bababa;
border-bottom : 1px solid #bababa;
padding : 4px;
background-repeat : no-repeat;
}

#uebungen {
background : #f3f3f3;
}
#uebungsfirma {
background : #fff8cf;
}
#uebungsfirma h1 {
margin : 0px;
padding : 0px;
color : green;
background : #fff8cf;
height : 65px;
border : none;
background-image : url('http://www.informatikzentrale.de/_pix-site/button-uebungsfirma.png');
background-repeat : no-repeat;
background-position : 80px 10px;
padding : 2px 2px 2px 2px;
text-align : center;
margin-bottom : 3px;
}

#uebungen h1, #uebungen h2 {
margin : 0px;
padding : 0px;
color : green;
background : #f3f3f3;
height : 65px;
border : none;
}

#uebungen h1 {
background-image : url('http://www.informatikzentrale.de/_pix-site/button-uebungen.png');
background-repeat : no-repeat;
background-position : 200px 10px;
color : #001800;
padding : 2px 2px 2px 2px;
text-align : center;
margin-bottom : 3px;
}

#uebungen h1 span {
display : none;
}
#uebungsfirma h1 span {
display : none;
}






