/*-- M A R K U P --*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
}

body {
	height: 100.1%;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../gfx/layout/flowers-medium.jpg); /*verlauf.gif) top left repeat-x;*/
}

img {
	border-width: 0;
}

ul {
	list-style-type: none;
}

a {
	/*text-decoration: none;*/
}

h1 {
	font-size: 1.9em;
	margin-bottom: .5em;
}

h2, h3, h4 {
	font-size: 1em;
	margin-bottom: 1em;
}

noscript {
	/*position: absolute;
	top: 250px;
	left: 150px;
	border: 1px solid red;
	padding: 35px;
	font-weight: bold;
	background: white;
	-moz-opacity:0.9;
	*/
	color: red;
	font-weight: bold;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}


/*-- S T A R T --*/
#box4all {
	position: relative;
	width: 960px;
	margin: 0 auto;
	border: 1px solid #6c0;
	-moz-border-radius: 8px;
	background: #fff;
	overflow: hidden;
	/* cBox1 wieder neutralisieren */
	white-space: normal;
}

/*-- T O P --*/
#top {
	position: absolute;
	top: 0;
	left: 0;
	height: 246px;
	background: url(../gfx/layout/topimgs.jpg) left bottom no-repeat;
	border-bottom: 1px solid #6c0;
	
}
#logoBox {
	border-bottom: 1px solid #6c0;
	/* IE */
	height: 123px;
	overflow: hidden;
	-moz-border-radius: 7px 7px 0 0;
	text-align: center;
	background-color: #81C347;
	width: 960px;
}

/*-- C O N T E N T --*/
#contentBox {	
	margin-top: 247px;
	overflow: hidden;
}


/*-- N A V I G A T I O N --*/
#navi {
	width: 190px; /*118px;*/
	padding-top: 35px;
	float: left;
}

#navi ul {
	padding-left: 20px;
	text-transform: lowercase;
	color: #c30;
}

#navi li a {
	display: block;
	line-height: 2em;
	width: 117px;
}

#navi li a:hover {
	color: green;
}

#navi img {
	display: block;
}

#navi a {
	padding-left: 3px;
	font: bold 14px Verdana;
	color: #690; /*74a18e;*/
	text-decoration: none;
}

#navi a.curr,
#navi a.curr:hover {
	color: #f60;
}

/* -- M A I N -- */
#main {
	padding: 35px;
	margin: 0 116px 1em 0;
	float: right;
	width: 584px; /* 648px */
	min-height: 280px;
}

#main a {
	color: #690;
}

#main a:hover {
	color: green;
}

#main ul {
	list-style-type: square;
	padding-left: 15px;
	margin: 0 0 1em;
}


/* Bilder */
.imgBox {
	overflow: auto;
	border: 1px solid #eee;
	padding: 10px 10px 6px;
	white-space: nowrap;
}

.imgBox img {
	margin-left: 10px;
}

img.first {
	margin-left: 0;
}

h3.imgFrame {
	/*border: solid #eee;
	border-width: 1px 1px 0;
	padding: 7px 10px 0;*/
	font-weight: normal;
}

/* Bildnavi */
#paging {
	width: 280px;
	padding-top: 5px;
	text-align: center;
}

#next img, #prev img {
	vertical-align: middle;
}

/*-- F O O T E R --*/
#footer {
	/*clear: both;
	padding-left: 20px;*/
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 0.8em;
}

/* E-mail */
a.ml img {
	vertical-align: top;
	margin: 6px 6px 0 1px;
}
a.ml:hover {
	background: #fff;
}

/* vertikal Zentrieren */
	html, body, .cBox0, .cBox1 {
		height: 100%;
	}
	.cBox0 {
		margin: 0 auto;
		display: table;
	}
	.cBox1 {
		display: table-cell;
		vertical-align: middle;
	}
	/**/
	div[class=cBox1] {
		white-space: nowrap;
	}
	
	/* in IEM solo shrink-wrap, no vert.center \*//*/
	.cBox1 {
		text-align: center;
	}
	.cBox2 {
		display: inline-block;
		text-align: left;
	}
	/**/
/* vertikal Zentrieren */


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

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

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../gfx/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../gfx/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../gfx/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
