/* --- STRUCTURE --- */

#container {
	position: absolute;
	width: 972px;
	overflow:hidden;
	height: 513px;
	background: transparent url(../img/background.png) no-repeat scroll 30px 36px;
	left:50%;
	margin-left:-486px;
	top:50%;
	margin-top:-280px;
}
	
#logo {
	position: absolute;
	top: 0px;
	left: 635px;
}

#book {
	position: absolute;
	top: 25px;
	left: 16px;
	width: 940px;
	height:470px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}

/* --- NAVIGATION --- */

#navi {
	position: absolute;
	border-left: 1px solid #bf003d; /* #da6e90; */ /*pink line*/
	left:820px;
	height: 470px;
	width: 120px;
	font-size: 8pt;
	line-height: 12pt;
}
		
#naviContact {
	position: absolute;
	left: 8px;
	width: 104px;
	bottom: 23px; /* Grundlinie der Schrift: 25px */
}

#naviLevel1 {
	position: absolute;
	left: 8px;
	width: 104px;
	/* height: 100px; */
	bottom: 62px; /* Grundlinie der Schrift: 63px */	
}

#naviLevel2 {
	position: absolute;
	left: 8px;
	width: 104px;
	top: 205px;
}

#naviLevel3 {
	position: absolute;
	left: 8px;
	width: 104px;
	top: 50px;
}

/* --- NAVIGATION: FONTS & COLORS --- */

#navi a {
	text-decoration: none;
	color: #484848;
}

.inactive,
#navi .menuNotActive a {
	color: #999;
}

#navi li {
	color: #484848;
}

#navi a:hover,
#navi a:focus,
#navi a.active,
#navi .menuNotActive a:hover,
#navi .menuNotActive a:focus,
#navi .menuNotActive a.active {
	text-decoration: none;
	color: #bf003d; /*superpink*/
}


/* --- CONTENT --- */

#headline {
	position: absolute;
	bottom: 23px;
	width: 305px;
	left: 507px;
	text-align: right;
}

#headline h1 {
	color: #bf003d;
}

#content {
	position: absolute;
	bottom: 61px;
	width: 305px;
	left: 508px;
	text-align: right;
	overflow: auto;
	padding-right: 7px;
}

#content.height {
	max-height: 356px;
}

#content.heightWithPics{
	max-height: 246px;
}

#content.heightWithContactForm{
	max-height: 170px;
}

#content.impressumFont {
	font-size:7pt;
	bottom:60px;
}

#content a {
	text-decoration: underline;
	color: #484848;
}
#content a:hover {
	text-decoration: none;
	color: #bf003d;
}

/* --- GALLERY --- */

#pics {
	position: absolute;
	top: 52px;
	width: 338px;
	right: 129px;
	max-height: 110px;
}

#pics ul {
	/* height: 47px; */
	margin: 0px;
	padding: 1px;
	/* max-width: 312px; */
	float:right;
	margin-bottom: 3px;
}

#pics li {
	display:inline;
	float:left;
	margin: 0px 0px 0px 5px;
	width: 45px;
	height: 45px;
	padding: 0;
}

#pics a {
	display: block;
	border:none;
	border: 1px solid #ffffff; /* ie6 kann kein Transparent */
	width: 45px;
	height: 45px;
}

#pics a:hover,
#pics a.active {
	border: 1px solid #bf003d;
}

/* --- CONTACTFORM --- */

#contact {
	position: absolute;
	top:52px;
	width: 307px;
	left: 505px;
	/* font-size: 7pt; */
}

#contact p label {
	padding-left:230px;
	color: #484848;
	margin-top:0;
	display: block;
	font-size: 7pt;
}
#contact .small {
	font-size: 7pt;
}

#contact .inputForm,
#contact .textareaForm {
	float: right;
	width: 295px;
	font-family:'Verdana','Arial',sans-serif;
	font-size:9pt;
	line-height: 10pt;
	text-decoration:none;
	color: #484848;
	border: 1px solid #bdbdbd;
	margin-bottom: 3px;
	text-align: right;
	padding: 0 5px 0 5px;
}
#contact .error .inputForm,
#contact .error .textareaForm {
	border: 1px solid #bf003d;
}

#contact .buttonForm {
	float: right;
	border:none;
	width: 75px;
	font-size: 7pt;
	color: #484848;
	background-color: #fff;
	text-align:left;
	padding-left:0;
	font-weight: bold;
}

#contact p {
	color: #bf003d;
	line-height: 10pt;
	margin-left:0;
}


/* --- PICTURE LEFT --- */

#left {
	position: absolute;
	top:0;
	width: 470px;
	height: 470px;
	background-color: #eee;
}

.slideshowimage {
	width: 470px;
	height: 470px;
	position: absolute;
	cursor: pointer;
}