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

	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 #ededed; 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;
	height:15px !important; height:auto;
	padding:5px 11px 5px 10px;
	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
}

div.separator {border-bottom:1px solid #ededed; clear:both; height:20px; margin-bottom:20px}

table.calendar {border-right:1px solid #ededed; width:540px}
.calendar caption {color:#FF6666; font:bold 1.05em Arial, Helvetica, sans-serif; padding-bottom:10px}
.calendar th {background:#DE1111; border-left:1px solid #fff; color:#fff; padding:3px 5px; width:66px}
.calendar td {border-bottom:1px solid #ededed; border-left:1px solid #ededed; font-size:0.85em; height:66px; padding:5px; vertical-align:top}
.calendar td.calendar-today {background:#dbffd4}
.calendar td.termin {background:#fce7e7; border-bottom:1px solid #ddd; border-left:1px solid #ddd}
.calendar span.termin {color:#FF6666; font-weight:bold}

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