

/**********************************

Use: Reset Styles for all browsers
Author: Nick Rigby

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

/*****************************************
	Name:    Core
	Version: 1.0 (May 30 2008)
	Author:  Sebastian Brink
	Contact: http://www.quadrifolia.de
******************************************/

body {
	font-family:		'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:			62.5%;
	font-style:       	normal;
	font-weight:      	normal;
	text-decoration:  	none;
	color: 				#000;
	background-color:	#fff;
}

/* headlines */

h1 {
	font-weight:      	bold;
	color:				#00a651;
	margin:				0px 0px 10px 0px;
}

/* links */

a, a:link {
	color:				#000;
	text-decoration:	none;
}
a:active {
	color:				#000;
	text-decoration:	none;
}
a:visited {
	color:				#000;
	text-decoration:	none;
}
a:hover {
	color:				#00a651;
	text-decoration:	none;
}
a.active {
	color:				#00a651;
	text-decoration:	none;
}

a.white, a.white:link {
	color:				#fff;
	text-decoration:	none;
}
a.white:active {
	color:				#fff;
	text-decoration:	none;
}
a.white:visited {
	color:				#fff;
	text-decoration:	none;
}
a.white:hover {
	color:				#a4b474;
	text-decoration:	none;
}
a.white_active {
	color:				#a4b474;
	text-decoration:	none;
}

a.green, a.green:link {
	color:				#00a651;
	text-decoration:	none;
}
a.green:active {
	color:				#00a651;
	text-decoration:	none;
}
a.green:visited {
	color:				#00a651;
	text-decoration:	none;
}
a.green:hover {
	color:				#a4b474;
	text-decoration:	none;
}
a.green_active {
	color:				#a4b474;
	text-decoration:	none;
}

/* helper */

.clear {
	clear:				both;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*****************************************
	Name:    Website Styles
	Version: 1.0 (May 30 2008)
	Author:  Sebastian Brink
	Contact: http://www.quadrifolia.de
******************************************/

body {
	height:					100%;
	width:					100%;
	overflow:				auto;
	background-color:		#e0ecc4;
}

/* grid */

#gwa_logo {
	position:				absolute;
	width:					236px;
	height:					63px;
	top:					50%;
	left:					50%;
	margin:					-253px 0px 0px 172px;
	border:					0 none;
}

#grid {
	position:				absolute;
	width:					816px;
	height:					445px;
	top:					50%;
	left:					50%;
	margin:					-202px 0px 0px -408px;
}

#header {
	position:				absolute;
	width:					816px;
	height:					20px;
	top:					0px;
	left:					0px;
}

#content {
	position:				absolute;
	width:					816px;
	height:					405px;
	top:					20px;
	left:					0px;
}

#footer {
	position:				absolute;
	width:					816px;
	height:					20px;
	top:					425px;
	left:					0px;
}

#container {
	position:				absolute;
	width:					816px;
	height:					405px;
	top:					0px;
	left:					0px;	
}

#container_small {
	position:				absolute;
	width:					320px;
	height:					176px;
	top:					4px;
	left:					4px;	
}

/* menu */

ul.menu {
	list-style-type:		none;
}

ul.menu li {
	padding:				0px 8px 0px 8px;
	float:					left;
	background:				transparent url('images/menu_div.gif') no-repeat top left;
}

ul.menu li.right {
	padding:				0px 8px 0px 8px;
	float:					right;
	background:				transparent url('images/menu_div.gif') no-repeat top left;
}

/* header */

#menu {
	position:				absolute;
	width:					550px;
	height:					20px;
	top:					0px;
	left:					0px;
	text-align:				left;
	font-size:				1.4em;
}

#title {
	position:				absolute;
	width:					408px;
	height:					20px;
	top:					0px;
	left:					408px;
	text-align:				right;
	font-size:				1.4em;
}

/* footer */

#submenu_1 {
	position:				absolute;
	width:					408px;
	height:					20px;
	top:					4px;
	left:					0px;
	text-align:				left;
	font-size:				1.4em;
}

#submenu_2 {
	position:				absolute;
	width:					408px;
	height:					20px;
	top:					4px;
	left:					408px;
	text-align:				right;
	font-size:				1.4em;
}

#submenu_2 img {
	float:					right;
}

/* content grid */

#c1 {
	position:				absolute;
	width:					244px;
	height:					405px;
	top:					0px;
	left:					0px;
	background-color:		#618d4a;
}

#c1_img {
	position:				absolute;
	width:					244px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				10;
	overflow:				hidden;
}

#c1_overlay {
	position:				absolute;
	width:					244px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				20;
	overflow:				hidden;
}

#c1_overlay.c1_full {
	background:				transparent url('images/c1_overlay_full.gif') no-repeat top left;
}

#c1_overlay.c1_half {
	background:				transparent url('images/c1_overlay_half.gif') no-repeat top left;
}

#c1_overlay.c1_h1 {
	background:				transparent url('images/c1_overlay_h1.gif') no-repeat top left;
}

#c1_overlay.c1_h2 {
	background:				transparent url('images/c1_overlay_h2.gif') no-repeat top left;
}

#c1_menu {
	position:				absolute;
	width:					244px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				30;
}

#c1_menu ul {
	list-style-type:		none;
	margin:					55px 0px 0px 95px;
}

#c1_menu ul li {
	margin:					8px 0px 8px 0px;
	text-align:				left;
	font-size:				1.4em;
	color:					#fff;
}

