body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #585858;
	font-size: 11px;
}

#container {
	width: 700px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
}

h1, h2, #content h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: normal;
}

h1{
	font-size: 32px;
	padding-left: 20px;
	padding-top: 3px;
}

h2{
	font-size: 18px;
}

/*------------------   INHALT   ------------------*/
#intro, #content{
	width: 431px;
	padding: 0px 20px 14px 20px;
	margin: 0px;
	line-height: 16px;
	float: left;
	clear: none;
}
#leftcol{
	width: 445px;
	float: left;
}

#content h2, #content h2 a, #content h3, #content h3 a{
	color: #5a85d8;
	text-decoration: none;
}

#content h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
}
#content h3 em{
	/* Testimonials */
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
}

p.messageHome{
	display: table;
	height: 66px;
	clear: both;
	padding: 0px 0px 0px 14px;
	margin: 0;
	line-height: 16px;
	font-weight: bold;
}

#content.home{
	width: 700px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	clear:both;
	float: none;
	background-image: url(images/hg-contenthome.gif);
	background-repeat: repeat-y;
}
#content.home h2, #content.home h2 a{
	color: #8c94a5;
	text-decoration: none;
}

.homeThird{
	float:left;
	width: 200px;
	padding: 38px 20px 10px 10px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
}
#content.home .proj{
	background-image: url(images/hg-home-proj.gif);
}
#content.home .semi{
	background-image: url(images/hg-home-sem.gif);
}
#content.home .events{
	margin:0;
	background-image: url(images/hg-home-ver.gif);
}

#intro p, #content p{
	margin-top: 2px;
	margin-bottom: 28px;
	text-align: justify;
}

#content p .noJustify, #content p.noJustify{
	text-align: left;
}
.forcebreak{
	clear:both;
	float: none;
	display: block;
}

#content a{
	 color: #466ebb;
}

#content a.aMore{
	background-image: url(images/pfeil-more-content.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 8px;
	padding-left: 3px;
}

#content a.aBericht, #content a.aTesti{
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 20px;
	margin-top: -10px;
}
#content a.aTesti{
	background-image: url(images/icon-testimonial.gif);
}
#content a.aBericht{
	background-image: url(images/icon-berichte.gif);
}

/* Artikelliste */
#content ul.ulArticles{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #dbdbdb;
	clear: both;
}
#content ul.ulArticles li{
	display: inline;
}
#content ul.ulArticles li a{
	display: block;
	border-bottom: 1px solid #dbdbdb;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}
#content ul.ulArticles li a:hover{
	background:#eaeff5;
}

#content ul.ulArticles li a span{
	color: #818181;
	padding-right: 5px;
}

#content cite{
	/*text-align: left;*/
	color:#999999;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 14px 0px 0px 0px;
}

#content span.citeBig1, #content span.citeBig2{
	font-family:"Times New Roman", Times, serif;
	font-size: 38px;
	line-height: 30px;
	font-weight: bold;
	color:#b1d673;
	position: relative;
	top: 0px;
	left: 0px;
	width: 22px;
	height: 30px;
	overflow: hidden;
}
#content span.citeBig1{
	top: 20px;
	margin: -20px 2px 0px 0px;
	float: left;
}

#content span.citeBig2{
	top: 5px;
	margin: -20px 2px -20px 0px;
	float: right;
}

#content #pVcard{
	float: left;
	margin: -3px 10px -10px 0px;
	padding-right: 10px;
	border-right: 1px solid #c5c5c5;
	text-align: center;
}
#pVcard img{
	border: none;
}

h3.expandOff a{
	padding-left: 22px;
	background-image: url(images/btn-expand.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#content h3.expandOn{
	margin-bottom: 6px;
}

h3.expandOn a{
	padding-left: 22px;
	background-image: url(images/btn-expand.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;	
}

#content p.pFotos{
	text-align: left;
	width: 98%;
}

.pFotos img{
	border: 1px solid #999999;
	margin: 4px 8px 4px 0px;
	padding: 4px;
	background: #FFFFFF;
/*	cursor: -moz-zoom-in; ---> auskommentiert weils im moment nicht validiert wird!*/
/*	cursor: url(/interface/images/zoom.cur);  *//* funktioniert nur mit absolutem Pfad! */
}

.aSingleImg img{
	float: left;
	border: 1px solid #999999;
	margin: 0px 8px 0px 0px;
	padding: 4px;
	background: #FFFFFF;
}

.aSingleImg img.iconFotos{
	position: relative;
	top: 79px;
	left: -44px;
	width: 38px;
	height: 13px;
	margin: 0px;
	margin-right: -38px;
	padding: 0px;
	border: none;
	float: left;
	/*clear: right;*/
}

/*------------------   INTRO   ------------------*/
#intro {
	background-image: url(images/hg-intro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 18px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#intro h2{
	font-size: 18px;
	color: #8c94a5;
	margin-top: 10px;
	margin-bottom: 2px;
}

#intro p{
	margin-bottom: 8px;
}

