﻿ /* Page background, links */ 
  body { 
	color: #000000;
    background-color: #F4F4F4;
    font-size:10pt;
	margin: 0 auto;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }

  a:link, a:visited { 
	color: #71D000;
	text-decoration: none; 
	font-weight:bold;
  }

  a:active {
	color: #FF8000; 
	text-decoration: none;
	font-weight:bold;
  }

  a:hover {
	color: #00BC00; 
	text-decoration: none; 
	font-weight:bold;
  }

/* layout */
  .page {
	text-align: left;
    background: url(http://www45.babidou.com/pic/2009/3/6/Vash/tr/head_bg.png) center top no-repeat;
    background-color: #FFFFFF;
	color: #000000;
    border-top: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 828px;
    margin: 0 auto;
  }
  .page-ad {
	text-align: left;
    background: url(../../images/head_bg_ad.png) center top no-repeat;
    background-color: #FFFFFF;
	color: #000000;
    border-top: none;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 828px;
    margin: 0 auto;
  }
	
/* navbar */
  #nav, #nav ul {
	float: left;
	width: 828px;
	list-style: none;
	line-height: 19px;
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 0 0 0 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
	margin: 0 0 0 0;

  }

 #nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px;
  }

 #nav a:hover {
	display: block;
	color: #000000;
	background: #C0C0C0;
	text-decoration: none;
	padding: 0px 0px;
  }

  #nav a.as {
	background: url(images/arrow.gif) center right no-repeat;
  }

 #nav li {
	float: left;
	padding: 0;
	width: 92px;
  }

  #nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	text-align: left;
  }

  #nav li li {
	padding-right: 1px;
	width: 190px;
	text-align: left;
  }

  #nav li ul a {
	width: 180px;
  }

  #nav li ul ul {
	margin: -19px 0 0 190px;
  }

  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
  }

  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
  }


  #nav li:hover, #nav li.sfhover {
	background: #C0C0C0;
  }

/* bottom menu */
  a.menu {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
  }

  .tbg-bottommenu {
	width:828px; 
	text-align:center; 
	font-size:10pt;
	font-weight:bold; 
    bottom:0px;
	background-color: #F0F0F0;
  }

/* normal cell bottom - td border */ 
  td.tdb {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
  }

/* far right cell bottom - td border */
  td.tdbr {
	border-top: 1px solid #000000;
  }

/* content */
  .content {
	margin-top:20px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	clear: left;
  }
  .content h1 {
    font-size: 22px;
  }
  .content h2 {
    font-size: 18px;
  }
  .content h3 {
    font-size: 16px;
  }

/* changelog */
  .postshown {  
	display:inline block;
  } 
  .posthidden { 
	display:none 
  }  

   .cl {
	border: 1px solid silver;
	margin: 5px;
	padding: 0;
  }

  .clhf {
	background: #F0F0F0;
	margin: 5px;
	padding: 2px;
  }
  .clc {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
  }
  .clf {
	text-align: center;
  }
  .cli {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid silver;
  }

/* contact mail */
  .cm {
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #000000;
  }

  textarea {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;

	border: 1px solid #000000;
	width:768px;
  }

/* border color table */
  .tbg {
	background-color: #C0C0C0;
	width:818px; 
	text-align:center; 
	font-size:10pt;
  }

/* cell color table */
  table.tbg tr {
	background-color: #FFFFFF;
  }

/* background image table header */
  .rbg {
	background-color: #FFFFFF; 
	font-weight:bold; 
	background-image: url(../../images/table.gif);
  }

/* tableline grey */
  table.tbg tr.cbg1 td, td.cbg1 {
	background-color:#F5F5F5
  }

  table.tbg td.cbg2 {
	background-color:#71D000;
  }

/* space left in tableline */
  table.tbg tr.s7 td, td.s7 {
	padding-left:7px; 
	text-align:left
  }

  table.tbg tr.r7 td, td.r7 {
	padding-right:7px; 
	text-align:right;
  }

/* font sizes */
  .f16 {font-size:16pt;}
  .f10 {font-size:10pt;}
  .f9 {font-size:9pt;}
  .f8 {font-size:8pt;}
  .f7 {font-size:7pt;}
  .f6 {font-size:6pt;}	

/* color filter IE */
  .fl1 {filter: chroma();}
  .fl2 {filter: gray();}

/* font types */
  .fm {border:#71D000 solid; border-width:1px; font-size:8pt; padding-left:3px; padding-top:2px; padding-bottom:2px;}
  .fm110 { width:110px;}
  .e {color:#FF8000;}
  .b {font-weight:bold}
  .t {font-weight:normal;}
  .c {color:#C0C0C0;}
  .c0 {color:#000000;}
  .c1 {color:#71D000;}
  .c2 {color:#FF8000;}
  .c3 {color:#228B22;}
  .c4 {color:#F2C700;}
  .c5 {color:#FF0000;}
  .c6 {color:#B500A3;}

/* menu flags */
  img.flags {
	border:solid 1px #000000; 
	width:21px; 
	height:13px;
 	opacity:0.4;            /*      W3C-konform     */
  	-moz-opacity:0.4;       /*      Mozilla und Derivate    */
  	FILTER:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /*IE*/
  }


