body {
  text-align: center;
  background-color: #666666;
  
  background-image: url(images/background.jpg);
  background-repeat: repeat;
  background-attachment:fixed;
   
  /*  
  background-image: linear-gradient(#721cb9 0%, #721cb9 13%, 
	#1e22fd 14.5%, #1e22fd 27.5%, 
	#9cbbdd 29%, #9cbbdd 42%, 
	#88b949 43.5%, #88b949 56.5%,
	#f8ed20 58%, #f8ed20 71%,
	#d84d0d 72.5%, #d84d0d 85.5%,
	#d62700 87%, #d62700 99.999%);
	*/	
		
  margin-top:20px;
  margin-bottom:10px;
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;

  /* TEMPORARY BLACK AND WHITE */
  /* IE */
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */

  /* Chrome, Safari */
  /* -webkit-filter: grayscale(1); */

  /* Firefox */
  /* filter: grayscale(1); */
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 1200px;
  text-align: left;
  background: #FFFFFF;
  /* border: #333333 solid 5px; */
  /* border: 20px solid #999999; */
	border: 19px solid rgb(49,49,49);
	border: 19px solid rgba(49,49,49, .5);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  
  border-radius: 39px;
  box-shadow: 0px 0px 25px #000;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  
}

#page_header {
  height: 110px;
  background: url(images/background-top.jpg);
  clear: both;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}


#page_header a{
	color: #FFFF00;
	text-decoration: none;
	font-size: 40px;
}


/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
/* http://zenverse.net/create-a-fancy-search-box-using-css/ */


#cp-csebox {
width:297px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url(https://www.changpuak.ch/search/searchbox2.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
border: #000000 solid 1px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
border-radius: 6px; 
}

form#cp-cseform{display: inline; padding: 5px 12px; margin:0; font-weight:normal;}

form#cp-cseform #s{
position:absolute; /*important*/
top:5px;
left:5px;
width:246px;
height:30px;
border:0px; /*important*/
background-color:transparent; /*important*/
font-weight: normal;
text-align: center;
}

form#cp-cseform #sbutton{margin:0;padding:0;height:30px;width:30px;vertical-align: top;border:none;background:transparent;}

/* CSS BELOW NOT USED, JUST AS A BACKUP FOR THE ABOVE ... */
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
}
/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */

.headbox{
color:#fff;
font-size:13px;
text-transform:uppercase;
border-bottom:3px solid #FFFF00;
padding:8px 10px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: #424242; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#424242, #5B5B5B); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#424242, #5B5B5B); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#424242, #5B5B5B); /* For Firefox 3.6 to 15 */
background: linear-gradient(#424242, #5B5B5B); /* Standard syntax (must be last) */
}


.contentbox 
{
background-color: #CCC;
border:1px solid #CACACA; 
padding:8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
}


.infobox {

background-color: #CCC;
border:1px solid #CACACA; 
padding:8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}

.DuKleinSchlauch {

background-color: #000;
border:1px solid #CACACA; 
padding:8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}

.piclek img{
padding:0px; 
border: 0px; 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.mainpic img{
width: 100%;
height: auto;
padding:0px; 
border: solid 0px #666;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
}

/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
#menu_bar {
  margin:0px;
  padding:0px;
  height:35px;
  clear:both;
}

#content_wrapper {
  margin-top:8px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF; 
  background-image: url(https://www.changpuak.ch/ico/massband-102.png);
  background-repeat:repeat-y;
  background-size:80px auto; 
}

#center {
  margin-left:250px;
  margin-right:250px;
  min-height: 580px;
}

#center h1 {
  margin:0px;
  font-size: 19px;
}

#center h2 {
  margin:0px;
  font-size: 18px;
  color: #0000ff;
}

#center h3 {
  margin:0;
  font-size: 32px;
  color: #0000ff;
}

#center a 
{
  color: #0000ff;
  text-decoration: underline;
}

#center a:visited
{
  color: #0000ff;
  text-decoration: underline;
}


#path {
	font-size: 9px;
	text-transform: uppercase;
}

#path a{
	text-decoration: none;
	color: #000000;
}

#path a:hover {
	text-decoration: underline;
	color: #000000;
}

#left_side {
  float: left;
  width:220px;
}

#left_side a{
  text-decoration: none;
  color: #000000;
}

#left_side a:hover{
	font-weight: bold;
}



#right_side {
  float: right;
  width:220px;
}

#right_side a{
  text-decoration: none;
  color: #0000FF;
}

#right_side a:hover{
	font-weight: bold;
}

#boots {
  height: 110px;
  text-align: center;
  background: #181818;
  border-top: #000000 solid 17px;
  background: url(https://www.changpuak.ch/aglobe/black_boots.png);
  background-repeat: repeat-x;
  clear: both;
  font-size: 14px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#boots a:visited { color: #46ADFC; }
#boots a { color: #46ADFC; }



/*Credits: */
/*URL: http://cssmenumaker.com/css-horizontal-menus */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #686868;
  background: -moz-linear-gradient(top, #686868 0%, #151515 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686868), color-stop(100%, #151515));
  background: -webkit-linear-gradient(top, #686868 0%, #151515 100%);
  background: -o-linear-gradient(top, #686868 0%, #151515 100%);
  background: -ms-linear-gradient(top, #686868 0%, #151515 100%);
  background: linear-gradient(top, #686868 0%, #151515 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 1px 10px 3px 10px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #686868;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #1237eb;
  border: 1px solid #212d75;
  -moz-box-shadow: inset 0 5px 10px #212d75;
  -webkit-box-shadow: inset 0 5px 10px #212d75;
  box-shadow: inset 0 5px 10px #212d75;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #686868;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #1237eb;
  border: 1px solid #212d75;
  -moz-box-shadow: inset 0 5px 10px #212d75;
  -webkit-box-shadow: inset 0 5px 10px #212d75;
  box-shadow: inset 0 5px 10px #212d75;
}


.lek a
{
	font-size: 9px;
}


