/* Grundelelemente */
body {
        margin:0;
        padding:0;
        
		text-align:center;
        
		width:100%;
        height:100%;
		
		line-height: 1.5em;
		font-size: 1em;
		color:#000000;
		font-family: georgia;
		}

h2 {
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    }
	
h1 {
    font-size: 1.2em;
    color: #000000;
    font-weight: bold;
	text-align:left;
    }
	
a:link, a:visited   {
    color: #000000;
    text-decoration:none;
        }
	
a:hover   {
    color:#000066;
    text-decoration:underline;
        }
		
input, textarea {
	   border: solid 1px #1851a2;
	   color: #1851a2;
	   }
	   
hr {
	border: solid 1px #1851a2;
	margin-top:20px;
	margin-bottom:20px;
	}

/* Strukturelemente */
#kiste {
        position:relative;
        margin: 10px;
        padding:0;
        width:auto;
        text-align:left;
}
/* Kopf */
#kopf {
	   display:none,
	   }
	   
/* Inhalt */

#inhalt {
        padding: 10px;
}

#inhalt p  { 
			line-height: 1.5em; 
		    margin-bottom: 1em;
			text-align: justify;
			}
#inhalt table, #inhalt li {
			text-align:left;
			line-height: 1.5em; 
		    margin-bottom: 1em;
			}


#fuss {
        display:none;
}

#bild_r {
		 float: right;
		 margin: 0 0 20px 20px;
		 }




