/* stylesheet for schmuckrauschen by Hinrich Althoff */ 
/* colors: */
/*	  #f5f8e4: very light green header and highlighted text */
/*	  #3c5a4a: dark green text and borders */
/*	  #ff5305: orange highlight */
/*	  #b9ce43: green navigation and gallery background */
/*	  #d7e393: light green background and some borders*/	

/* misc */

body {
	color: #3c5a4a;
	font-size: 83.33%; 
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background-image: url("../images/bg_sm_rp_cl.jpg"); 
	/* background-repeat: repeat-y; */
	background-color: #d7e393;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; 
}

h1 {
	font-size: 1.3em;
	font-weight: 700;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 1em;
	font-weight: 500;
}

hr {
	height: 1px;
	background-color: #3c5a4a; 
}

.text_contents {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 648px;
	text-align: center;
}

.table_contents {
	font-size: 1.1em;
	width: 748px;
}

.table_contents .highlight {
	background-color: #ff5305;
	color: #f5f8e4;
}


.huge_numbers {
	font-size: 60px;
	text-align: center;
}

.look {
	color: #ff5305;
}

.indented {
	text-indent: 0.7em;
}

.no_wrap {
	white-space: nowrap;
}

/* in order to get rid of firefox's dotted lines around links */
a {
	outline: none;
	color: #3c5a4a;
}

a:hover {
	color: #ff5305; 
}

#header {
	background-color: #f5f8e4;
	text-align: center;
	padding: 3px;
}

#chapter_heading {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 648px;
	text-align: center;
}	

#footer, #footer a {
	font-size: 1em;
	margin-top: 3em;
	text-align: right;
	margin-right: 1em;
	color: #3c5a4a; 
}

#footer a:hover {
	color: #ff5305; 
}

/* main navigation with help from Dirk Jesse (http://www.yaml.de) */

.nav_main {
	width: 100%;
	overflow: hidden; 
	/* background: #b8b8b8 url('../images/menu_button_background.gif') repeat-x center right;
	*/	
	background-color: #b9ce43;
	border-bottom: 1px #3c5a4a solid;
}

.nav_main ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

.nav_main ul#nav_top, ul#nav_first {
	border-top: 1px #3c5a4a solid;
}

.space {
	line-height: 1.5em;
}

.nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	border-left: 1px #d7e393 solid;
	border-right: 1px #3c5a4a solid;
}

.nav_main ul li.first {	
	border-right: 1px #3c5a4a solid; 
	border-left: none; 
	padding: 0.5em 0em 0.5em 0em; width: 18px; 
}

.nav_main ul li.last { 
	border-left: 1px #d7e393 solid; 
	border-right: none; 
	padding: 0.5em 0em 0.5em 0em;
}

.nav_main ul li a {
	display: block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #3c5a4a;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

.nav_main ul li a:hover {
	background: #d7e393;
	color: #ff5305;
	text-decoration: none;
}

.nav_main ul li#current { 
	border-left: 1px #d7e393 solid; 
	border-right: 1px #3c5a4a solid;
	/* background: transparent url('../images/menu_button_background_active.gif') repeat-x center right;	
	*/
	background-color: #ff5305;
}

.nav_main ul li#current a,
.nav_main ul li#current a:hover {
	color: #f5f8e4;
	background: transparent;
	text-decoration: none;
}

/* gallery with help of OptiPicX*/

/* width and height dependent on big image and small image size */
/*  width = big image width (500) + small image width (100) */ 
/*  + left (8) + right margin (8) + space between small and big () */
/*  height = small image hight x number of small images + margins */

#gal01sb {
	width: 648px;
	height: 524px;
}

/* the gallery background */ 

#gal01bg {
	background: #b9ce43;
	border: 0px solid #3c5a4a;
	text-align: left;
	padding: 8px;
}

#gal01vp {
	width: 628px;
	height: 504px;
	top: 0px;
	left: 0px;
}

#gal01vp {
	position: relative;
}

#gal01vp a, #gal01vp span {
	position: absolute;
}

