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

	TOC:	- GENERAL & HEADINGS
			- STRUCTURE
			- NAVIGATION
			- CONTENT & FORMS
			- FOOTER
			- LIGHTBOX


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


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

html, body, ul {
	border:0;
	margin:0;
	padding:0
}

body {
	background:#f2f2f2;
	color:#333;
	font:0.8em Arial, Helvetica, sans-serif;
	margin-bottom:20px
}

img {border:none}

a {outline:none}
a:link, a:visited {color:#CC0033; text-decoration:underline}
a:active, a:hover {color:#FF6666}

a[href $='.pdf'] {
	background:url(images/icon_pdf.gif) center left no-repeat;
	padding-left:18px;
}

/*** Headings ***/

h1 {
	color:#CC0000;
	font:normal 1.5em Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
}

#news h1 {font:bold 1.2em Arial, Helvetica, sans-serif; margin-top:5px}

h2 {
	color:#FF6666;
	font:bold 1.05em Arial, Helvetica, sans-serif;
	margin:2px 0 8px 0
}


/****************************************  STRUCTURE  ****************************************/

#wrapper {
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
	overflow:hidden;
	padding:10px 15px 15px 15px;
	width:770px
}

#header {
	background:url(images/bg_header.jpg) no-repeat;
	height:199px;
	width:770px;
}

#logo {padding:60px 0 0 15px}

#navigation {
	background:#DE1111;
	height:25px;
	margin:49px 0 0 15px;
	width:740px
}

#content {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:25px 5px}

#news {border-right:1px solid #ccc; float:left; padding-right:23px; width:203px}
#subnavigation {float:left; width:180px}
#welcome {float:right; margin-bottom:20px; width:510px}
#main {float:right; margin-bottom:20px; padding-left:23px; width:540px}

#search {
	background:url(images/bg_search.gif) no-repeat;
	height:60px;
	margin-top:40px;
	padding:10px;
	width:190px;
}

#boxleft {
	background:url(images/bg_blutspenden.gif) no-repeat;
	float:left;
	height:140px;
	padding:15px;
	width:204px
}

#boxright {
	background:url(images/bg_nothelfer.gif) no-repeat;
	float:right;
	height:140px;
	padding:15px;
	width:204px
}


#footer {
	background:#DE1111;
	height:20px;
	margin:0 auto;
	width:802px
}

#footerleft {float:left; padding:3px 0 0 10px; width:350px}
#footerright {float:right; padding:3px 10px 0 0; text-align:right; width:350px}


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

/*** Fixnavigation ***/
#navigation ul, #subnavigation ul {
   list-style:none;
   margin:0;
   padding:0;
}

#navigation li {
	float:left;
}

#navigation li a {
	border-left:1px solid #DE1111;
	border-right:1px solid #DE1111;
	color:#fff;
	display:block;
	font:0.9em Verdana, Helvetica, sans-serif;
	padding:5px 15px 6px 14px;
	text-align:center;
	text-decoration:none;
}

#navigation li a:hover, #navigation li a.activeparent, #navigation li a.currentpage  {
	background:#FF6666;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#subnavigation li a {
	background:url(images/bg_navigation.gif) bottom no-repeat;
	color:#333;
	display:block;
	height:16px;
	padding:7px 0;
	text-decoration:none;
}

#subnavigation li a:hover, #subnavigation li a.currentpage {
	background:url(images/bg_navigation_on.gif) bottom right no-repeat;
	color:#FF6666;
	font-weight:bold;
}


/****************************************  CONTENT & FORMS  ****************************************/

span.date {font:bold 0.85em Arial, Helvetica, sans-serif}

hr {
 border:none;
 border-bottom:#E1E1E1 1px solid;
 height:1px;
 margin:15px 0
}


td hr {
 border:none;
 border-bottom:#E1E1E1 1px solid;
 height:1px;
 margin:25px 0
}

.small {
	font-size:0.8em;
}

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

#main li {
	background:url(images/icon_bullet.gif) left 6px no-repeat;
	padding:0 0 12px 12px
}


/*** Form ***/

form {
	width:500px;
}

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

fieldset {
	border:#ccc 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:#F9F9F9;	
	color:#666666;
	font-size:0.9em;
}

textarea {
	height:120px;	
}

.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;
}

#url {
	z-index:999;
	position:absolute;
	height:0;
	width:0;
	border:none;
	background:none;
	margin:0;
	top:0;
	left:0;
	clear:both;
	font-size:0px;
	line-height:0px;
}

#geburtsdatum {width:100px;}

/****************************************  FOOTER  ****************************************/

#footer {color:#fff; font-size:0.85em}
#footer a:link, #footer a:visited {color:#fff; text-decoration:none}
#footer a:active, #footer a:hover {color:#fff; text-decoration:underline}


/****************************************  LIGHTBOX  ****************************************/

#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: 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 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;
	}
	
	
/***  Album  ***/

.album_content {width:100%; float:left}
.clear {clear:both}

.albumlist {margin-left:0; padding-left:0; float:left}
.picturelist {margin-left:0; padding-left:0}

#main li.thumb {background:none; padding:0}

.thumb {
	padding:0;
	width:135px;
	margin:0 0 20px 0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left
}

.thumb a {
	display:block;
	height:72px; 
/* Set link formatting*/
	width:100px; 
/* Thumb width*/ 
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.albumcomment {text-align: left}
.thumb a:visited img {background-color:#eee}
.thumb a:hover img {background-color:#dae6e4}

.albumname {
	font-size:0.9em;
	font-weight:bold;
	padding-left:10px;
	text-align:left
}

.albumname a {
	display: inline;
    border: none;
    margin:none;
    padding:none;
    background-color:transparent;
}

.albumpicturecount {
	font-size:0.95em;
	font-style:italic;
	font-weight:normal
}

.albumcomment {
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav {
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext {
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

.bigpicture {
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption {
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img {
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav {
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}