/* Author: Harald Betzler */


/******************************************************************************/
/* Allgemeines ****************************************************************/
/******************************************************************************/

/* alle Standardabstaende des Browsers auf 0 setzen */
* {
	margin: 0px;
	padding: 0px;
}

/* Anzeige einer vertikalen Scrollbar erzwingen (z.B. fuer Firefox) */
html {
	height: 101%;
}

/* Hintergrundfarbe fuer das gesamte Browserfenster */
body {
	margin-top: 20px;
	background-color: #3C4A6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
}

p {
	color: #3C4A6B;
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	margin-left: 13px;
	margin-bottom: 10px;
}

li {
    margin-bottom: 5px;
}

a, a:link {
	color: #9DADC8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* Einstellungen fuer das "GERUEST" */

#head {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	padding: 0;
	border: 6px solid #9DADC8;
	background-color: #9DADC8;
	background-image: url(headline.jpg);
	background-repeat: no-repeat;
}

#middle {
	width: 950px;
	margin: 0 auto;
	height: auto;
	padding: 0;
	border: 6px solid #9DADC8;
	background-color: #F1F3F8;
}

#clear {
	clear: both;
}

#content {
    background-color: #F1F3F8;
	float: right;
	width: 740px;
	padding: 20px;
	border-left: 6px solid #9DADC8;
}

#navigation {
    background-color: #F1F3F8;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 5px;
}

#design {
    float: left;
    height: 350px;
    width: 1px;
    background-color: #F1F3F8;
}

#foot {
	width: 950px;
	height: 20px;
	margin: 0px auto;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	border: 6px solid #9DADC8;
	background-color: #9DADC8;
}

.trennlinie1 {
    width: auto;
    height: 3px;
    background-color: #9DADC8;
    margin: 40px 0px 3px 0px;
}

.InversUeberschrift {
    width: auto;
    height: 24px;
    background-color: #9DADC8;
    color: #F1F3F8;
    font-size: 18px;
    font-weight: bolder;
    font-style: normal;
    letter-spacing: 2px;
    margin: 3px 0px 15px 0px;
    padding: 3px 5px;
}

/******************************************************************************/
/* Navigation *****************************************************************/
/******************************************************************************/

#navigation ul {
    margin-bottom: 0px;
}

#navigation ul.nav1st li {
	padding: 3px 0px 3px 0px;
	list-style-type: none;
}

#navigation ul.nav1st a,
#navigation ul.nav1st a:link {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #3C4A6B;
}

#navigation ul.nav1st a:hover {
	text-decoration: underline;
	outline: none;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	outline: none;
	color: #9DADC8;
}

#navigation ul.nav1st li.activeBMF a,
#navigation ul.nav1st li.activeBMF a:link {
	outline: none;
	color: #F00;
}

#navigation ul.nav1st li ul.nav2nd li {
	padding: 3px 0px 3px 0px;
	list-style-type: none;
}

#navigation ul.nav1st li ul.nav2nd li a,
#navigation ul.nav1st li ul.nav2nd li a:link {
	color: #3C4A6B;
	font-size: 10px;
}

#navigation ul.nav1st li ul.nav2nd li a:hover {
	text-decoration: underline;
	outline: none;
}

#navigation ul.nav1st li ul.nav2nd li.active a,
#navigation ul.nav1st li ul.nav2nd li.active a:link {
	outline: none;
	color: #9DADC8;
}


/******************************************************************************/
/* Modul Sitemap **************************************************************/
/******************************************************************************/

.sitemap1st { 
	list-style-type: none;
	padding-left: 30px;
}

.sitemap1st a,
.sitemap1st a:link { 
	color: #3C4A6B;
}

.sitemap1st a:hover { 
	text-decoration: underline;
}

.sitemap2nd { 
	list-style-type: none;
	padding-left: 20px;
}



/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div zugeordnet.
*/
div.jaosg_galerie { 
	margin: 0px;
	padding: 0px;
	width: 739px;
}

div.jaosg_thumbnail { 
	float: left;
	background: #9DADC8;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 3px 3px;
}

div.jaosg_thumbnail img { 
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

/* ls=landscape-Format der Thumbs */
div.ls img { 
	height: 60px;
	width: 80px;
	margin: 15px 6px;
}

/* pt=portrait-Format der Thumbs */
div.pt img { 
	height: 80px;
	width: 60px;
	margin: 5px 16px;
}

/*footer schaltet float:left wieder aus */
div#jaosg_footer { 
	clear: both;
	padding: 0px;
}

/*
Lightbox-Styles
*/

#lightbox { 
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none;
}

#outerImageContainer { 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { 
	padding: 10px;
}

#loading { 
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav { 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink { 
	width: 45%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
}

#prevLink { 
	left: 0;
	float: left;
}

#nextLink { 
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData { 
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails { 
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { 
	font-weight: bold;
}

#imageData #numberDisplay { 
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose { 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}  
