/* FARBEN
 * 
 * purple: 		6F2296, 794FA1
 * light grey:	F6F6F6
 * grey:		EBE9E9		
 * dark grey:	9A9A9A
 * white:		FFFFFF
 * 
 * red:			AC0000
 * 
 */

/* png fix */
img, div, a { behavior: url(/images/iepngfix.htc);}

body { 
    font: 62.5%/1.5  Helvetica, sans-serif;
 /* background: url(/images/background.jpg) repeat;
    background-repeat:repeat-x; */
	color: #9A9A9A;     
    text-align:center;
	margin: 0px;
	padding: 0px;
	font-weight:lighter; 
} 

.clear { 
    clear:both;
} 

.right { 
    float: right;
	display:inline;  
} 

.left { 
    float: left;
	display:inline;  
}

.line{
	background:url("/images/bg_line_grey.png") no-repeat scroll right top transparent;
	height:2px;
	margin: 0px 0px 15px 5px;
}


/* ------------------------------------------------------------------------------------- */
/* WRAPPER ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

#wrapper {  
    width:100%;  
	height:400px;
    margin:60px 0px 0px 0px;  
    padding:0px;  
	position:relative;
	
}

/* ------------------------------------------------------------------------------------- */
/* LAYOUT ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------- */

#header_wrapper{
	width:100%;
	height:55px;
    margin:0px;  
    padding:0px;
	text-align:center;
	position:relative;		
}

#header_content_wrapper{
	border-left: 1px solid #EBE9E9;
	width:900px;
	height:55px;
    margin:auto;  
    padding:0px;		
}

#header_content_left{
	height:55px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    float: left;
	display:inline; 
	width:700px;
	text-align:left; 	
}

#header_content_right{
	height:55px;
    margin:0px 0px 0px 0px;  
    padding:0px;
    float: right;
	display:inline; 
	width:199px;
	border-left: 1px solid #EBE9E9;
	text-align:left;	
}

/* ------------------------------------------------------------------------------------- */

#nav_wrapper{
	width:100%;
    background-color: #F6F6F6;
	height:30px;
    margin:0px 0px 0px 0px;  
    padding:0px;
	border-top: 1px solid #EBE9E9;
	text-align:center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;			
}

#nav_content_wrapper{
	width:900px;
	height:30px;
    margin:auto;  
    padding:0px;
	border-left:1px solid #EBE9E9;		
}

#nav_content_left{
    background-color: #F6F6F6;
	height:35px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    float: left;
	display:inline; 
	width:700px;  	
}

#nav_content_right{
    background-color: #F6F6F6;
	height:30px;
    margin:0px 0px 0px 0px;  
    padding:0px;
    float: right;
	display:inline; 
	width:200px;
	text-align:left;
}

/* ------------------------------------------------------------------------------------- */

#main_wrapper{
	width:100%;
    background-color: #F6F6F6;
	height:370px; 
    padding:0px;
	border-bottom: 1px solid #EBE9E9;
	text-align:center;			
}

#main_content_wrapper{
	width:900px;
	height:371px;
    margin:auto;  
    padding:0px;
	text-align:left;
}

#main_content_left{
	background-color: #fff;
	height:329px;
    padding:16px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    float: left;
	display:inline; 
	width:700px;
	text-align:center;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	position:relative;
	z-index:9000;
}

#main_content_right{
    background-color: #F6F6F6;
	height:345px;
    margin:0px 0px 0px 0px;  
    padding:0px;
    float: right;
	display:inline;
	width:200px;
	text-align:left; 
}

/* ------------------------------------------------------------------------------------- */


#footer_wrapper{
	width:100%;
	height:30px;
    margin:0px 0px 0px 0px;  
    padding:0px;
	border-bottom: 2px solid #AC0000;
	text-align:center;			
}

#footer_content_wrapper{
	width:900px;
	height:30px;
    margin:auto; 
    padding:0px;		
}

#footer_content_left{
	height:30px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px; 
    float: left;
	display:inline; 
	width:700px;
	text-align:left;  	
}

#footer_content_right{
	height:30px;
    margin:0px 0px 0px 0px;  
    padding:0px;
    float: right;
	display:inline; 
	width:200px;
	text-align:right;
}

