/* CSS Document */

* {
padding: 0;
margin: 0;
}


body {
text-align: center;
font-family: Arial, Verdana, Helvetica, sans-serif;
background: url(../images/hintergrund_gruen.gif);
color: #000;
}


/* Container */

#container {
position:relative;
max-width:65em;
min-width:900px;
_width:850px;
padding: 0;
background-color:#EEEEEE;
margin: 10px auto;
text-align: left;
}

#kopf {
height: 110px;
width: 100%;
color: #000000;
text-align: left;
}

#inhalt {
margin-right:200px;
margin-top: 2px; 
margin-bottom: 20px;
margin-left: 0px;
padding: 0;
text-align:left;
background: #ffffff url(../images/inhalt_oben.gif) 100% 0% no-repeat;
color: #000000;
} 

#text {
_height:600px;
min-height:600px;
margin-left:250px;
padding-top: 18px;
background-color: transparent;
color: #000000;
} 

#print {
float:right;
margin-right:10px;
}

#print img {
border:none;
}

#navigation {
width: 200px;
float: left;
}

.schirmherrschaft{
margin:15px 10px 10px 15px;
font-size:0.8em;
color:#666666;
}

.schirmherrschaft h3 {
color:#999999;
font-weight:bold;
font-size:1em;
padding-bottom:5px;
}


#kreativ_index {
width: 200px;
margin-left: 5px;
margin-top: 15px;
padding-top: 3px;
font-size: 0.7em;
color: #6633CC;

}

#navi {
width: 200px;
height: 100px;
margin-left: 5px;
margin-top: 15px;
padding-top: 3px;
} 

#navi1, #navi2, #navi3 {
width: 200px;
height: 100px;
margin-left: 5px;
margin-top: 15px;
padding-top: 10px;
} 


#navi {
background: transparent url(../images/navi.gif) no-repeat; 
}

#navi1 {
background: transparent url(../images/navi1.gif) no-repeat; 
}

#navi2 {
background: transparent url(../images/navi2.gif) no-repeat;
}  

#navi3 {
background: transparent url(../images/navi3.gif) no-repeat;
}  

#kreativ {
position: absolute;
top: 120px;
right: 20px;
width: 160px;
background-color: transparent;
font-size: 0.7em;
color: #6633CC;
}



#textende {
clear:both;
background: url(../images/inhalt_unten.gif) bottom right no-repeat;
width: 100%;
height: 20px;
text-align: right;
}

#textende a {
padding-right:10px;
}

#fuss {
height: 25px;
/* background: transparent url(../images/fuss.gif) no-repeat; */
}


/* Text */

#kopf p {
font-size:0.7em;
padding-left: 370px;
}

#kopf a, #kopf a:hover, #kopf a:active, #kopf a:visited {
text-decoration: none;
color:#000000;
}

#text p {
font-size: 0.8em;
margin: 15px 10px 10px 0px;
}

#text ul {
font-size: 0.8em;
list-style-image: url(../images/DataIcon.gif);
margin: 1em 1em 1em 3em;
}

/* #text ul li {
padding: 0.5em 0;
margin: 0.5em 0 0 3em;
}*/

#text h1 {
font-size: 1em;
font-weight: bold;
margin: 0 10px 10px 0px;
color:#6633CC;
}

#text h2 {
font-size: 0.9em;
font-weight: bold;
margin: 15px 10px 10px 0px;
color: #669900;
}

#text h3 {
font-size: 0.8em;
font-weight: bold;
margin: 15px 10px 5px 0px;
color: #6633cc;
}

#inhalt a, #inhalt a:visited {
color: #6633CC;
text-decoration:none;
}

#kreativ a, #kreativ a:visited {
color: #6633CC;
text-decoration:underline;
} 

#text a, #text a:visited {
border-bottom:1px solid #63c;
}

#text a:hover, #text a:active, #text a:focus, #kreativ a:hover, #kreativ a:active, #kreativ a:focus {
color: #000;
background: #99E500;
}

#text a.img {
border-bottom:none;
}



/* Tabellen, Formulare */

#klammer-top {
margin-top:20px;
height:10px;
border-top:1px solid #FF9900;
border-left:1px solid #FF9900;
border-right:1px solid #FF9900;
}

#klammer-bottom {
height:10px;
border-bottom:1px solid #FF9900;
border-left:1px solid #FF9900;
border-right:1px solid #FF9900;
}

fieldset {
padding:1em;
margin-bottom:1.5em;
vertical-align:top;
border:1px solid #ddeefe;
}

legend {
color:#666;
background-color:#ddeefe;
padding:2px;
font-size:0.9em;
}

select, input {
border:1px solid #69c;
}

input[type=radio], input[type=checkbox], input.radio, input.checkbox, label {
margin-top:8px;
}

input[type=text], input.text {
height:1.2em;
}

label, select, input[type=checkbox], input[type=radio], 
input[type=button], input[type=submit] {
cursor:pointer;
cursor:hand;
}

input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover {
color: #000;
background: #99E500;
}


.highlighted {
color: #36f;
}

.button {
margin-bottom:10px;
border-bottom:1px solid #63c;
border-top:none;
border-left:none;
border-right:none;
background-color:#fff;
text-decoration:underline;
text-align:left;
color:#63c;
cursor:hand;
cursor:pointer;
}

table {
	margin:0 0 20px 0;
	border:none;
	font-size:0.8em;
	}
	
td h2 {
font-size:1.2em;
}
	
td {
	border: 1px solid #ccc;
	border-collapse:collapse;
	padding: 4px 6px;
}

th {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	padding: 4px;
	border: 1px solid #ccc;
	border-collapse:collapse;
	text-align:left;
	background-color:#ddeefe;
}


#navi1 p, #navi2 p, #navi3 p {
margin: 15px 5px 10px 10px;
color: #999;
font-size:0.9em;
font-weight:bold;
}

#navi1 a, #navi1 a:visited, #navi2 a, #navi2 a:visited, #navi3 a, #navi3 a:visited {
font-weight: bold;
text-decoration: none;
color: #6633CC;
}



#navi p {
margin: 5px 5px 10px 10px;
color: #999;
font-size:0.9em;
font-weight:bold;
} 

#navi a, #navi a:visited {
font-weight: bold;
text-decoration: none;
color: #6633CC;
}



#kreativ h2, #kreativ_index h2 {
font-size: 1em;
font-weight: bold;
margin: 5px 0;
}

#kreativ p {
margin: 5px 0;
}

#kreativ_index p {
margin: 5px 10px;
}

#kreativ ul, #kreativ_index ul {
list-style-type:circle;
}


#fuss p {
font-size: 0.8em;
color: #FFFFFF;
margin: 3px 5px;
}

.klein {
font-size:0.7em;
color:#999999;
}
.klein a {
color:#999999;
}

/* Klassen */


img {
border:none;
}

.rechts {
float: right;
margin: 5px;
}

.links {
float:left;
margin: 3px 8px 3px 3px;
}

.invis {
display: none;
}

.seitenanfang, .seitenanfang a {
font-size: 0.8em;
font-weight: bold;
color: #6633cc;
}

.quizmarker_richtig {
background-color:#CCFF00;
}

.quizmarker_falsch {
text-align: center; 
color:#FF6600; 
font-weight:bold
}

.marker {
color:#63c;
font-weight:bold;
}

fieldset {
margin:5px;
padding:5px;
}