body {
        font-family : georgia, sans-serif;
        background-image : url(backtram.gif);
        background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : center;
}
a:hover {
        background-color : #CFFFCF;
}
a:visited{
        color : Gray;
}
h1{
        text-align : center;
        font-style : italic;
}
h2.Titel{
         background-color : #CFFFCF
}

td, th{
	border-color : #00CC00;
	border-style : solid;
	border-width : 1px;
}
table{
	border-width:0px;
}
td.vote{
        background-color : #CFFFCF;
		border-width: 0px;
}

img{
	border-width: 0px;
}
.error{
color : red;
font-weight: bold;
}
/*fuer Galerien*/
div.image{
	float:left;
	text-align:center;
	border-color : #00CC00;
	border-style : solid;
	border-width : 1px;
	vertical-align: middle;
	padding : 5px 5px 5px 5px;
}
div.comment{
	float:left;
	border-color : #00CC00;
	border-style : solid;
	border-width : 1px;
	vertical-align: middle;
	padding : 5px 5px 5px 5px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
