/******************* BOXES *******************/

.fakenewsbox {
  background-color: #666;
  font-family: open sans;
  font-size: 11px;
  line-height: 15px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 80px;
  overflow: auto;
}

.fakenewsboxlinks {
  background-color: #666;
  font-family: open sans;
  font-size: 11px;
  line-height: 12px;
  color: #1b1b1b;
  text-align: justify;
  padding: 5px;
  height: 270px;
	width: 235px;
  overflow: auto;
}

.fakenewssmallbox {
  background-color: #666;
  font-family: calibri, open sans;
  font-size: 11px;
  line-height: 12px;
  color: #101010;
  text-align: left;
  padding: 10px;
  padding-top: 10px;	
  height: 210px;
  overflow: auto;
}


.fakenewslinkbox {
  background-color: #666;
  font-family: open sans;
  font-size: 11px;
  line-height: 13px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 40px;
  overflow: auto;
}
.campmale {
float:left;

}
.campfemale {
float:left;
	padding:30px;

}


/******************* SCROLLBARS *******************/

#fakenews ::-webkit-scrollbar {
  width: 4px;
  background: #666;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-thumb {
  background: #444;
  height: 4px;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-track {
  background-color: #666;
  opacity: 0.8;
  border-radius: 5px;
}

/******************* LINKS *******************/

.fakenewssmallbox a {
  color: #000;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewssmallbox a:hover {
  color: #666;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a {
  color: #000;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a:hover {
  color: #444;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}




.fakenewslinklist {
  font-family: 'Roboto Condensed', serif;
  border-left: 3px solid #222;
  margin-top: 1px;
  padding: 1px;
  color: #2c2c2c;
  width: 120px;
  background-color: #555;
  text-decoration: none;
  font-style: normal;
  padding: 4px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}

.fakenewslinklist a:link {
  text-decoration: none;
  color: #000;
}

.fakenewslinklist a:visited {
  text-decoration: none;
  color: #000;
}

.fakenewslinklist a:hover {
  text-decoration: none;
  color: #444;
}

.fakenewslinklist a:active {
  text-decoration: none;
  color: #000;
}

#navi {
text-transform: uppercase;
font-family: vidaloka;
	padding-left:15px;
	font-weight:bold;
	font-size: 34px;
}
#nav_oben
 {
background: #777;
	 opacity: 0.6;
}


/******************* HEADERS & ACCENT COLOR *******************/

.fakenewsheadline {
  font-family: 'abril fatface', sans-serif;
  color: #000;
  border-right: 3px solid #444;
  font-size: 22px;
  font-weight: normal;
  background-color: #777;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
}

.fakenewsheadlinelinks {
  font-family: 'abril fatface', sans-serif;
  color: #000;
  border-right: 3px solid #444;
  font-size: 22px;
  font-weight: normal;
  background-color: #777;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
}

.accent {
  color: #ededed;
}

.fakenewsheadline a:link {
  font-family: 'Abril Fatface', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  background-color: #777;
  padding: 5px;
  text-transform: uppercase;
  text-align: right;
  border-radius: 5px;
}
		