#c2 {
	position:				absolute;
	top:					0px;
	left:					248px;
	background-color:		#fff;
}

#c2_img {
	position:				absolute;
	width:					328px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				10;
	overflow:				hidden;
}

#c2_overlay {
	position:				absolute;
	width:					328px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				20;
	overflow:				hidden;
}

#c2_overlay.c2_h1 {
	background:				transparent url('images/c2_overlay_h1.gif') no-repeat top left;
}

#c2_overlay.c2_h2 {
	background:				transparent url('images/c2_overlay_h2.gif') no-repeat top left;
}

#c2_overlay.c2_h3 {
	background:				transparent url('images/c2_overlay_h3.gif') no-repeat top left;
}

#c2.txt_full {
	width:					308px;
	height:					385px;
	font-size:				1.4em;
	padding:				10px;
	text-align:				justify;
	line-height:			1.2em;
	z-index:				30;
	overflow:				auto;
}

#c2.txt_indent {
	width:					268px;
	height:					385px;
	font-size:				1.4em;
	padding:				10px 10px 10px 50px;
	text-align:				left;
	line-height:			1.2em;
	background:				#fff;
	z-index:				30;	
	overflow:				auto;
}

#c2.txt_indent ul {
	list-style-type:		disc;
	color:					#00a651;
}

#c2.txt_indent ul li {
	padding:				5px 0px 5px 0px;
}

#c2.txt_indent ul li span {
	color:					#000;
}

#c2 p {
	margin:					0px 0px 10px 0px;
}

#c3 {
	position:				absolute;
	width:					236px;
	height:					405px;
	top:					0px;
	left:					580px;
	background-color:		#618d4a;
}

#c3_img {
	position:				absolute;
	width:					236px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				10;
	overflow:				hidden;
}

#c3_overlay {
	position:				absolute;
	width:					244px;
	height:					405px;
	top:					0px;
	left:					0px;
	z-index:				20;
	overflow:				hidden;
}

#c3_overlay.c3_h1 {
	background:				transparent url('images/c3_overlay_h1.gif') no-repeat top left;
}

#c3_overlay.c3_h2 {
	background:				transparent url('images/c3_overlay_h2.gif') no-repeat top left;
}

#c3_overlay.c3_h3 {
	background:				transparent url('images/c3_overlay_h3.gif') no-repeat top left;
}

#c3.txt_full {
	width:					216px;
	height:					385px;
	font-size:				1.4em;
	padding:				10px;
	text-align:				justify;
	line-height:			1.2em;
	background-color:		#fff;
	z-index:				30;
	overflow:				auto;
}

#c3.txt_half {
	width:					216px;
	height:					315px;
	font-size:				1.4em;
	padding:				80px 10px 10px 10px;
	text-align:				left;
	line-height:			1.2em;
	background-color:		#fff;
	z-index:				30;
	overflow:				auto;
}

#c3 p {
	margin:					0px 0px 14px 0px;
}

/* other */

.next {
	position:				absolute;
	height:					20px;
	width:					100px;
	top:					380px;
	left:					218px;
	text-align:				right;
	line-height:			20px;
}

.prev {
	position:				absolute;
	height:					20px;
	width:					110px;
	top:					380px;
	left:					10px;
	text-align:				left;
	line-height:			20px;
}

.prev_indent {
	position:				absolute;
	height:					20px;
	width:					110px;
	top:					380px;
	left:					50px;
	text-align:				left;
	line-height:			20px;
}

.prev_indent_img {
	position:				absolute;
	height:					20px;
	width:					110px;
	top:					380px;
	left:					10px;
	text-align:				left;
	line-height:			20px;
	z-index:				20;
}

.jobs {
	list-style-type:		none;
}

.jobs li {
	margin:					8px 0px 16px 0px;
	text-align:				left;
}

.job {
	list-style-type:		disc;
	color:					#00a651;
}

.job li {
	margin:					0px 0px 0px 15px;
	padding:				5px 0px 0px 0px;
	text-align:				left;
}

.job li span {
	color:					#000;
}

#logo {
	position:				absolute;
	width:					300px;
	height:					80px;
	top:					160px;
	left:					14px;
	text-indent:			-9999px;
	background:				transparent url('images/logo_big.gif') no-repeat top left;
}

.presse {
	list-style:				disc;
	line-height:			1.5em;
	padding:				0px 0px 0px 10px;
	color:					#00a651;
}

.presse li span {
	color:					#000;
}

/* termine */
.termin {
	border-bottom:			1px dashed #dadada;
	clear:					both;
	margin:					0px 0px 10px 0px;
}

.termin_datum {
	font-size:				90%;
	font-style:				italic;
	color:					#000;
}

.termin_datum span {
	float:					right;
}

.termin_titel {
	font-size:				90%;
	font-weight:			bold;
	color:					#00a651;
}

.termin_titel span {
	font-weight:			normal;
	font-style:				italic;
	color:					#000;
}

.termin_pdf {
	padding:				0px 0px 0px 20px;
	background:				transparent url('images/icon_pdf.gif') no-repeat top left;
}

.termin_pdf a {
	color:					#999;
}

/* pflegesaetze */

#pflegesaetze {
	list-style: 			circle;
	margin:					0px 0px 0px 15px;
	color:					#00a651;
}

#pflegesaetze li {
	margin:					0px 0px 10px 0px;
}

/* helper */
.green_contact {
	color:					#00a651;
	font-weight:			bold;
}