/* LAYOUT */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	color:black; 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCD9DC;
	text-align:center;
}
#containerbox, #containerfull { 
	position:relative;
	top:140px;
	min-width:660px;
	width:72%;
	min-height:84%;
	height:auto !important;  /* für moderne Browser */
	height:660px;  /*für den IE */
	margin:0 auto 0 auto;
	background: #fff url(../images/bgcontentbox.gif) repeat-y 0 0;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #b4b4b4;
	text-align:left;
	z-index:0;
}
#containerbox, #containerfull { !min-height:74% } /* nur  7 IE */
html.* #containerbox, html.* #containerfull { height:70% } /* nur IE < 6 */
 
#containerbox { 
	background: #fff url(../images/bgcontentbox.gif) repeat-y 0 0;
}
#containerfull { 
	background: #fff url(../images/bgcontentfull.gif) repeat-y 0 0;
}

#left, #box, #content {
	min-height:260px;
	z-index:10;
}
#left {
	float:left;
	width:170px;
	height:100%;
	margin-top:50px;
	color: #ffffff;
}
#box {
	float:left;
	width:260px;
	margin-top:68px;
	color: #979797;
}
#contentbox, #contentfull {
	margin-top:50px;
	color: #2D3290;
}
#contentbox {
	margin-left:440px;
}
#contentfull {
	margin-left:190px;
}

#foot {
	position:absolute;
	bottom:-25px;
	width:100%;
	display:block;
	font:10px/12px Arial,Helvetica,sans-serif;
	color: #565656;
}




/* HEADER */
#head {
	position:relative;
	margin-top:-110px;
	width:100%;
	height:110px;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #B89971;
}
#headleft {
	position:absolute;
	left:0;
	width:172px;
	height:110px;
	background-color:#CCD9DC;
}
#headright {
	position:relative;
	margin-left:171px;
	height:110px;
	background: url(../images/bgwood.png) repeat-x 0 0;
	z-index:3;
}
.headslogan, .headlogo1, .headlogo2 {
	position:absolute;
}
.headslogan {
	top:4px;
	right:2px;
	text-align:right;
	z-index:10;
}
.headlogo1 {
	padding-top:29px;
	left:0;
	z-index:3;
}
.headlogo2 {
	top:29px;
	z-index:5;
}
#ticker {
	position:absolute;
	top:80px;
	width:100%;
	height:16px;
	right:5px; 
	text-align:right;
	font:18px Verdana,Arial,Helvetica,sans-serif;
	color:#6D4214;
	z-index:2;
}
.tickertext {
	position:relative;
	margin-left:276px;
}


/* ESSENTIALS */
.contenttext {
	padding-bottom: 10px;
}
.inside {
	padding-left: 15px;
}
.insidenav {
	padding-left: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {clear: both; display: block;}
/* End hide from IE-mac */


.openinfo {
	position:absolute;
	left:10px;
	bottom:10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* Clearen per Overflow */
.floatbox { 
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}





/* Login/Logout-Link */
.log {
	position: absolute; 
	right: 5px; 
	top: 110px;
	color: #f8f8f8;
}
*+html .log {
	top: 0;
}
.log a {
	color: #757575;
	text-decoration: none;
}
.log a:hover {
	color: #ebebeb;
}
.log a.login {
	color: #f8f8f8;
	text-decoration: none;
}

.links img {
	padding: 10px;
}







/* NAVIGATION */
ul#admin{
	list-style-type:none;
	margin:0;
	padding:0;
	font:12px/14px Arial,Helvetica,sans-serif;
}
ul#admin li a{
	color: #ffffff;
}
ul#admin li a:hover{
	color: #D3AF80;
}
ul#admin li a.active{
	color: #D3AF80;
}

#nav1 {
	margin: 0;
	padding: 0;
	width:160px;
	font: 14px Arial, Verdana, sans-serif;
}

#nav1 li {
	list-style: none;
}
html.* #nav1 li { height: 16px; }

#nav1 li.item {
	font-size: 16px;
	font-weight: bold;
}
#nav1 a {
	color: #eee;
	text-decoration: none;
	display: block;
	width: 160px;
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 3px 0 0 0;
}

#nav1 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	background:url(../images/navn.gif) no-repeat;
	background-position: bottom right;
}
#nav1 a.active {
	color: #D3AF80;
	border-bottom: 1px solid #D3AF80;
	background:url(../images/nava.gif) no-repeat;
	background-position: bottom right;
}

#nav2 {
	font-size: 12px;
}
#nav2 li {
	list-style-type: square;
	margin-left: 14px;
}
#nav2 a {
	padding: 0;
	border-bottom: 1px solid transparent;
}
#nav2 a:hover, #nav2 a.active {
	border-bottom: 1px solid transparent;
	color: #D3AF80;
	background: none;
}

#nav3 {
	font-size: 11px;
	font-weight: normal;
}
#nav3 li {
	margin-left: 12px;
}

