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

a {
	color: #D9CE09;
}

a:hover {
	color: #D9CE09;
	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: 380px;
	width: 710px;
	border: 2px solid #FFFFFF;
	background-image: url(images/hintergrund2.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	margin: auto;
	top: 0px;
}

#logo {
	position: absolute;
	width: 288px;
}

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

.yellow {
	color: #D9CE09;
}

.red {
	color: #D90209;
}

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

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 18px;
	font-weight: lighter;
}

#menu ul a {
	color: #D9CE09;
	text-decoration: none;
}
#menu ul a:hover {
	text-decoration: none;
	color: #D90209;
}

#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;
}

#werbung img{
	border: 0px;
}

#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;
	background-color: #542341;
}
#galerie li img{
	border: 1px solid #FFFFFF;
}

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

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

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