/********************************************************************************************

	TOC:	- GENERAL
			- HEADER & NAVIGATION
			- NAVIGATION
			- CONTENT & FORM
			- FOOTER
			
********************************************************************************************/

/****************************************  GENERAL  ****************************************/

body {
	margin:0;
	padding:0;
	font:0.8em Arial, Helvetica, sans-serif;
	color:#666666;
	background:#fff;
	line-height:17px;
}

td { font:1em Arial, Helvetica, sans-serif; } 
th { font:bold 1em Arial, Helvetica, sans-serif; text-align:left;}


#wrapper {
	background:#fff url(images/bg_content.gif) repeat-y;
	margin:0 auto;
	width:900px;
	text-align:left;
}

img { border:none; }

a { outline:none; }

h1 {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#B08756;
	margin:0 0 15px 0;
}

#news h1 {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#B08756;
	margin:0 0 10px 0;
}

h2 {
	font:bold 1.05em Arial, Helvetica, sans-serif;
	color:#C6A676;
	margin:25px 0 6px 0;
}

#side h2 {
	font:bold 1.05em Arial, Helvetica, sans-serif;
	color:#C6A676;
	margin:0 0 6px 0;
}

hr {
	height:1px;
	margin:20px 0 20px 0;
	border:none;
	border-top:1px solid #D9D9D9;
}

a:link { color:#444444; text-decoration:underline; }
a:active { color:#B08756; text-decoration:underline; }
a:visited { color:#444444; text-decoration:underline; }
a:hover { color:#B08756; text-decoration:underline; }

/****************************************  HEADER & FIXNAVIGATION  ****************************************/

#header {
	width:900px;
	height:55px;
	margin:30px 0 40px 0;
	clear:both;
}

#startseite {
	background:url(images/logo_treuhandcotting.gif) no-repeat;
	width:300px;
	height:34px;
	float:left;
}

#logo {
	float:left;
}

#ruderer {
	background:url(images/ruderer.jpg) no-repeat;
	float:right;
	width:335px;
	height:55px;
}

#navigation {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	width:900px;
	height:29px;
}

#navigation ul {
   list-style:none;
   margin:0;
   padding:0;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation li a {
	float:left;
	background:url(images/bg_navi.gif) repeat-x;
	border:#ACB1B5 solid 1px;
	color:#FFFFFF;
	text-decoration:none;
	height:22px;
	padding:5px 32px 0 31px;
	margin-right:1px;
	text-align:center;
} 

#navigation li a:hover, #navigation a.activeparent {
	background:url(images/bg_navi_on.gif) repeat-x;
	border:#B5946D solid 1px;
	color:#FFFFFF;
	text-decoration:none;
}

#navigation .currentpage {
	background:url(images/bg_navi_on.gif) repeat-x;
	border:#B5946D solid 1px;
	color:#FFFFFF;
	text-decoration:none;
}


/****************************************  NAVIGATION  ****************************************/

#subnavigation {
	width:190px;
	margin-top:50px;
	padding-right:40px;
	float:left;
}

#subnavigation ul  {
   	list-style:none;
   	margin:0;
	padding:0;
}

#subnavigation li a {
	display:block;
	border-bottom:#D9D9D9 solid 1px;
	height:22px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	text-indent:6px;
	padding-top:6px;
}

#subnavigation li a:hover, #subnavigation .currentpage {
	display:block;
	background:#F6F6F6;
	height:22px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	text-indent:6px;
	padding-top:6px;
}

#subnavigation .activeparent {
	background:#F6F6F6;
	font-weight:bold;
}

#subnavigation ul li ul li .activeparent {
	background:#fff;
	font-weight:bold;
}

#subnavigation ul ul  {
   	list-style:none;
   	margin:0;
	padding:0;
}

#subnavigation li li a  {
	background:none;
	border:none;
	height:22px;
	text-indent:12px;
	background:#fff;
}

#subnavigation li li a:hover, #subnavigation li li a.currentpage {
	text-decoration:none;
	font-weight:bold;
	background:#fff;
	text-indent:12px;
}

#intro {
	width:470px;
	padding:50px 50px 0 20px;
	float:left;
}

/****************************************  CONTENT  ****************************************/

#news {
	width:320px;
	float:left;
	padding:20px;
	margin-top:50px;
	background:#F6F6F6;
}

#news .letter {
	background:#EEEEEE;
	border:#AFAFAF solid 1px;
	padding:3px 10px;
	text-decoration:none;
}

#text {
	width:670px;
	float:left;
	margin-top:50px;
}

#text2 {
	width:480px;
	float:left;
	margin-top:50px;
}

#text ul, #text2 ul {
   list-style:url(images/bullet.gif) none;
   margin:0;
   padding:10px 0 5px 20px;
}

#text li, #text2 li {
   padding-bottom:3px;
}

#side {
	width:150px;
	float:left;
	padding-left:40px;
	margin-top:50px;
}


/****************************************  FORM  ****************************************/

form {
	width:500px;
}

form p {
	clear:left;
	margin:0;
	padding:0;
}

fieldset {
	border:#EAEAEA solid 1px;
	margin-bottom:10px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:0;
	padding:13px;
}

legend {
	font-weight:bold;
	margin-bottom:0px !important;
	margin-bottom:5px;
}

label {
	float:left;
	width:110px;
	margin:4px 0 5px 0;
}

input, textarea, select {
	font-family:Arial;
	width:250px;
	margin:0px;
	padding:2px;
	border:#CCCCCC solid 1px;
	background:#F8F8F8;	
	color:#666666;
	font-size:0.9em;
}

textarea {
	height:80px;	
}

.checkbox {
	width:20px;
	background:#FFFFFF;
	border:none;
	margin:10px 0 0 0;
}

.button {
	width:80px;
	margin-bottom:4px !important;
	margin-bottom:0;
}

.error {
	background:#FDF5F5 url(images/icon_attention.gif) right no-repeat;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

.small {
	font-size:0.8em;
}
/****************************************  FOOTER  ****************************************/

#footer {
	width:900px;
	display:table;
	border-top:#D9D9D9 1px solid;
	margin:40px 0 10px 0;
	clear:both;
	font-size:0.85em;
	color:#999999;
}

#footerleft {
	float:left;
	padding-top:7px;
}

#footerright {
	float:right;
	padding-top:7px;
	text-align:right;
}

#shadow {
	background:url(images/bg_footer.gif) top no-repeat;
	margin:0 auto;
	padding:0 20px 0 20px;
	width:830px;
	height:10px;
}

#footer a:link { color:#999999; text-decoration:none; }
#footer a:active { text-decoration:underline; }
#footer a:visited { color:#999999; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

/**************************************** Lightbox ****************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#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;
}
#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: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{	padding:0 10px; }
#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;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}