/* misc */
@font-face {  
   font-family: "RapJack";  
   	src: local("RapJack"),    
   url(../fonts/RAPJACK_.ttf);  
}
@font-face {  
   font-family: "vtks revolt";  
   	src: local("vtks revolt"),    
   url("../fonts/vtks revolt.ttf"); 
	 font-weight: normal; 
}  
#clear {
	clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
@media print {
  #leftcol { display: none;
}
  #twocols, #maincol { width: 100%;
  float: none;
  }
}

/* layout */
#pagewidth {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#menu {
	width: 100%;
	float: left;
	height: 2em;
	clear: both;
	overflow: hidden;
}
#menu ul {
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	  margin: 0;
}
#menu li {
	display:inline;	
}
#wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#leftcol{
  display: inline-block;
}
#rightcol{
  float: right;
}
.contact {
	float: left;
}
.container {
  float: left;
  width: 100%;
}
.container2 {
  float: left;
  width: 100%;
}
map {
  overflow: hidden;
}

/* content & borders */

body {
  font-weight: normal;
  text-decoration: none;
}
#header {

}
#menu {

}
.contact {
  border-collapse: collapse;
  overflow:hidden;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 620px;
}
.container {
  border-collapse: collapse;
}
.container2 {
  border-collapse: collapse;
}
.container2 a{
  overflow:hidden;
}
.expandable {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 99, 0.5);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 99, 0.5);
}
/* color & background */

body {
  color: #000000;
  background-color: #ffffff; 
}
#logo {
  background-image: url(top.gif);
  background-repeat: no-repeat;
  float: left;
  height: 120px;
}
.headerContainer {
	font-size: 50px;
	color: #ffff00;
	font-family: "vtks revolt","RapJack",verdana,Arial,Helvetica,san-serif;
}
.headerContainer3 {
	font-size: 40px;
	font-weight: normal;
	color: #ffff00;
	font-family: "vtks revolt","RapJack",verdana,Arial,Helvetica,san-serif;
}		
/* Access */
#Access {
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	top: 0px;
}
#Access form ul li{
		margin: 0px;
		padding: 0px 0px 0px 7px;
		list-style-type: none;
		vertical-align: middle;
}
#Access form ul li input{
		list-style-type: none;
		position: absolute;
		top: 6px;
		left: 25px;
}
#Access strong {
	visibility: hidden;
}
#Access_default{
	border: solid #000000 2px;
	background-color: #ffffff;
	font-size: 14px;
	color: #cc0000;
	position: absolute;
	top: 0px;
	left: 0px;
	width:50px;
  height:30px;
}
#Access_Large{
	border: solid #000000 2px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	position: absolute;
	top: 0px;
	left: 54px;
	width:50px;
  height:30px;
}	
#Access_ExtraLarge{
	border: solid #000000 2px;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	position: absolute;
	top: 0px;
	left: 108px;
	width:50px;
  height:30px;
}	
#Access_Dark{
	border: solid #cc0000 2px;
	background-color: #000000;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 108px;
	width:50px;
  height:30px;
}	
#Access_LargeDark{
	border: solid #cc0000 2px;
	background-color: #000000;
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 162px;
	width:50px;
  height:30px;
}	
#style_switch{
	position: absolute;
	margin: 0px;
	top: 2px;
	left: 222px;
	width:130px;
  height:30px;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
}	
.contact a:visited, .contact a:active, .contact a:hover .contact a:link {
	color: #19145a;
}