#intro.introPerson{
	width: 471px;
	padding: 0px;
}

#intro a{
	color: #585858;
}

#intro a.aBtnPdf{
	display: block;
	width: 215px;
	height: 76px;
	margin: 0px;
	padding: 4px 0px 0px 20px;
	float: left;
	background-image: url(images/hg-btn-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

#intro a.aBtnPdf:hover{
	background-image: url(images/hg-btn-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}

#intro a.aBtnPdf strong{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8c94a5;
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
}

#intro a.aNext, #intro a.aPrev{
	width: 194px;
	height: 30px;
	margin: 8px 0px 0px 0px;
	display: block;
	text-decoration: none;
}

#intro a.aNext{
	padding: 0px 20px 0px 0px;
	float: right;
	background-image: url(images/pfeil-next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
}
#intro a.aPrev{
	padding: 0px 0px 0px 20px;
	float: left;
	background-image: url(images/pfeil-prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #bdc3cf;
	text-align: left;
}

#intro a.aNext:hover, #intro a.aPrev:hover{
	text-decoration: underline;
}

/*------------------   NEWSBLOG   ------------------*/
#content p.commentinfo, #content p.comments-off{
	width: 26px;
	height: 19px;
	float: right;
	margin: 2px 0px -10px 0px;
	padding: 2px 0px 0px 10px;
	background-image: url(images/hg-commentinfo.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#content ul{
	padding-left: 20px;
	margin: 2px 0 1em 0;
}
#content li{
	padding: 2px 0px;
	margin: 0;
}
/*
#content li {
  -moz-float-edge: content-box;
  width:100%;
}*/

#content p.overUL{
	margin-top:10px;
	margin-bottom:0px;
	font-weight: bold;
}


#content p.comments-off{
	background-image: url(images/hg-comments-off.gif);
}
#content p.commentinfo a{
	text-decoration: none;
	color: #b4b4b4;
}
#content p.commentinfo a:hover{
	text-decoration: underline;
}

/*#content div.post p{
	margin-bottom: 4px;
}*/

#content div.post{
	margin-bottom: 28px;
}

#content .postmeta{
	display: block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content .postmeta, #content .postmeta a{
	color: #CCCCCC;	
}

#content ol.commentlist{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content ol.commentlist li{
	margin: 0px;
	padding: 0px;
}
#content ol.commentlist li.alt{

}

.commentlist img.iconUser{
	border: none;
	border-right: 4px solid #FFFFFF;
	vertical-align: middle;
}



/*------------------   SIDEBAR   ------------------*/
#sidebar{
	width: 229px;
	margin: 0px 0px 0px -10px;
	padding: 0px;
	float: right;
	clear: none;
	/*position: relative;*/
	top:0px;
	right: 0px;
}
#sidebar.abs{
	position: absolute;
	top: 256px;
	right: 0px;
}
#sidebar.home{
	margin: 0px;
	padding:36px 0px 8px 0px;
}

#sidebar p{
	padding: 2px 20px 2px 20px;
	line-height: 16px;
	margin: 0px 0px 26px 0px;
}

#sidebar p.pArchivInfo{
	padding: 6px 20px 2px 20px;
	line-height: 16px;
	margin: 10px 0px 4px 0px;
	background-image: url(images/hg-archivinfo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar h2{
	padding: 4px 0px 8px 20px;
	margin: 0px;
}

#sidebar h2, #sidebar h2 a{
	color: #79b647;
	text-decoration: none;
}

#sidebar a{
	color: #44860e;
}

#sidebar a.aMore{
	background-image: url(images/pfeil-more-sidebar.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 8px;
	padding-left: 3px;
}

#sidebar a.aRSS{
	padding-left: 12px;
	background-image: url(images/icon-rss.gif);
	background-repeat: no-repeat;
	background-position: left 3px;	
}

#sidebarTop, #searchform{
	/*background-color: #ebf4dc;*/
	background-image: url(images/hg-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	border-bottom: 24px solid #FFFFFF;
	display: block;
	width: 229px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

#searchform{
	height: auto;
	min-height: 68px;
}

#sidebarTop h2{
	padding-top: 40px;
	margin-top: 0px;
}
#sidebar h3{
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

#sidebarTop h3{
	padding: 0px 0px 2px 20px;
}

#sidebarTop p{
	margin: 0px;
}

#sidebar label{
	display: block;
	margin: 0px;
	padding-left: 20px;
}

