/* CSS Document */

html {height: 100%;}
img {border: none;}

a:link {
	color: #8e8f83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: silver;
}
a:hover {
	text-decoration: none;
	color: #ed562e;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}


body{
    background: url(../art/diego-greene_debruen.jpg) no-repeat;
    background-color: black;
	word-spacing: 1px;
	text-align: left;
	line-height: 16px;
	font-family: Georgia;
	font-size: 11px;
	color: #8e8f83;
}
	
.tablehead{
    color: #73be9a;
    text-decoration: underline;
}
	
#container{
    background-image: url(../art/blackbg.png);
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    width: 477px;
    height: 100%;
    padding-bottom: 2px;
    border-bottom: 1px dotted silver;
}	

.navi {
	color: white;
	font-size: 9px;
	border-bottom: 1px dotted silver;
	padding-top: 4px;
	padding-bottom: 0px;
}
		
.txtfeld {
	padding-top: 10px;
	padding-bottom: 6px;
}

.smalltxt {
	font-family: arial;
	font-size: 9px;
	line-height: 11px;
}



.footer{
    border-top: 1px dotted silver;
    margin-top: 20px;
}

.thumbs{
    width: 60px;
    height: 50px;
    margin: 3px;
    float: left;
    overflow: hidden;
    border: 0px solid silver;
}
.thumbs img{
    width: 58px;

}
/*
.img_link:hover{
	filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
	}
*/