html.* #nav1 a,
html.* #nav2 a,
html.* #nav2 a:hover,
html.* #nav2 a.active { border-bottom: none; } /* nur IE < 6 */





/* CONTENT */
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: 1px solid #cccccc;
	border-bottom: transparent;
	margin: 10px 0 10px 0;
}
a {
	color: #7178F7;
	text-decoration:none;
}
a:hover {
	color: #B28D27;
	text-decoration:none;
}
.smaller {
	font:11px/14px Arial,Helvetica,sans-serif;
}
.small {
	font:10px/12px Arial,Helvetica,sans-serif;
}
.bottom {
	position:absolute;
	bottom:0;
}
h1 {
	margin:0 0 20px 0;
	padding:0 5px 0 0;
	font:18px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	border-bottom:3px solid #D0B773;
	text-align: right;
}
h2 {
	margin:0 0 20px 0;
	padding:0;
	font:16px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
}
h3 {
	font:14px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
*+html h3 { 
	margin-bottom:0;
}
p {
	margin:0;
	padding:0 0 20px 0;
}
td {
	vertical-align:top;
}
.infobox {
	width:30%; 
	height:100px; 
	margin:5px 3px 5px 0; 
	background-color:#E6E6E6; 
	border:1px solid #cccccc; 
	float:left;
	background-repeat:no-repeat;
}
.infotitle {
	position:relative;
	top:-14px;
	font-weight:bold;
	background-image: no-repeat center;
	font:11px Arial,Verdana,Helvetica,sans-serif;
	/*color:#D0B773;*/
}
a.info {
	cursor:hand;
}

code {
	font:12px Verdana,Arial,Helvetica,sans-serif;
}













/* GALLERY */

.thumbsoverview {
	position: absolute;
	top: 200px;
	right: -5px;
}

/* THUMBNAILS */
.gallery {
	overflow: hidden;
}

/* Galerie-Titel und Untertitel */
.gallery .galTitle {
	font-size: 18px; 
	color: #555;
	margin: 0 0 1px 0;
}
.gallery .galTitle2 {
	font-size: 16px; 
	color: #555;
}
.gallery .galSubtitle {
	font-size: 16px; 
	color: #555;
}
/* Galerie-Text */
.gallery .thumbsText {
	font-size: 12px;
	padding: 10px 10px 10px 0;
	min-width: 35%;
	display: block;
}

/* Thumbnail-Layout */
.gallery .thumbBoxOvv {
	margin: 0 15px 10px 0;
	padding: 0 15px 30px 0;
	border-bottom: 1px solid #cccccc;
}
.gallery .thumbBoxOvv {
	margin: 0 15px 5px 0!;
	padding: 0 15px 5px 0!;
}

.gallery .thumbBox {
	margin: 0;
	padding: 0;
	float: left;
}

/* Thumbnail-Bild */
.gallery .thumbBoxOvv .thumbImg {
	float: left;
}

.gallery .thumbImg img {
	margin: 0;
	padding: 3px; 
	background-color: #f0f0f0; 
	border: 1px solid #DDD;
}
.gallery .thumbImg a:hover img {
	background-color: #DDD; 
	padding: 3px; 
	border: 1px solid #AAA;
}

/* Thumbnail-Legende */
.gallery .thumbLegend {
	font-size: 9px;
	line-height: 10px;
}


/* BILD-LAYOUT */
/* Bild-Titel */
.gallery .imgTitle {
	font-size: 14px; 
	color: #555;
}

/* Bild-Titel */
.gallery .image {
	position: relative;
	text-align: center;
	padding: 5px 0 5px 0;
}
.gallery .image a img {
	border: 1px solid #AAA;
}
.gallery .image a:hover img {
	border: 1px solid #DDD;
}

/* Bild-Titel */
.gallery .imgLegend, #picViewer .legend {
	margin: 0 0 5px 0; 
	padding: 5px 0 5px 0; 
	border: 1px solid #B7B1B1; 
	background: #F0F0F0; 
	/*text-align: center;*/
	font-size: 11px;
	color: #4D443E;
}


/* Galerie-Linkübersicht */
.gallery ul {
	position: relative;
	left: 20px;
	margin-left: 1em;
	padding-left: 1em;
	/* text-indent: -1em; */
}

.gallery ul.galNav li {
	color: #006600;
}
.gallery ul.galNav li a {
	color: #006600;
	text-decoration: none;
}
.gallery ul.galNav li a:hover {
	color: #009900;
}


/* Uebersicht-Link */
.gallery .galBack {
	float: right;
	margin-top: 0;
}
.gallery .galBack a {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}


/* Meldungen */
.success {
	color: green;
}
.error {
	color: red;
}


/* Bild im PopUp */
.picViewer a img {
	border: 1px solid #AAA;
}
.picViewer a:hover img {
	border: 1px solid #DDD;
}




