/*######################################
  Global Styles, to norm all elements
######################################*/

/*---------------------------------------------
Set margin padding and font stuff for every element,
then it should not be required to set them again.
---------------------------------------------*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS,Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #444;
  
}

td {
  vertical-align: top;
}

a:link,a:visited,a:hover,a:active {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #333; 
}
a.impr:link,a.impr:visited,a.impr:hover,a.impr:active {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-decoration: none;

}

a.subhead:link,a.subhead:visited,a.subhead:hover,a.subhead:active {
  text-transform: uppercase;
  color: #000;
  font-size:14px;
  text-decoration: none;
}
a.subhead:hover {
  color: #444; 
}

a.navitext:link,a.navitext:visited,a.navitext:hover,a.navitext:active {
  text-transform: uppercase;
  color: #0099FF;
  font-size:10px;
  text-decoration: none;
}
a.navitext:hover {
  color: #0066FF; 
}

a.text:link,a.text:visited,a.text:hover,a.text:active,a.text:hover {
  color: #000000;
  font-family: Trebuchet MS,Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
}
/*---------------------------------------------
Set body attributes color and background
---------------------------------------------*/
html,body {
  background-image:url('../images/bg.jpg');
  background-repeat: repeat-x;
  margin: 0px;
}

body.fav {
  background-image:url('../images/bg3.jpg');
  background-repeat: repeat-x;
  margin: 0px;
}


.maintable {
  background-image:url('../images/bg2.jpg');
  background-repeat: no-repeat;
  width: 100%;
  margin:0px;
}

.maintable_fav {
  background-image:url('../images/bg4.jpg');
  background-repeat: no-repeat;
  width: 100%;
  margin:0px;
}

.head {
  background-image:url('../images/head_bg.jpg');
  background-repeat: no-repeat;
  
}

.subhead {
  color:#000;
  font-size: 14px;
  vertical-align: middle;
}

.navi {
  padding-right:10px;
  text-align: right;
  
}

.slash {
  background-image:url('../images/slash.gif');
  background-repeat: no-repeat;
}

.black {
  color: #000000;
}

.willkommen {
 text-transform: uppercase;
 font-weight: normal;
 color: #777;
}
/*---------------------------------------------
Set MEnu attributes
---------------------------------------------*/

.menu {
border: solid 0px;
padding:0px;
background-image:url('bg.gif');
background-repeat: no-repeat;
filter:Alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

.menuItem {
padding:0px;
border-bottom:solid 0px;
}

.menuItem:hover {
background-color: red;
cursor: default;
}

.menuItem a {
color:#000;
text-decoration:none;
}

#demo {
color: #000000;
cursor:default;
padding:0px;
margin:0px;
width: 300px;
}

#demo span {
padding:0px;
cursor:default;
}

#demo span:hover {
}

