@charset "UTF-8";
/* CSS Document */ :root {
  --c_header: #C3B689;
  --c_menu_footer: #8EADCA;
  --c_F_1: #EDD1AA;
  --c_F_2: #100A24;
  --c_F_3: #F9F1E8;
}
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-size: 16px;
	font-weight: bolder;
	line-height: 20px;
}
.contend {
	font-size: 12px;
	color: #00F;
	font-weight: normal;
}
.navileisten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00F;
	line-height: 16px;
}
.NAVITEM {
	position: relative;
	float: left;
	margin: 5px;
}
.ThumpItem {
	position: relative;
	float: none;
	margin: 5px;
}

body {
	background-image: url(_derived/cnvbkgnd.jpg);
}
.center {
  margin: auto;
  width: 90%;
  border: 3px solid #73AD21;
  padding: 10px;
}
#CONTAINER {
	z-index: 2;
    margin: auto;
}
#CONTAINER A:link, #CONTAINER A:hover, #CONTAINER A:visited {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color: #75796F; 
	line-height:18px; 
	font-weight:bold; 
	text-decoration:none;
}
#Cont_1 {
	position:relative;
    width: 5rem;
	padd-left:10px;
	z-index:2;
	padding: 5px;
}

#Cont_B1 {
	position:absolute;
	left: 2rem;
	top:150px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	text-transform: none;
	width: auto;
	float: right;
	max-height: 600px;
	scrollbar-face-color: #099;
	scrollbar-highlight-color: #C63;
	scrollbar-dark-shadow-color: #900;
	scrollbar-base-color: #CC9;
	nav-index: auto;
	overflow: auto;
}
#Cont_B2 {
	position:relative;
	left:150px;
	top:150px;
	z-index:2;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	float: left;
}

#Cont_M1 {
	position:relative;
	left:0px;
	top:80px;
	z-index:2;
	padding: 5px;
	width: 1000px;
}
#navigation li{
	background-color:#CCC;
	padding: 5px;
	margin: 5px;
	border: 2px solid #FC0;
	background-image: url(_derived/Link_Btn.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	width: 180px;

}
#navigation li a:link {	
		font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
	#navigation li:hover 	{
	border: 2px solid #CCC;
	background-color:#FC0;
	text-align: left;
	}
#center #CONTAINER #Cont_M1 #navigation {

}
.row {
  width: 100%;
  margin: 0;
  padding: 0;
}
.col {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*Tablet View*/
@media (min-width: 768px) {
    html, html * {
        font-size: 22px;
  }
  body {
    max-width: 778px;
  }
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
  h1 {      
    font-size: 1.2rem;
  }
  h2 {
    margin-bottom: 0.6rem;
    }
  .col-md-one-half {
    width: 50%;
  }
  .col {
    float: left;
    padding: 0px 7px 14px;
  }
}
/*Desktop View*/
@media (min-width: 1024px) { 
    html, html * {
        font-size: 24px;
  }
  body {
    max-width: 1200px;
  }
  h1 {
    font-size: 1.5rem;
  }
}

