/*
-----------------------------------------------
projekt: Aufgeraeumt
Autor:   Peter R. Mueller - www.prmueller.de
Version: 18. Dezember 2006
----------------------------------------------- */


body{
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
	background: rgb(255,255,255) url(bilder/linien.gif);
	margin: 0px;
	padding: 30px;
	}

td 	{
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color: rgb(80,80,80);
	}

#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	background: rgb(255,255,255);
	height: 1400px;
	}
	

a:link {
	color: rgb(65,115,175);
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: rgb(95,145,205);
	text-decoration: underline;
	}


.button
{
	border-color: #DCDCDC; 
	border-style: solid;
	border-width: 3px;
	color:white;
	font-family: Verdana, Arial;
	font-size:8pt;
	background-color: #EB9E27;		
}

/*
-----------------------------------------------
Kopfbereich
----------------------------------------------- */


#kopfzeile {
	height: 92px;
	background: rgb(255,255,255) url(bilder/higru.gif) repeat-x top left;
	border: none;
	}

#kopfzeile h1 {
	padding-top: 20px;
	margin: 0;
	font: normal 1.8em Verdana, Tahoma, Arial, sans-serif;
	color: rgb(255,255,255);
	text-align: center;
	}

#grauleiste {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid rgb(100,100,100);
	margin-bottom: 10px;
	}

#grauleiste p {
	font: bold 1.1em/1.6 Verdana, Tahoma, Arial, sans-serif;
	color: rgb(80,80,80);
	margin: 0;
	padding: 0;
	}


/*
-----------------------------------------------
Rechte Box
----------------------------------------------- */

#rechts {
	margin: 6px 0px 0px 20px;
	float: right;
	width: 200px;
	padding: 20px 0px 10px 0px;
	}
#rechts img {
	margin-bottom: 6px;
	}
#rechts p {
	font: bold 1em Arial, sans-serif;
	line-height: 1.4em;
	text-align: left;
	}
#rechts strong {
	font-size: 110%;
	letter-spacing: 1px;
	}


/*
-----------------------------------------------
Inhaltsbereich
----------------------------------------------- */
	
	
#inhalt {
	float: left;
	width: 540px;
	font-size: 0.9em;
	padding: 20px 0 0 10px;
	}
	
#formular {
	padding: 2em 0 0 6em;
	border: dotted 1px rgb(150,150,150);
	}
	
#footer {
	clear: both;
	padding: 2em;
	text-align: center;
	font: normal 0.8em Arial, sans-serif;
	color: rgb(150,150,150);
	}
#footer a {
	font-weight: bold;
	text-decoration: none;
	font: bold 0.8em Arial, sans-serif;
	color: rgb(150,150,150);
	}
#footer a:hover {
	text-decoration: underline;
	}
	
#antwort {
	text-align: center;
	margin-top: 80px;
	}

/*
-----------------------------------------------
Schriftstile
----------------------------------------------- */

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	color: rgb(80,80,80);
	margin-top: 2em;
	}

p {
	text-align: left;
	font-size: 1.1em;
	color: rgb(80,80,80);
	}

.zentriert {
	font-size: 1,4em;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(80,80,80);
	text-align: center;
	}
	
strong {
	color: rgb(80,80,80);
	}

ul {
	margin: 0;
	padding: 0 0 0.5em 20px;
	}
	
li {
	font-size: 1.1em;
	color: rgb(100,100,100);
	list-style-position: outside;
	}

li.nicht {
	list-style-image: url(bilder/stop.gif);
	}

li.richtig {
	list-style-image: url(bilder/ja.gif);
	}


