

/* General
-------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

.clearFloat {
	clear: both;
}

.clear:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
img a {border: none;}
html {
     overflow: -moz-scrollbars-vertical;
}

html { min-height: 100%; margin-bottom: 1px; }
/* Page Structure
-------------------------------------------------------------------------------------- */
body {
	background: #fff;
	margin-top: 55px;
}
#wrapper {
    margin: 0 auto;
	width: 960px;
}
#content {
   width: 960px;
   margin-top: 30px;
}
#left { 
    width: 690px;
	float: left;
	margin-right: 20px;
}
#left img{ 
	border: 1px solid #d2d2d2;
}
#left-l, #left-side { 
    width: 480px;
	float: left;
	margin-right: 20px;
	/*background: url(images/home-img-bg.jpg) no-repeat;*/
}
#left-side img {
 margin: 3px 0 0 3px;
}
#left-l img{ 
	border: 1px solid #d2d2d2;
}


#mid {
    width: 200px;
	float: left;
	padding: 20px;
}
#mid-l {   
     width: 200px;
	padding: 20px;
}
	
#right {
    width: 456px;
	float: right;
}
#right ul li {margin-left: 14px;}
#right-gallery {
    width: 200px;
	float: right;
}

/* Header
-------------------------------------------------------------------------------------- */
#header {
	height: 57px;
	width: 960px;
}
#header h1 {
	background: url(images/logo-new.gif) no-repeat top left;
	float: left;
	height: 57px;
	width: 200px;
	margin:0;
}
#header h1 a {
	display: block;
	height: 57px;
	overflow: hidden;
	width: 200px;
	}
#header h1 a span {
	cursor: pointer;
	display: block;
	margin-left: 1000px;
}
#rss {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin:99px 0 0;
	padding: 0;
	height: 25px;
	text-align: right;
}
#rss a {
    background: url(images/rss.gif) no-repeat top right;
    color: #601366;
	text-decoration: none;
	font-weight: normal;
	padding: 12px 30px 0 10px;
	height: 25px;
	display: block;
}
#rss a:hover {
    color: #041f56;
	text-decoration: none;
}
/* Typography
-------------------------------------------------------------------------------------- */
body {
	color:#7e7e7e;
	font: 70%/170% Helvetica, Geneva, Tahoma, Verdana, Arial, sans-serif;
}
h2 {
	color: #000;
	margin: 0 0 30px 0;
    font-size: 150%;
}
h1, h3, h4 { color: #656565; }
h3 { font-size: 14px; margin: 10px 0 4px 0;}
#right h3 {
 margin: 0;
 padding: 0;
}
h1 {
    font-size: 2.2em;
    letter-spacing: 0.2em;   
	font-weight: normal;
}
p { 
    padding: 0; 
	margin: 0 0 10px 0;
}
.event { font-size: 11px; color: #bcbcbc; font-weight: bold; margin: 5px 0 0 0;}
a { 
    color: #000; 
	text-decoration: underline;
}
a:hover, a:active { 
    color:#bbb;
	text-decoration: underline;
}
strong {
    color: #bcbcbc;
}
.home-text {
   padding: 0 200px 0 0;
}

/* Navigation
-------------------------------------------------------------------------------------- */
#nav {
height:33px;
width:456px;
background:url(images/nav-slice.gif) repeat-x;
position:relative; 
font-size:11px;
z-index:500;
float: right;
}
#nav .select/*, #nav .current */{margin:0; padding:0; list-style:none;}

