h1,h2,h3,h4,h5,h6 
{
  color: #FFFF08;
  font-family: Arial, Helvetica;
  margin-bottom: 0px;
}

h1
{
  font-size: 16px; 
}

h1 A,h2 A,h3 A,h4 A,h5 A,h6 A 
{ color:#FFFF08; }
h1 A:hover,h2 A:hover,h3 A:hover,h4 A:hover,h5 A:hover,h6 A:hover 
{ color:#F50100; }

body {
    font-size: 10px;
    color: white;
    font-family: Arial, Helvetica;
	height:101%;
	padding: 0;
	margin: 0;
	background: #000000 url("/images/tribback3.gif") repeat-y top left;
}
body A { color:#FFFF08; }
body A:hover { color:#F50100; }

/*p {
*  text-align: justify; *
  font-size: 12px;
  color: white;
  font-family: Arial, Helvetica;
}
p A { color:#FFFF08; }
p A:hover { color:#F50100; }*/

li {
  text-align: justify;
  font-size: 12px;
  color: white;
  font-family: Arial, Helvetica;
}

li A { color:#FFFF08; }
li A:visited { color:#FFB94F; }
li A:hover { color:#F50100; }

form {
	display: inline;
}

.main { font-family: Arial, Helvetica; font-size: 12px;}
.main A { color:#FFFF08; font-weight: bold; }
.main A:visited { color:#FFB94F; }
.main A:hover { color:#F50100; }

.main_vs { font-family: Arial, Helvetica; font-size: 9px;}
.main_vs A { color:#FFFF08; font-weight: bold; }
.main_vs A:visited { color:#FFB94F; }
.main_vs A:hover { color:#F50100; }

.main_vsr { font-family: Arial, Helvetica; font-size: 9px;text-align: right;}
.main_vsr A { color:#FFFF08; font-weight: bold; }
.main_vsr A:visited { color:#FFB94F; }
.main_vsr A:hover { color:#F50100; }

.xmain {
	position: absolute;
	z-index: 2;
	width: 520px;
	top: 20px;
	left: 228px;
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.xmain a {
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}

.xmain a:hover {
	color: #000;
	border-bottom: solid 2px #fdb700;
}

.scroll { font-family: Arial; font-size: 12px; text-align: justify; margin-bottom: 0;}
.scroll A { color:#FF9900; font-weight: bold; }
.scroll A:visited { color:#FFB94F; }
.scroll A:hover { color:#FFD595; }

.info { font-family: Arial; font-size: 12px; text-align: justify;}
.info A { color:#FFFF08; font-weight: bold; }
.info A:visited { color:#FFB94F; }
.info A:hover { color:#F50100; }


.video { font-family: Arial; font-size: 11px; text-align: justify;}
.video A { color:#FFFF08;  }
.video A:visited { color:#FFB94F; }
.video A:hover { color:#F50100; }

.liste { font-family: Arial; font-size: 7px; text-align: left;}
.liste A {font-size: 13px; color:#FFFF08; font-weight: bold; display: block; text-decoration: none;}
.liste A:visited { color:#DFDF00; }
.liste A:hover {  background-color: #FFFFFE; color: black; }
.listeact {font-size: 13px; color:red; background-color: #242424; font-weight: bold; display: block; text-decoration: none;}


/* linkes Menue */
.menuleft1 	{ font-family: Arial; font-size: 10px; padding-left: 0px; padding-right: 0px; text-decoration: none;}
.menuleft1 A	{ display: block; color: #FFFF08; text-decoration: none;}
.menuleft1 A:visited { color: #FFFF08; }
.menuleft1 A:hover { background-color: #FFFFFE; color: black; }
.menuleft1act {color:#FFFFFF; background-color: #242424; display: block; text-decoration: none;}


/* Top Menue */
.text{
  font-family: Arial; font-size: 10px
}


#csstopmenu, #csstopmenu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#csstopmenu li{
  float: left;
  position: relative;
}
#csstopmenu a{
  text-decoration: none;
}
.mainitems{
  border: 0px solid black;
  border-left-width: 0;
  background-color: black;
}
.headerlinks a{
  margin: auto 0px;
  font-weight: bold;
  color: black;
}
.submenus{
  font-family: Arial, Helvetica; font-size: 12px; font-weight: bold; 
  display: none;
  width: 16em;  /* Breite vom Submenue */
  position: absolute;
  top: 3.1em;
  left: 0;
  background-color: black; /*solid black;*/
  border-style: solid; /*dotted; */
  border-width: 1px;
  border-color: #383838;
}
.submenus li{
  color:#FFFF08;
  width: 100%;
}
.submenus li a{
  color:#FFFF08;
  display: block;
  width: 100%;
  text-indent: 3px;
}
.submenus li a{ /* non IE browsers */
  width: auto;
}
.submenus li a:hover{
  background-color: #FFFFFF;
  color: black;
}
#csstopmenu li>ul {/* non IE browsers */
  top: auto;
  left: auto;
}
#csstopmenu li:hover ul, li.over ul {
  display: block;
}

#clearmenu{ /* non IE browsers */
  height: 3px;
}

#hiddendiv {
  display: none;
}

.download_link {
    height:64px;
    display: block;
    align: center;
	border: 2px #512800 solid;
	text-align: center;
	background: #FFD595 url(../images/bigdownload.gif) left no-repeat;
	padding: 10px 0 10px 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 10px 60px;
}

.download_link a {
	color: #994400;
	text-decoration: none;
}

.download_link a:hover {
    color: #FF0000;
	text-decoration: underline;
}

.download_link a:visited { 
    color: #994400; 
}
