body {
text-align:center;
/*background:#e67300;*/


background: #eee;


overflow-y:scroll;
font-size:14px;
}

a:link
{ 
color: #cc6600;
text-decoration: none;
text-underline: none; }

a:active
{ 
color: #cc6600;
text-decoration: none;
text-underline: none; }

a:visited
{
color: #cc6600;
text-decoration: none;
text-underline: none; }

a:hover
{
color: #cc6600;
text-decoration: none;
text-underline: none; } 

#webseite {
background:url(../../bilder/background.PNG);
background-size: cover;
background-repeat:   no-repeat;
background-position: center;
/* background-attachment: fixed; */


border: 1px solid #DDD;
box-shadow: 1px 2px 4px rgba(0,0,0, .2);

width: 980px;
height: 790px;
position: relative;
margin:auto;
}

#textbox {
height: auto; 
width: 590px;
padding:15px;
font-size: 140%;
top:160px;
left:180px;
position:absolute;
text-align:left;
color:#373f43;
background:white;
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
opacity:0.95;

}



#footer {
background: white;
height: 45px; 
width: 980px;
padding-top:15px;
font-family: Calibri;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 700;
top:730px;
position:absolute;
}
 
#header {
background:url(../../bilder/header.PNG) no-repeat;
background-size:contain;
height: 150px; 
width: 980px;
}
    

.main {
	color: #333333;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 250%;
	-moz-box-shadow: inset 0 0 15px 5px #DDD;
	-webkit-box-shadow: inset 0 0 15px 5px #DDDDE5;
	box-shadow: inset 0 0 15px 5px #DDD;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	
	margin-top:170px;
	margin-left:230px;
	
	width: 180px;
    height: 115px;
	padding-top:65px;
	
	float: left;
	
}

#applebox{
height:45px;
width:150px;
color: white;
font-family: Calibri;
font-size: 28px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 44px;

-moz-box-shadow: inset 0 0 15px 5px #DDD;
-webkit-box-shadow: inset 0 0 15px 5px #DDDDE5;
box-shadow: inset 0 0 15px 5px #DDD;
border-radius: 90px;
-moz-border-radius: 90px;
-webkit-border-radius: 90px;
margin-left: 20px;
margin-top: 10px;
float: left;
}

#applebox2{
height:85px;
width:150px;
background: #f5f5f5;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
margin-right: 20px;
margin-top: 10px;
float: right;
}



