
*{
    padding:            0px;
    border:             0px;
    margin:             0px;
}

html, body{
	min-width:		   1024px;
	height:			   100%;
    background-image:   url(img/paper2.jpg); background-size: cover;
	}


#Titel{
    /*border:             2px solid red;*/
    height:             15%;
    width:              85%;
    text-align:         left;
    font-family:        Quicksand;
    font-size:          35px;
    font-weight:        normal;
    position:           relative;
}


#Menu{
    /*border:             2px solid red;*/
    width:              15%;
    height:             100%;
    text-align:         center;
    float:              left;
    font-family:        Helvetica;
    font-size:          14px;
    text-align:         center;
}


#Text{
    /*border:             2px solid red;*/
    width:              80%;
    float:              left;
    font-family:        Helvetica;
    font-size:          12px;
    padding:            25px;
    line-height:        150%;
}

#Fusszeile-Linie{
    border:             2px solid red;
    width:              100%;
    height:             5%;
    }

a:link.menulink{
	font-family:		Quicksand;
    font-size:          14px;
	color:			    #000000;
	font-weight:		bold;
	text-decoration:	none;
	}

a:hover.menulink{
	font-family:		Quicksand;
	color:			    #000000;
	font-weight:		normal;
	text-decoration:	none;
	}
	
a:visited.menulink{
	font-family:		Quicksand;
	color:			    #000000;
	font-weight:		bold;
	text-decoration:	none;
	}


