html, body { 
	margin: 0;
	padding: 0;
	background-image: none;
}

body {
	font: 10px/1.4em Verdana, Lucida, sans-serif;
}

a {
	text-decoration: none;
}

/* @group Sprechblase */

h3 {
	font-size: 11px;
	color: red;
	margin: 0 0 5px;
	font-weight: normal;
	font-style: normal;
}

p {
	width: 480px;
	margin: 0 0 6px;
	font-size: 11px;
	line-height: 16px;
	color: black;
}

.made_dove {
	margin-top: 10px;
}

h2 {
	font-size: 11px;
	color: black;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}



/* @end */

/* @group navigation */

#mainnavi {
	width: 935px
	;
	position: relative;
	top: 12px;
}

#mainnavi dl {
}

#mainnavi dt a {
	background-color: black;
	float: right;
	padding: 0 10px 1px;
	color: white;
	margin-right: 5px;
	line-height: 12px;
	text-decoration: none;
}

#mainnavi dt a:hover {
	background-color: red;
}



/* @end */

/* @group 55er */

#pagecontainer {
	width: 935px;
	height: 480px;
	opacity: 1;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#gal_picrow {
	width: 935px;
	clear: both;
}

.galpics {
     position : relative;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group lightbox */

#lb_content {
	width: 400px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 0;
	opacity: 1;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 11px;
	color: #3f85ca;
}

.lightbox_list {
	padding-top: 0;
	margin-bottom: 15px;
}

#close_lb {
	width: 20px;
	height: 20px;
	position: relative;
	left: 518px;
	top: 25px;
}

.lightbox_list a {
	color: red;
	background-color: white;
}

.lightbox_list a:hover {
	color: black;
}

#newsletterbox {
	margin-left: 5px;
}

/* @end */