html {
    overflow: scroll;
    font-family:'Tahoma', Arial, cursive;
    color:#000;
    background: transparent;
}

body {
    background-color:#ccc;
    

    }



/* 	####	header anfang	####*/
header {
    background: none no-repeat scroll 0 0 transparent;
    max-width: 980px;
    height:auto;
    margin:20px auto;
}
#innerhead{
        background: rgba(0, 0, 0, 0) url("../bilder/headlogo.jpg") no-repeat scroll 0 0;
        border-radius: 6px;
        box-shadow: 0 2px 3px #808080;
        height: 210px;
        margin-left: 20px;
        margin-right: 20px;
}

header a{
	float:left;
	color:#ccc;
}

#logo, #überschrift {
	float:right;
	margin: 125px 12px 0 0;
}

h1a{
    font-size: 22pt;
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 0;
    text-align: left;
    color:#ccc;
    margin:10px;
}
h4a, a{
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color:#ccc;
    margin:0px 0 0 12px;
    text-decoration: none;
}
#überschrift {
    float: left;
    
}
hr{
    color:#ccc;
    max-width:100%;
}


/* 	####	header ende	####*/

#content{
    background-color: transparent;
    min-height: 400px auto;
    min-width: 60% auto;
    border-radius: 10px;
    padding:10px;
}

#content a{
	color:#000;
	margin:0;
	padding:0;
	text-decoration: underline;
}

#content a, #content p{
	font-size:100%;
}

#text{
    background-color:transparent;
    min-width: 200px auto;
    border-radius: 10px;
    padding:10px;
    
    min-height: 200px;
    text-align: justify;
    
}

/*--------      aside beginn        -------- */
#Navi{
    float: right;
    background-color: transparent;
    padding:10px;
    margin-left: 0%;
    max-width: 30%;
    display: block; 
    margin-right: 30px;
    margin-top:4px;
    font-size: 22px;
    
}


 #navi a   {
    font-size: 25px;
    color:#000;
    margin:10px;
    text-decoration: none;
    display: block;
    background: none repeat scroll 0 0 #A8CE39;
    border-radius:5px;
    border-width: 1px;
    box-shadow: 2px 3px 3px #808080;
    margin: 10px;
}    
ul{
    list-style: none;
    text-decoration: none;#
    display: block;
}
li {
    
    margin-left: 10px;
    
}
    
/*--------      aside ende        -------- */

#huelle {
    max-width:960px;
    margin: 0 auto;
}
h1 {
    margin-left: 10px;
}
