body {
	background: #ddd;
	background: url(../images/Sand.jpg); background-attachment:fixed;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
}
#content {
	background: #eae8db;
}
#sidebar {
	background: #eae8db;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
	border: solid 1px #ccc;
}

a {
	color: #265b5b;
	text-decoration: none;
}
a:hover {
	color: #53b7b7;
	text-decoration: underline;
}
.accordion{
display: none;	
}
img {
  max-width: 100%;
  height: auto; }
  
img{
padding: 5px 5px 5px 5px;
}

/********************* Menu gross  ************************************/
.myMenu li ul { 
	position:absolute; 
	visibility:hidden;  
	margin:0; 
	padding:0; 	
} 

.myMenu li ul li { 
    height: 20px;
	float:none; 
} 

.myMenu li ul li a:link{
	background-color:#4c4e5a; 	
}

.myMenu li ul li a:visited { 
	background-color:#4c4e5a; 
} 
 
.myMenu {
    height: 40px;
    width: auto;
 
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
 
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
 
    margin-bottom: 5px;
}
 

.myMenu li { 
	list-style:none; 
	float:left; 
    display: block;
    height: 40px;	
} 

.myMenu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;

    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.myMenu li:first-child a { border-left: none; }
.myMenu li:hover > a { color: #8fde62; }
.myMenu a {
	color: #f3f3f3;
}
	
.myMenu .current {
	color: #99FF00;
	font-weight: bold;
} 

.myMenu .subcurrent {
	color: #99FF00;
	font-weight: bold;
	font-style: italic;
} 

/********************* Menu gross Ende ************************************/

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	background-color: #cbebff;
	padding: 5px;
	width: 860px;
	margin: 20px auto;
	


  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0, .4);
background-image: -webkit-linear-gradient(white 0%, #666666 100%); 
background-image: -moz-linear-gradient(white 0%, #666666 100%); 
background-image: -o-linear-gradient(white 0%, #666666 100%); 
background-image: linear-gradient(white 0%, #666666 100%);
	
}
#header {
	height: 200px;
        background: url(../images/www_boccia.png)  no-repeat right;
		background-size: auto 100% ;
		color: #fff; 
	
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#header h1 { font: bold 24px/100% Arial, Helvetica, sans-serif;color: #999;  
        }
#header p { font: bold 12px/100% Arial, Helvetica, sans-serif;color: #ccc; text-align: center; 
        }


#content {
	padding: 5px;
	width: 850px;
	float: left;
}
#sidebar {
	padding: 5px;
	width: 280px;
	float: right;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #bbb;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255,255,255,.2) 2px, rgba(255,255,255,.2) 4px);
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */

@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}


}



/* for 480px or less */
@media screen and (max-width: 550px) {
	
	#pagewrap {
	background-color: #cbebff;
	padding: 0px;
	width: 550px;
	margin: 0px auto;
	width: 100%;
}
	

	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	.myMenu{
		display: none;	
	}
	.accordion{
		display: block;	
	}

/********************* Menu klein (IPhone)  *******************************/
.menu_head {
    display: block;
    height: 35px;
    margin-top: 56px;
    padding-left: 20px;
    font: bold 12px/35px Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0, .2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    background: #83858b;
	cursor: pointer;
}
.menu_body {
	display:none;
}


.accordion,.accordion div,.accordion h1,.accordion p,.accordion a,.accordion img,
.accordion span,.accordion em,.accordion ul,.accordion li {
    margin: 0;
    padding: 0;
    border: none;
}

.accordion {
    width: auto;
    padding: 0px 0px 0px 0px;
  
 
    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
    -moz-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
    box-shadow: 0px 1px 0px rgba(255,255,255, .05);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.accordion .tab {
    display: block;
    height: 35px;
    margin-top: 4px;
    padding-left: 20px;
    font: bold 12px/35px Arial, sans-serif;
    text-decoration: none;
    color: #eee;
 
    text-shadow: 1px 1px 0px rgba(0,0,0, .2);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    background: #6c6e74;
    background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
 
    -webkit-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
    -moz-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
    box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
}
.accordion .tab:hover,
.accordion div:target .tab {
    color: #2b3b06;
 
    text-shadow: 0px 1px 0px rgba(255,255,255, .15);
 
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
    box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
}

 


/********************* Menu klein (IPhone) Ende ****************************/


}