#gal01bg, #gal01sb {
	position: static;
}

#gal01vp span.imgbigi, #gal01vp span.imgsmli, #gal01vp span.imgdescm, #gal01vp span.imgdesci {
	position: static;
}

#gal01vp * {
	text-decoration: none;
}

#gal01vp span.imgsmlo, #gal01vp span.imgbigo, #gal01vp span.xxl {
	background: #f5f8e4 no-repeat center;
	border: 1px solid #3c4a5a;
}

#gal01vp a:hover span.imgsmlo, #gal01vp span.imgbigo {
	border: 1px solid #3c4a5a;
}

#gal01vp span.imgbigo {
	right: 0px;
	top: 0px;
	background: url('../images/loading.gif') no-repeat center;
}

#gal01vp span.imgbigi {
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background: no-repeat center;
	cursor: default;
}

/* big image size */ 
#gal01vp a:hover span.imgbigi, #gal01vp a#gal01b00 span.imgbigi {
	width: 500px;
	height: 375px;
}

/* text inside big image */
#gal01vp span.imgnote {
	left: 0px;
	top: 0px;
	cursor: default;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color: #b9ce43;
	margin: 10px;
}

#gal01vp a {
	display: block;
	cursor: default;
}

#gal01vp span.area, #gal01vp span.imgbigo, #gal01vp span.imgbigi, #gal01vp span.imgsmlo, #gal01vp span.imgsmli, #gal01vp span.imgdesci, #gal01vp span.imgdescm, #gal01vp span.imgdesco {
	display: block;
}

#gal01vp span.area {
	visibility: hidden;
	width: 0;
	height: 0;
}

#gal01vp a:hover span.area, #gal01vp a#gal01b00 span.area {
	visibility: visible;
	width: 100%;
	height: 100%;
}

#gal01vp a {
	z-index: 3;
}

#gal01vp a:hover {
	z-index: 2;
}

#gal01vp a#gal01b00 {
	z-index: 1;
}

#gal01bg, #gal01vp {
	z-index: 0;
}

#gal01vp span.xxl {
	padding: 1px;
	right: -4px;
	bottom: -4px;
	font-size: 0.8em;
	line-height: 0.9em;
	vertical-align: middle;
	color: #3c4a5a;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

/* image description under big image */ 
#gal01vp span.imgdesco {
	right: 0px;
	bottom: 0px;
	width: 502px;
	height: 123px;
	background: #b9ce43;
}

#gal01vp span.imgdescm {
	padding: 0px;
	border: 0px solid #3c5a4a;
}

#gal01vp span.imgdesci {
	width: 502px;
	height: 121px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-style: normal;
	color: #3c4a5a;
	white-space: normal;
	overflow: hidden;
	cursor: default;
}

/* usage hint under gallery */
.hint {
	width: 632px;
	text-align: left;
	font-size: 0.9em;
	color: #3c5a4a;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

#gal01vp span.imgsmli { width: 100px; height: 75px; }
#gal01vp a { width: 104px; height: 79px; }
#gal01vp span.area { left: 0px; top: 0px; }
#gal01vp span.imgsmlo, #gal01vp span.imgsmli { left: 0px; top: 0px; }

/* small image positioning */
a#gal01b01, a#gal01b01:hover span.imgsmlo { left: 0px;   top: 0px; }
a#gal01b02, a#gal01b02:hover span.imgsmlo { left: 0px;   top: 85px; }
a#gal01b03, a#gal01b03:hover span.imgsmlo { left: 0px;   top: 170px; }
a#gal01b04, a#gal01b04:hover span.imgsmlo { left: 0px;   top: 255px; }
a#gal01b05, a#gal01b05:hover span.imgsmlo { left: 0px;   top: 340px; }
a#gal01b06, a#gal01b06:hover span.imgsmlo { left: 0px;   top: 425px; }

#gal01vp a:hover, #gal01vp a#gal01b00 {
	left: 0px;
	top: 0px;
	width: 628px;
	height: 504px;
}

/* end of file */