/* ------------------------------------------------------------------------------------- */
/* CONTENT ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

img{
	border-style: none;
}

a:focus {
   outline-style: none;
}

#logo{
	padding:0px;
	height:49px;
	width:326px;
	margin-left:10px;
}

#logo_line{
	border-bottom:1px solid #AC0000;
	padding:0px;
	height:49px;
	width:100%;
	position:absolute;
	left:0px;
	display:none;
}

h1 { 
	margin:0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	color: #AC0000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.4em;
	letter-spacing:0.15em; 
} 
     
h2 { 
	margin:0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #AC0000;
    font-size: 1.0em; 
	letter-spacing:0.227em;    
} 

h3 { 
	margin:0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	color: #AC0000;
    font-size: 1.1em;     
} 
     
p { 
    font-size: 1.0em;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;     
}

a{
	color: #AC0000;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}

.text_light{
	color: #9A9A9A;	
	font-style:italic;
}

.footer_link {
	margin:0px 0px 0px 5px;
	padding:8px 0px 0px 0px;   
	color: #AC0000;
    font-size: 1.0em; 
	letter-spacing:1px;
	font-weight:bold;
}

.footer_link a{
	color: #AC0000;
	text-decoration:none;	
}

.footer_link a:hover{
	text-decoration:underline;	
}


/* ------------------------------------------------------------------------------------- */
/* NAV TOP ----------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

#nav {
	margin:0px !important;
	padding: 0px !important;
	border-bottom:3px solid #ac0000;
	height:33px;
	
}

#nav .current {
border-bottom: 55px solid #AC0000 !important;
height: 29px !important;
}

.nav_top ul li {
background:#F6F6F6;
list-style: none;
height: 27px;
float:left;
padding:0px;
}
.nav_top ul li a {
width: 127px;
height: 33px;
line-height: 34px;
border-bottom: 4px solid #636393;
padding:0px;
color: #ac0000;
font-size: 1.3em;
text-align:center;
text-decoration: none;
display: block;
-webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
.nav_top li:nth-child(1) a {
border-color: #AC0000;
}
.nav_top li:nth-child(2) a {
border-color: #AC0000;
}
.nav_top li:nth-child(3) a {
border-color: #AC0000;
}
.nav_top li:nth-child(4) a {
border-color: #AC0000;
}
.nav_top li:nth-child(5) a {
border-color: #AC0000;
}
.nav_top li:nth-child(1) a:hover {
border-bottom: 55px solid #AC0000;
height: 29px;
}
.nav_top li:nth-child(2) a:hover {
border-bottom: 55px solid #AC0000;
height: 29px;
}
.nav_top li:nth-child(3) a:hover {
border-bottom: 55px solid #AC0000;
height: 29px;
}
.nav_top li:nth-child(4) a:hover {
border-bottom: 35px solid #AC0000;
height: 9px;
}
.nav_top li:nth-child(5) a:hover {
border-bottom: 35px solid #AC0000;
height: 9px;
}

/*
.nav_top {
  font-size: 1.3em;
  line-height:normal;
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
  
.nav_top li {
  float:left;
  min-width:100px;
  }
  
.nav_top a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:100px; 
  float:left; 
  }
  
* html .nav_top a {
  width:100px;
  }
  
.nav_top a span {
  display:block; 
  color:#9A9A9A; 
  border-right:1px solid #EBE9E9;  
  border-width:2px 1px; 
  text-align:center; 
  padding:6px 16px; 
  cursor:pointer;
  }
  
* html .nav_top a span {
  width:100px; 
  cursor:hand; 
  width:66px;
  }
  
.nav_top a b {
  display:block; 
  }
  
.nav_top a em {
  display:none;
  }
  
.nav_top a:hover span, .nav_top .current_span {
  color:#AC0000; 
  }
  
.nav_top a:hover em, .nav_top .current_em{
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#F6F6F6 #9A9A9A; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
*/



/* ------------------------------------------------------------------------------------- */
/* NAV RIGHT --------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

/* http://www.cssplay.co.uk/menus/visitedmenu.html */

.ca-menu{
    padding: 0;
  	margin:0px 0px 0px 15px;
  	width:180px; 
}

.ca-menu li{
  	width:180px; 
    height: 40px;
    overflow: hidden;
    display: block;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #9A9A9A;
    transition: all 300ms ease-in-out;
	text-decoration:none !important;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}

.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
	text-decoration:none !important;
}

.ca-icon{
    width: 65px;
}

.ca-content{
    position: absolute;
    left: 74px;
    width: 180px;
    height: 40px;
    top: 4px;
}

.ca-main{
    transition: all 300ms linear;
	text-decoration:none !important;
}
.ca-sub{
    color: #AC0000;
    transition: all 300ms linear;
	text-decoration:none !important;
}

.ca-menu li:hover{
    border-color: #AC0000;
    background: #9A9A9A;
	text-decoration:none !important;
}
.ca-menu li:hover .ca-main{
    color: #fff004;
	text-decoration:none !important;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 13px;
	text-decoration:none !important;
}

.ca-menu .current{
    border-color: #AC0000 !important;
    background: #9A9A9A !important;
}
.ca-menu .current2{
    color: #fff004 !important;
}
.ca-menu .current3{
    color: #fff !important;
    font-size: 13px !important;
}

/*
#menu {
  width:180px; 
  padding:0px; 
  margin:-5px 0px 0px 15px;
  }
#menu a {
  display:block; 
  height:40px;
  width:170px; 
  padding:0px;
  color:#9A9A9A; 
  text-indent:0.2em;
  background-color: #F6F6F6; 
  text-decoration:none;
  margin:0px 0px 0px 0px; 
  border-left:10px solid #9A9A9A; 
  }

#menu a span {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
	height:40px;
	width:100px;
  }
#menu a:hover {
  color:#AC0000; 
  border-left:10px solid #AC0000; 
  }

#menu .current {
  color:#AC0000; 
  border-left:10px solid #AC0000; 
  } 

#menu .box {
  margin:5px 0px 8px 0px; 
  position:relative;
  border-bottom:1px solid #9A9A9A;
  }

#menu img{
	border:0px;
	margin:0px;
	padding:0px;
	width:65px;
	height:40px;
}
*/


