/* CSS Document */

* {
padding: 0;
margin: 0;
}


body {
text-align: center;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-image:none;
color: #000;
}


/* Container */

#container {
position:relative;
padding: 0;
background-color:#fff;
width:80%;
margin: 10px auto;
text-align: left;
}

#kopf {
display:none;
}

#inhalt {
width:100%;
margin:0;
padding: 0;
text-align:left;
background-image:none;
color: #000000;
} 

#text {
width:100%;
margin:0;
padding:0;
background-color: transparent;
color: #000000;
} 

#print {
display:none;
}

#navigation {
display:none;
}

#kreativ_index {
display:none;
}

#navi {
display:none;
} 

#navi1, #navi2, #navi3 {
display:none;
} 

#kreativ {
display:none;
}

#textende {
display:none;
}

#fuss {
display:none;
}


/* Text */


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

#text ul {
font-size: 0.8em;
list-style-type:disc;
list-style-image:none;
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:#333;
}

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

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

#inhalt a, #inhalt a:visited {
color: #000;
text-decoration:underline;
}


#text a, #text a:visited {
border:none;
}


/* Tabellen, Formulare */

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

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

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

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: #ccc;
}


.highlighted {
color: #ccc;
}

.pos_karte {
display:none;
}

.layerDiv {
display:none;
}

.button {
margin-bottom:10px;
border-bottom:1px solid #ccc;
border-top:none;
border-left:none;
border-right:none;
background-color:#fff;
text-decoration:underline;
text-align:left;
color:#000;
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:#eee;
}



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

/* Klassen */

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

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

.invis {
display: none;
}

.seitenanfang, .seitenanfang a {
display:none;
}

.quizmarker_richtig {
background-color:#ccc;
}

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

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

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