body{
	background-image: url(../img/layout/hintergrund.gif);
	margin: 0;
	text-align: center;
}

img{
	border: 0;
}

a:link{
	color: #e2007a;
}

a:visited {
	color: #e2007a;
}

*{
	color: #666666;
	font-size:12px;
	line-height:14px;
	font-family: "Trebuchet MS", Arial;	
}

h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

#mainWrapper{
	background-color: #fff;
	background-image: url(../img/layout/sonne_transparent.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 800px;
	margin: 50px auto 14px auto;
	min-height: 600px;
	text-align: left;
}

.wrapperBorder,.wrapperCorner {
	width: 800px;
	min-height: 600px;
}

#galleryWrapper {	
	width:300px;
}

#galleryWrapper p {
	margin:0 0 6px 0;
}

.vImageLeft {
	margin-right:4px;
}

#wrapperBorderTop {
	background-image: url(../img/layout/kante.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrapperBorderLeft {
	background-image: url(../img/layout/kante.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#wrapperBorderRight {
	background-image: url(../img/layout/kante.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#wrapperBorderBottom {
	background-image: url(../img/layout/kante.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.wrapperCorner {
	background-repeat: no-repeat;
}

#wrapperCornerTopLeft {
	background-image: url(../img/layout/ecke_oben_links.gif);
	background-position: top left;
}

#wrapperCornerTopRight {
	background-image: url(../img/layout/ecke_oben_rechts.gif);
	background-position: top right;
}

#wrapperCornerBottomLeft {
	background-image: url(../img/layout/ecke_unten_links.gif);
	background-position: bottom left;
}

#wrapperCornerBottomRight {
	background-image: url(../img/layout/ecke_unten_rechts.gif);
	background-position: bottom right;
}

#header {
	position:relative;
	top:-43px;
}

#logo {
	text-align:center;
}

#menu {
	background-image: url(../img/layout/hintergrund_menu.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height:41px;
	margin:0 2px 0 2px;
}

#menu ul {
	height:51px;
	margin:0;
	padding:0 0 0 5px;
}

#menu li{
	display:block;
	float:left;
	list-style: none;
	line-height: 41px;
	margin:0 0 0 0;
	min-width:49px;
	padding-top:9px;
}

#menu li.firstcurrent , #menu li.firstparent , #menu li.firstcurrentparent, li.current, #menu li.parent , #menu li.currentparent {
	background-image: url(../img/layout/sonne.gif);
	background-position: center 4px;
	background-repeat: no-repeat;
}

#menu a {
	background-image: url(../img/layout/hintergrund_link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #e2007a;
	display:block;
	float:left;
	font-weight:bold;
	line-height: 22px;
	margin-top:10px;
	padding:0 10px 0 13px;
	text-decoration:none;
}

#menu li.first a, #menu li.firstcurrent a, #menu li.firstparent a, #menu li.firstcurrentparent a{
	background-image: none;
}

#submenu {
	background-image: url(../img/layout/hintergrund_submenu.gif);
	background-position: center;
	background-repeat: repeat-x;
	height:34px;
	margin:0 2px;
}

#submenu ul {
	height:34px;
	margin:0;
	padding:0 0 0 70px;
}

#submenu li{
	background-image: url(../img/layout/hintergrund_link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	display:block;
	float:left;
	height:34px;
	list-style: none;
	line-height: 34px;
	margin:0 6px 0 0;
	padding:0 0 0 9px;
	
}

#submenu li.first {
	background-image: none;
	padding:0;
}

#submenu li.current, #submenu li.firstcurrent, #submenu li.parent, #submenu li.firstparent, #submenu li.firstcurrentparent {
	background-image: url(../img/layout/blume.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding:0 0 0 40px;
}

#submenu a {
	color: #e2007a;
	font-size: 11px;
	font-weight:bold;
	line-height: 34px;
	text-decoration:none;
}

#content {
	margin:0 0 0 70px;
	position:relative;
	top:-18px;
}

#content a {
	color:#e2007a;
}

#content h1#pageTitle{
	color:#e2007a;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin:20px 0 25px 0;
}

#content ul {
	margin:0;
	padding:0 0 0 16px;
}

#content li {
	margin:0 0 14px 0;
}

#contentLeft {
	float:left;
	width:340px;
}

#contentRight {
	margin-left:400px;
}

#contentRight div#contact {
	padding-top:70px;
	
}

#contentRight div#contact p {
	margin-top:0;
}

br.clearer {
	clear:both;
}

label:hover{
	cursor: pointer;
}

form span label{
	display: block;
	margin-top: 14px;
	font-weight: bold;
}

form span input,form span textarea{
	color: #e2007a;
	background-color: #FFFFCC;
	border: 1px solid #e2007a;
	display: block;
	height:14px;
	margin-bottom:0;
	width: 210px;
}

form span textarea{
	width: 210px;
	height:84px;
}

input.submit{
	background-color: #FFFFCC;
	border: 1px solid #e2007a;
	width: 210px;
	height:20px;
}

input.submit:hover{
	cursor: pointer;
}

.error_message{
	color: #e2007a;
}

.message_info{
	font-weight: bold;
	margin-bottom: 14px;
}

/* lightbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #ffffcc;
	cursor: pointer;
}

#lbCenter,#lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffcc;
}

.lbLoading{
	background-color: #ffffcc;
}

#lbImage{
	border: 10px solid #fff;
}

#lbPrevLink,#lbNextLink{
	display: block;
	line-height: 20px;
	width: 50%;
	outline: none;
	height: 20px;
}

#lbPrevLink{
	float: left;
	background: transparent url(../img/layout/lightbox/prevlabel.gif) no-repeat 10px 0;
}

#lbNextLink{
	background: transparent url(../img/layout/lightbox/nextlabel.gif) no-repeat 100% 0;
	margin-left: 50%;
}

#lbBottom{
	color:#e2007a;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	padding-bottom: 5px;
	height: auto;
}

#lbCloseLink{
	display: block;
	float: right;
	width: 38px;
	height: 22px;
	background: transparent url(../img/layout/lightbox/closelabel.gif) no-repeat right;
	margin:0;
}

#lbCaption{
	font-weight: bold;
	padding-top: 5px;
}

#lbCaption,#lbNumber{
	color:#e2007a;
	margin-right: 71px;
	padding-left: 10px;
}

#lbNumber{
	padding-bottom: 5px;
}

