/* CSS Document */

/* Formatierung der Galerie */
#gallery {position:relative; width:750px;}
#thumbs {width:180px; float:right;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:185px; top:0; border:1px solid #333;}

#counter {
  bottom:1px; 
  left:5px; 
  width:200px; 
  position:fixed;
}

#menu {
  top:60px; 
  left:5px; 
  width:200px; 
  position:fixed;
}

* html #menu {
	position:absolute;

}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	height: 60px;
	left: 0px;
    position:fixed; 
	top: 0px;
	width: 100%;
}

#headerticker {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	height: 20px;
	left: 0px;
    position:fixed; 
	top: 0px;
	vertical-align: middle;
	width: 100%;
}

/* td {
	vertical-align: top;
}*/

#main {
	top: 70px;
	left: 205px;
	position: absolute;
}


#menubacktop {
	height: 20px;
	left: 0px;
    position:fixed; 
	bottom: 10px;
	width: 100%;
}

#menubacktopticker {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	height: 40px;
	left: 0px;
    position:fixed; 
	bottom: 0px;
	width: 100%;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

body {
	background-image: url(../images/background.png);
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

marquee {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.linkdeactivated {
	color: #CCCCCC;
	font-weight: bold;
}

.normal {
	font-size: small;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}

.smallbold {
	font-size: x-small;
	font-weight: bold;	
}

.smallfont {
	font-size: x-small;
}
