body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #930000;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #930000;
}

a:hover {
	color: #930000;
	text-decoration: none;
}

/*#wrapper {
	height: 100%;
	width: 750px;
	border-collapse: collapse;
	font-size: 12px;
}

#wrapper #main td {
	height: 420px;
	border: 2px solid #FFFFFF;
	background-image: url(images/hintergrund2.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	vertical-align: top;
}*/

#main {
	text-align: left;
	position: relative;
	height: 420px;
	width: 750px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: auto;
}

#main_sub {
	padding: 20px;
	height: 380px;
	border: 2px solid #000000;
}

#logo {
	position: absolute;
	text-align: right;
	margin-left: 440px;
	width: 260px;
}

#content {
	line-height: 16px;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-left: 200px;
	margin-top: 60px;
	overflow: auto;
}
#content p:first-child{
	margin-top: 0px;
}

.yellow {
	color: #D9CE09;
}

.red {
	color: #930000;
}

#menu {
	position: absolute;
	margin-top: 0px;
	width: 180px;
	font-size: 11px;
	color: #666666;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

#menu ul a {
	color: #000000;
	text-decoration: none;
}
#menu ul a:hover {
	text-decoration: none;
	color: #930000;
}

#copyright {
	margin-top: 370px;
	position: absolute;
}

#fotos {
	margin-top: 370px;
	margin-left: 580px;
	position: absolute;
}

#werbung {
	margin-top: 420px;
	width: 710px;
	text-align: center;
	position: absolute;
}

#galerie {
	margin:0px;
	padding: 0px;
	display: inline;
}

#galerie li {
	text-align: center;
	margin: 4px;
	padding: 3px;
	float: left;
	list-style-type: none;
	height: 100px;
	width: 100px;
}
#galerie li img{
	border: 1px solid #000000;
}

.rowA {
	background-color: #F5F5F5;
	margin-bottom: 1px;
	padding: 5px;
}

.rowB {
	background-color: #F0F0F0;
	margin-bottom: 1px;
	padding: 5px;
}

.new {
	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #930000;
}