#nav ul li  {float:left;
width: 74px;
border-left: 1px #fff solid;
text-align: center;}
#nav .select a
/*#nav .active a*/ {display:block; height:33px; width: 74px; float:left; background: url(line/blank_sepia.gif); /* padding:0 15px 0 0; margin:0;*/text-decoration:none; line-height:33px; white-space:nowrap; color:#7e7e7e;}

* html #nav .select a, * html #nav .active a {width:1px; height:34px;}

#nav .select a:hover, 
#nav .select li:hover a, #nav .select li.active a {background: url(images/nav-bg.gif);  cursor:pointer; color:#000;}

#nav .sub {display:none;}
/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

/*#nav .active a {background:transparent; color:#041f56;}*/
#nav .sub li a:hover, 
#nav .select li.active .sub li.active a, #nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#e8e8e8; color:#000; text-align: center;}


/*SHOW SUB LINKS ON HOVER*/
#nav .select li:hover .sub, #nav .select li.active .sub {display:block; position:absolute; width:456px; top:31px; left:0; background:#e8e8e8; margin-top:0; padding:0; z-index:100; color:#7e7e7e; }


#nav .sub, #nav .sub li.active a {margin:0; padding:0; list-style:none; border-top:1px solid #FFFFFF;}
#nav .select li.active a ul.sub li {display: block; position: absolute; top: 31px; left: 0;margin-top:0px; padding:0; z-index:100; color:#7e7e7e;font-size: 90%;}

#nav .select li:hover .sub li a, #nav .select li.active .sub li a {display:block; background:#e8e8e8; white-space:nowrap; border:0; color:#7e7e7e;font-size: 90%; text-align: center; height: 33px; margin-top: 1px;}




/* Gallery page
-------------------------------------------------------------------------------------- */
.fullSize {width: 690px;
	float: left;
	margin-right: 20px;	}
.fullSize img {border: 1px solid #d2d2d2;}
#photoGallery {width: 200px;float: right;}
.thumbNail { width: 180px; margin: 0;padding: 0;text-align: right;}
.thumbNail a.minipic img {margin: 0 0 10px 10px;padding: 0;border: 1px solid #d2d2d2;cursor: pointer;width: 43px;height: 43px;}	
.thumbNail a:hover.minipic img {border: 1px solid #000;}
	/* Footer
-------------------------------------------------------------------------------------- */
#footer {width: 960px; clear: both; padding: 20px 0 55px 0; border-top: 1px #d2d2d2 solid;}
#footer p { float: left;}
#footer ul { list-style: none; float: right; text-align: right;}
#footer ul li {list-style: none; display: inline; background: none; margin: 0; padding: 0;}
#footer ul li a {text-decoration: none; margin: 0 8px 0 8px; color:#7e7e7e;font-weight: normal; }
#footer ul li a:hover, #footer div.top ul li a.current { color: #000;}
#footer img { padding: 0 2px; }
#footer .left {float: left; width: 408px; padding: 0 0 0 8px;}
#footer .right {float: right; width:408px; text-align: right; padding: 0 8px 0 0;}

/* Form
-------------------------------------------------------------------------------------- */
fieldset{
	width: 350px;
	border: 0px #fff;
	}	
.fieldset label{ 
	width: 150px; 
	text-align: right; 
	float:left;
    padding:0px;
    margin:0px;
	}
/*.fieldset .nobr {
     display:none;
}  */

.fieldset .textfield {
     margin:3px;
     height:20px;
     width:160px;
}	
.fieldset .textarea {
     margin: 3px;
     height: 60px;
     width: 160px;
}
.fieldset .select {
     margin: 3px;
     height: 20px;
     width: 160px;
}
legend{
	font-size: 95%;
	color: #bcbcbc;
	font-weight: bold;
}
.address{
	margin: 0 0 15px 48px;
}
.submitbutton{
  background-color:#bcbcbc;
  font-weight: bold;
  width: 110px;
  font-size: 100%;
  border: 1px solid #000;
  margin-left: 200px;
}
.submitbutton:hover{
  color:#fff;
  font-weight: bold;
  font-size: 100%;
  width: 110px;
  border: 1px solid #000;
}
.submitbutton:active{
  color:#fff;
  font-weight: bold;
  font-size: 100%;
  width: 110px;
  border: 1px solid #000;
}

/* admin */
a.admin {
	color: #ff0000;
	text-decoration: none;
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
}

form select {
	float: left;
	display: block;
	clear: left;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 250px;
	margin:10px 0 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 250px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Gallery page
-------------------------------------------------------------------------------------- */
/*.fullSize {width: 690px;
	float: left;
	margin-right: 20px;	}
.fullSize img {border: 1px solid #d2d2d2;}
#photoGallery {width: 200px;float: right;}
.thumbNail { width: 180px; margin: 0;padding: 0;text-align: right;}
.thumbNail a.minipic img {margin: 0 0 10px 10px;padding: 0;border: 1px solid #d2d2d2;cursor: pointer;width: 43px;height: 43px;}	
.thumbNail a:hover.minipic img {border: 1px solid #000;}
*/

/* ----------------------------------  maxigallery  ---------------------------------- */

#picturecontainer {
	width: 690px;
	float: left;
	margin-right: 20px;	
}
#picturecontainer img {border:1px solid #D2D2D2; overflow: hidden;}
#picturecontainer.loading {background: url(img/loading.gif) no-repeat 200px 140px;}
#thumbnailcontainer {
	float:right;
	width: 172px;
}
#prevnext {
	/*float:left;
	display:inline;
	text-align: center;
	width: 500px;*/
	margin: 0px 0px 10px 50px;
}
#gallerywrap p {
	margin: 0px 0px 0px 90px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding: 0px;
}
/*
#thumbnailcontainer ul.thumbs {list-style:none;}
#thumbnailcontainer ul.thumbs li {list-style:none; display: inline;*//*width: 43px; height: 43px; overflow: hidden;//////   Creates portion of thumb}*/
.thumbnail {margin: 0;padding: 0;}
.thumbnail a.hoverthumb {text-decoration: none; display:block; width:43px; height:43px; float: left;margin: 0 10px 10px 0;}	
.thumbnail a.hoverthumb img {padding: 0;border: 1px solid #d2d2d2;cursor: pointer; width: 43px; height: 43px;}	
.thumbnail a:hover.hoverthumb img {border: 1px solid #000;padding: 0;width: 43px; height: 43px;}

div.aktiv a {border: 1px solid #000;margin: 0 0 10px 10px;padding: 0;width: 43px; height: 43px;}
.picture-title {height: 40px; display: block;}		
p#maxTitle {font-weight: bold; margin: 0;}	
p#maxDescr { margin: 0;}	