#sidebar h2, #sidebar h3, #sidebar p, #sidebar ul{
	border-left: 1px solid #c5c5c5;
}
#sidebarTop h2, #searchform h2, #sidebarTop h3, #searchform h3, #sidebarTop p, #searchform p{
	border-left: none;
}

#sidebar #s{
	width: 140px;
	height: 20px;
	padding: 2px 2px 0px 2px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/hg-inputfield.gif);
	background-repeat: repeat-x;
	border: 1px solid #b3d578;
}

#sidebar #s_submit{
	width: 40px;
	height: 24px;
	padding: 2px 0px;
	margin-top: 0px !important;
	margin-top: 1px;
	margin-right: 20px;
	float: right;
	background: #d9eeb5;
	border: 1px solid #b3d578;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #81ba52;
}

#sidebar ul{
	padding: 0px 0px 12px 20px;
	margin: 0px;
	list-style-type: none;
}
#sidebar li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#sidebar img.imgRefernzLogo{
	border:none;
	margin-bottom: 10px;
}
/*------------------   FORMULARE   ------------------*/
#content .inputfield, #content .textfield{
	width: 220px;
	padding: 3px 2px 0px 2px;
	margin: 1px;
	background-color: #FFFFFF;
	background-image: url(images/hg-inputfield.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content #commentform .inputfield{
	width: 250px;
}
#content .inputfield{
	height: 20px;
}
#content .textfield{
	width: 330px;
	overflow: auto;
}
#content .inputfield.on, #content .textfield.on{
	border: 2px inset;
	margin: 0px;
	background: none;
	background-color: #FFFFE1;
}
#content label{
	display: block;
	float: left;
}
#content form p{
	margin-bottom: 0px;
}

#content .submitbtn{
	width: 100px;
	height: 25px;
	padding: 0px 8px 0px 2px;
	margin: 1px;
	margin-left: 238px;
	background-color: #FFFFFF;
	background-image: url(images/hg-submit.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #466EBB;
}

#alert{
	background-color: #FFFFE1;
	color: #CC0000;
	padding: 4px;
}
#content #alert h2{
	color: #FF0000;
}
#content #alert a{
	color: #FF0000;
}


/*------------------   HEADER   ------------------*/
#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 85px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 244px;
	height: 85px;
	border:none;
}

#message{
	width: 700px;
	height: 235px;
	margin-bottom: -75px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	background-color:#CCCCCC;
}
#message.message0 { /* Welcome */
	height: 300px;
	background-image: url(images/header-welcome.jpg);
}
.message1, .wpcat-1, .wpcat-3 { /* News */
	background-image:url(images/header-news.jpg);
}
.message2, .wpcat-5 { /* Leistungen */
	background-image:url(images/header-leistungen.jpg);
}
.message3, .wpcat-2 { /* Fallbeispiel */
	background-image:url(images/header-fallbeispiel.jpg);
}
.message4 { /* Kontakt */
	background-image:url(images/header-kontakt.jpg);
}
.message5, .wpcat-6 { /* Zur Person */
	background-image:url(images/header-person.jpg);
}

#blase{
	position: relative;
	top: 32px;
	left: 32px;
	width: 284px;
	margin: 0px;
	line-height: 16px;
	overflow: hidden;
}

#blase strong{
	display: block;
	margin: 0px 0px 8px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

/*------------------   NAVIGATION   ------------------*/
#navigation {
	position: absolute;
	top: 0px;
	left: 484px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation li {
	margin: 0px;
	padding: 0px;
}

#navigation li a{
	/*width: 119px;*/
	display: block;
	margin: 0px 20px 0px 20px;
	padding: 4px 0px 4px 15px;
	display: block;
	color: #949494;
	text-decoration: none;
	background-image: url(images/nav-pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-bottom: 1px solid #dbdbdb;
}

#navigation li a:hover, #navigation li a.on{
	color: #e22e2f;
}

#navigation li#navtop {
	width: 188px;
	height: 60px;
	margin: 0px;
	padding: 26px 0px 0px 18px;
	border: none;
	background-image: url(images/hg-navtop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}

#navigation li#navtop a {
	width: auto;
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	border: none;
}

/*------------------   FOOTER   ------------------*/
#footer{
	width: 700px;
	height: 36px;
	padding-top: 8px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(images/hg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#footer, #footer a{
	color: #9E9E9E;
	text-decoration: none;
}

#footer strong{
	display: block;
	float: left;
	padding: 0px 30px 0px 30px;
}

#footer strong, #footer strong a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	text-transform: uppercase;
}

#footer a:hover {
	color: #E22E2F;
}


/*------------------   LIGHTBOX   ------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	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/lightbox-prevlabel.gif) left 75% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox-nextlabel.gif) right 75% 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: #999999;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	

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

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

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