/* Grundelelemente */
body {
        margin:0;
        padding:0;
        background:#ffffff;
        
		text-align:left;
        
		width:100%;
        height:100%;
		
		line-height: 14px;
		font-size: 12px;
		color: #000000;
		font-family: tahoma, helvetica, sans-serif;
}

h2 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
	margin-top:0;
	margin-bottom:10px;
    }
	
h1 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
	margin-top:0;
	margin-bottom:10px;
	text-align:left;
    }
	
a   {
    color: #990066;
    text-decoration: underline;
        }
		
input, textarea {
	   border: solid 1px #006600;
	   color: #707173;
	   }
	   
hr {
	border: solid 1px #006600;
	}

/* Strukturelemente */
#kiste {
        position:relative;
        margin-top:0;
		margin-left: auto;
		margin-right:auto;
        padding:0;
        width:auto;
		/* min-height:700px;*/
        text-align:left;
}

/* Menu */
#menu {
        display:none;
        }
		

	   
/* Inhalt */

#inhalt {
        margin-left: 10px;
		margin-top: 10px;
		
        padding-bottom: 40px;
		padding-right:50px;
		
		font-size: 12px;
		text-align: justify;
}

#inhalt p, #inhalt li  { 
			line-height: 16px; 
		    margin-bottom: 10px;
			}

#fuss {
        display:none;
}



