/*---------------------------------------------------------------------------------- Basis */
html, body {
	background: url(/img/layout/base_html.jpg) repeat fixed;
}
#ottmann {
	position: absolute; top: 0; left: 0; height: 100%; width: 100%;
	/*background: url(/img/layout/base_ottmann.png) repeat-x fixed 0 -230px;*/
	background: url(/img/layout/base_ottmann.png) repeat-x fixed 0 -230px;
}
/*---------------------------------------------------------------------------------- Header */
#header {
	position: relative; width: 100%; /*height: 215px;*/
	margin: 0 auto;
}
#title {
	position: relative; width: 995px; height: 127px;
	margin: 0 auto;
	background: url(/img/layout/header_title.png) no-repeat 25px -0px;
}
#title h2 {
	visibility: hidden;
}
#title h1 a {
	position: absolute; top: 8px; left: 335px;
	width: 331px; height: 96px;
	background: transparent;
	text-indent: -999px;
}
/*---------------------------------------------------------------------------------- Navigation */
#navigation {
	position: relative; top: -14px;
	margin: 0 auto;
	width: 995px; height: 102px;
	text-align: center; overflow: hidden;
	background: url(/img/layout/header_navigation_1.png) no-repeat 0 14px;
}
#nav1 {
	display: inline-block;
	margin: 0; padding: 14px 0 0 0;
	height: 46px;
	/* Hack für IE7 um Inline-Block zu faken: */
	zoom: 1;
	*display: inline;
	z-index: 1;
}
#nav1 li/*, #nav2 li*/ {
	display: inline; float: left;
	position: relative;
}
#nav1 li {
	background: url(/img/layout/header_nav1_li.png) no-repeat;
}
#nav1 li a/*, #nav2 li a*/ {
	display: block;
}
#nav1 li a/*, #nav1 li .foobar*/ {
	position: relative;
	height: 31px; /*46px*/
	margin: 0; padding: 16px 8px 0px 8px;
	font: 16px/31% Helvetica, Arial, sans-serif; color: #dcf9d9; text-transform: uppercase; text-decoration: none;
	background: url(/img/layout/header_nav1_li_a.png) no-repeat right 0;
}
#nav1 li .hover {
	display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 31px;
	padding-top: 16px;
	z-index: 2;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0;
	background: url(/img/layout/header_nav1_li_hover.png) no-repeat;
}
#nav2 li .hover {
	padding: 10px 0 0 1px;
}
#nav1 li:first-child, #nav1 li:last-child a {
	background-image: none;
}
#nav1 #marker1 {
	display: block;
	position: absolute; top: -14px; left: -10px;
	height: 30px;
	padding: 32px 5px 0 14px;
	z-index: 3;
	text-transform: uppercase; font-weight: bold; font-size: 15px; color: #121a03;
	font-size: 15px; font-weight: bold; color: #121a03; line-height: 31%;
	background: url(/img/layout/header_nav1_marker.png) no-repeat 0 0;
}
#nav1 li a.active {
	padding: 17px 4px 0 4px;
	height: 29px;
	font-size: 15px; font-weight: bold; color: #121a03;
	background: url(/img/layout/header_nav1_active.png) repeat-x 0 -14px;
}
/*---------------------------------------------------------------------------------- Navigation 2 */
#nav2 {
	position: absolute; top: 47px; left: -2px;
	width: 400px; height: 39px;
	background-color: transparent;
	z-index: 1;
}
#nav2 li, #nav2 li:first-child {
	height: 30px;
	background: url(/img/layout/header_nav2.png) no-repeat 0 -1px;
}
#nav2 li a {
	height: 19px;
	padding: 10px 6px 5px 8px;
	background: none;
	font-size: 12px; line-height: 9px;
	color: #eed680;
}
#nav2 li a:hover {
	background: none;
}
#nav2 li:last-child a:hover {
	background: none;
}
#nav2 li a.active, #nav2 li a.active:hover {
	padding: 0px 3px 5px 3px;
	font-weight: bold; font-size: 12px;
	color: #121a03;
	background: url(/img/layout/header_nav2_marker.png) repeat-x -3px -5px;
}
#nav2 #marker2 {
	display: block; height: 28px /*39px*/;
	position: absolute; top: -1px; left: -3px;
	padding: 11px 5px 0 9px;
	z-index: 30;
	text-transform: uppercase; font-weight: bold; font-size: 11px; color: #121a03; line-height: 31%;
	background: url(/img/layout/header_nav2_marker.png) no-repeat 0 0;
	opacity: 1;
}
/*---------------------------------------------------------------------------------- Content */
#contentwrapper {
	position: relative; top: -14px;
	margin: 0 auto;
	width: 100%;  height: 450px; overflow: hidden;
	background-color: #384030;
	background: url(/img/layout/contentwrapper.png) no-repeat center top;
}
#content {
	position: relative;
	margin: 0 auto; padding: 0; width: 990px; height: 413px;
	font-family: Helvetica, Arial, sans-serif; font-weight: normal;
	font-size: 14px; line-height: 16px; 
	text-shadow: 1px 1px #000; color: #dcf9d9;
	background: url(/img/layout/content_4.jpg) no-repeat;
	background: url(/img/layout/content_1.jpg) no-repeat;
}
#content #scrollbox div p a,
#content div#form p a {
	/*color: #f3dca8;*/
	color: #b3f7f9;
	
	background-color: transparent;
	/*-webkit-transition: background-color 0.5s linear;*/
	
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.5s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.5s, 0.3s;
    -moz-transition-timing-function: linear, ease-in;
	
	text-shadow: none;
	
	text-decoration: none;
}
#content #scrollbox div p a:hover,
#content div#form p a:hover {
	color: #000;
	/*background-color: #efd7a7;*/
	background-color: #7ebcb8;
	text-decoration: none;
	text-shadow: none;
}
#content #scrollbox {
	position: absolute; top: 0px; left: 40px  /*55px*/;
	padding: 0px 0px 0px 0px;
	width:  600px /*567px*/; height: 370px; /*height: 280px;*/
	overflow: hidden;	
}
#content #scrollbox.fourOfFive {
	height: 290px;
	/*background-color: orange;*/
}
#content #scrollbox div {
	float: left;
	padding: 30px 40px 0 40px;
	width: 520px;
}
#content #scrollbox #pages {
	position: relative;
	margin:0; padding: 0;
	width: 12000px;
}
#content h3 {
	margin: 0px 0 8px 0px;	
	font-family: Helvetica, Arial, sans-serif; font-weight: normal;
	font-size: 22px; line-height: 26px;
	color: #f9e688;
	text-transform: uppercase;
}
#content .gig h3 {
	font-size: 24px;
}
#content h4 {
	margin: 0px 0 10px 0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #f9e688;
	text-transform: uppercase;
}
#content #scrollbox div p, 
#content #scrollbox div blockquote,
#content #scrollbox div ul  {
	margin: 0 0 15px 0;
	/*text-align: justify;*/
}
#content #scrollbox div blockquote {
	color: #f6ffc9;
	/*color: #d0f8f1;*/
}
#content #scrollbox div p em {
	font-weight: bold;
}
#content #scrollbox div ul em {
	font-weight: normal;
	text-transform: uppercase;
}
#content #scrollbox div p strong {
	font-weight: bold;
}
/*---------------------------------------------------------------------------------- Tourplan */
#content #scrollbox div.gig {
	position: relative;
}
#content #scrollbox div.gig div {
	position: absolute; top: 40px; left: 50px;
	width: 270px; /*height: 167px;*/
	margin: 0; padding: 0;
}
#content #scrollbox div.gig div.nr2 {
	left: 315px;
}
#content #scrollbox div.gig div.nr3, #content #scrollbox div.gig div.nr4 {
	padding-top: 0px;
	top: 187px; left: 50px;
}
#content #scrollbox div.gig div.nr4 {
	left: 315px;
}
#content #scrollbox div.gig div h3 {
}
#content #scrollbox div.gig div p strong {
	font-weight: bold;
}
#content #scrollbox div.gig div p span.tel, #content #scrollbox div.gig div p span.url {
	padding: 0 0 0 22px;
	background: url(/img/layout/content_tourplan_tel.png) no-repeat;
}
#content #scrollbox div.gig div p span.url {
	background: url(/img/layout/content_tourplan_url.png) no-repeat;
}
#content #scrollbox div.gig div p span.url a {
}
#content #scrollbox div.gig div p span.url a:hover {
}
/*---------------------------------------------------------------------------------- Gig */

#content #scrollbox #pages div#home {
	/*padding-top: 35px;*/
	position: relative;
	z-index: 20;
}

#content #gig {
	position: absolute; top: 233px; left: 38px;
	width: 605px; height: 138px;
	margin: 0; padding: 0;
	background: url(/img/layout/content_auftritt.jpg) no-repeat;
}
#content #gig h3 {
	position: absolute; top: 44px;
	width: 100%;
	font-size: 15px;
	text-align: center;
}
#content #gig p {
	position: absolute; top: 75px;
	width: 100%;
	text-align: center;
}
#content a.button,
#content a.button .hover {
	padding: 4px 0 0 0;
	display: block; width: 592px; height: 13px;
	position: absolute; top: 114px; left: 6px;
	font-size: 11px; line-height: 33%;
	color: #d5f8dc;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url(/img/layout/content_button_gig.jpg) no-repeat 0 0;
}
#content a.button .hover {
	display: block; position: absolute; top: 0px; left: 0;
	background-position: 0 -17px;
	z-index: 2;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0;
}
/*---------------------------------------------------------------------------------- Downloads */
#content .download {
	position: absolute;
	top: 190px; left: 38px;
	width: 605px; height: 180px;
	background: url(/img/layout/content_download_bg.png) no-repeat;
}
#content .download.coachingflyer {
	top: 292px;
	height: 76px;
	background: url(/img/layout/content_extra_coachingflyer.png) no-repeat 3px;
}
#content .download.fotos a img {
	position: absolute; top: 42px; left: 39px;
}
#content .download.buehne a img,
#content .download.info a img  {
	position: absolute; top: 15px; left: 140px;
}
#content .download.coachingflyer a img {
	position: absolute; top: 5px; left: 270px;
}
#content .download a.button {
	position: absolute;
	top: 156px; left: 6px;
	padding-top: 6px;
	background: url(/img/layout/content_button_downloads.jpg) no-repeat;
}
#content .download a.button .hover {
	padding-top: 6px;
	background: url(/img/layout/content_button_downloads.jpg) no-repeat 0 -17px;
}
#content .download.coachingflyer a.button {
	top: 54px;
}
/*---------------------------------------------------------------------------------- Neue Pressefoto-Downloads */
#content .download.fotos ul {
	margin: 25px 0 0 110px;
}
#content .download.fotos ul a,
#content .download.fotos ul a img {
	position: static;
}
#content .download.fotos ul li {
	float: left;
	display: block;
	height: 120px;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	background: url(/img/layout/content_download_foto_bg_bottom.png) repeat-x 0 98px;
}
#content .download.fotos ul li.quer {
	background-position: 0 83px;
}
#content .download.fotos ul a {
	position: relative;
	display: block;
	color: #68a399;
	font-size: 10px;
	text-decoration: none;
}
#content .download.fotos ul li.quer a {
	margin-top: 15px;
}
#content .download.fotos ul a span {
	display: block;
	text-align: center;
}
#content .download.fotos ul a:hover {
	color: #fff;
}
#content .download.fotos ul a span.hover {
	position: absolute; z-index: 999;
	display: block; width: 100%; height: 100%;
	background: url(/img/layout/content_download_foto_bg_nr2.png) no-repeat;
}
#content .download.fotos ul a:hover span.hover {
	background-position: 0px -155px;
}
#content .download.fotos ul li.quer a span.hover {
	background: url(/img/layout/content_download_foto_bg_nr1.png) no-repeat;
}
#content .download.fotos ul li.quer a:hover span.hover {
	background-position: 0px -135px;
}
/*---------------------------------------------------------------------------------- Galerie/Videos */
#content.thumbnails {
	background: url(/img/layout/content_thumbnails.jpg) no-repeat;
}
#content.thumbnails h3 {
	position: absolute; top: 30px; left: 83px;
}
body #content.thumbnails #scrollbox  {
	width: 918px;
}
#content.thumbnails #scrollbox div {
	width: 838px;
}
#content.thumbnails #scrollbox #pages {
	position: absolute; top: 40px; left: 0px;
}
#content.thumbnails #scrollbox #pages div div {
	margin: 0 9px 0px 0; padding: 0;
	position: relative;
	width: 83px; height: 98px; float: left;
	background: url(/img/layout/content_galeriebild_bg.png) no-repeat;
}
#content.video #scrollbox #pages div div {
	margin: 0 19px 0px 0;
	width: 100px; height: 100px; float: left;
	background: url(/img/layout/content_video_bg.png) no-repeat;
}
#content.thumbnails #scrollbox #pages div div:last-child {
	margin: 0;
}
#content.thumbnails #scrollbox #pages div div a {
	display: block;
	width: 75px; height: 75px; line-height: 1em;
	margin: 0px 0 0 4px;
	text-decoration: none;
}
#content.video #scrollbox #pages div div a {
	width: 92px; height: 75px; line-height: 1em;
	margin: 0px 0 0 4px;
}
#content.thumbnails #scrollbox #pages div div span {
	display: block; 
	position: absolute; top: 0; left: 4px; z-index: 2;
	padding: 45px 0 0 0;
	height: 30px; width: 75px; /*height: 75px;*/
	font-size: 36px; line-height: 35%;
	color: #f9e688;
	text-align: right; text-decoration: none;
	background: url(/img/layout/content_galeriebild_overlay.png) no-repeat;
}
#content.video #scrollbox #pages div div span {
	position: absolute; top: 0; left: 4px; z-index: 2;
	padding: 45px 0 0 0;
	height: 30px; width: 92px; /*height: 75px;*/
	background: url(/img/layout/content_video_overlay.png) repeat;
}
#content.thumbnails #scrollbox #pages div div span:hover,
#content.thumbnails #scrollbox #pages div div span.hover {
	background-position: 0 -75px;
}
#content.thumbnails #description {
	position: absolute; top: 327px; left: 84px;
}
#content.thumbnails #description h4 {
	font-size: 18px; color: #f9e688; text-transform: uppercase;
	margin-right: 7px;
	float: left;
}
#content.thumbnails #description p {
	color: #a0bfb3;
	float: left;
}
#content.thumbnails #flickr a {
	position: absolute; top: 328px; left: 728px;
	display: block; width: 168px; height: 16px;
	text-indent: -9999px;
	background-image: url(/img/layout/content_galerie_flickr.png);
}
#content.thumbnails #flickr a:hover,
#content.thumbnails #flickr a.hover {
	background-position: 0 -16px;
}
#content.thumbnails #youtube a {
	position: absolute; top: 325px; left: 730px;
	display: block; width: 170px; height: 22px;
	text-indent: -9999px;
	background-image: url(/img/layout/content_video_youtube.png);
}
#content.thumbnails #youtube a:hover {
	background-position: 0 -22px;
}
/*---------------------------------------------------------------------------------- Forms */
#content #login, 
#content #form {
	position: absolute; top: 0px; left: 38px;
	width:  525px; height: 310px;
	padding: 30px 40px 30px 40px;
}
#content #form.divided {
	background: url(/img/form/horiz_divide1.jpg) no-repeat 0 bottom;
}
#content #form form div.input {
	width: 100%;
}
#content form input {
	margin: 0 0 5px 0;
	padding: 0 2px 0 2px;
	width: 250px; height: 20px;
	float: left;
	border: none;
	color: #d0f8f1;
	font-size: 13px;
	background: url(/img/form/input.png) repeat-x 0 0;
}
#content form input:focus {
	background-position: 0 -20px;
	color: #fff;
}
#content form textarea {
	margin: 0 0 5px 0;
	padding: 0 2px 0 2px;
	width: 250px; height: 116px;
	float: left;
	border: none;
	color: #d0f8f1;
	font-size: 13px;
	background: url(/img/form/textarea.png) repeat-x 0 bottom;
}
#content form textarea:focus {
	color: #fff;
	background: url(/img/form/textarea.png) repeat-x 0 top;
}
#content form textarea.form-error,
#content form textarea.form-error:focus {
	background-position: 0 -480px;
}
#content form .submit {
	clear: both;
	width: 148px; height: 34px;
	padding: 6px 0 0 2px;
	margin: 55px auto 0 auto;
	background: url(/img/form/submit_bg.png) no-repeat;
}
#content form div.submit input {
	width: 144px; height: 21px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
	text-indent: -9999px;
	border: none;
	background: url(/img/form/submit_senden.png) no-repeat 0 0;
	z-index: 999;
}
#content form div.submit input:hover {
	background-position: 0 -21px;
}
#content #authMessage {
	margin: 0 0 20px 0;
	color: #f9e688;
	color: #f6ffc9;
}
#content form div.input {
	padding: 0 0 25px 0;
	width: 250px; clear: both;
}
#content form div.input label {
	padding: 2px 0 0 0;
	display: block; float: left; height: 21px;
	text-align: left;
	margin: 0 10px 0 0;
	width: 250px;
}
#content form .hurz {
	float: left;
	width: 252px;
	margin: 0 10px 0 0;
}
#content form div.error-message {
	margin: 0; padding: 0;
	display: none;
}
#content form .error {

}
#content form .error label {
	font-weight: normal;
	color: #e59483;
}
#content form .form-error {
	background-position: 0 -60px;
	color: #fff;
}
#content form .form-error:focus {
	background-position: 0 -60px;
}
#content div#form p.info {
	position: absolute; top: 280px; left: 40px;
	width: 525px; height: 70px;
	padding: 0;
}
#content div#form p.info em {
	font-weight: normal;
	text-decoration: none;
}
#content div#form div#newsletter p {
	padding: 0 0 10px 0;
}
#content #form form#NewsletterAddForm {
	position: absolute; top: 270px; left: 40px;
	width: 520px;
}
#content #form form#NewsletterAddForm h4 {
	position: absolute; top: 10px; left: 0px;
	width: 300px;
}
#content #form form#NewsletterAddForm .input {
	position: absolute; top: 40px; left: 0px;
	width: 500px; height: 15px;
	/*background-color: red;*/
}
#content #form form#NewsletterAddForm .input label {
	float: left; width: auto;
}
#content #form form#NewsletterAddForm .input input {
	float: left; width: 200px;
}
#content #form form#NewsletterAddForm .submit {
	position: absolute; top: -21px; left: 361px;
}
/*---------------------------------------------------------------------------------- Imagebox/Videobox */
#imagebox, #videobox {
	position: absolute; top: 2px; left: 690px;
	width: 300px; /*height: 425px;*/
}
#imagebox ul {
	position: relative;
	height: 75px;
}
#imagebox ul li {
	float: left; height: 75px;
	overflow: hidden;
}
#imagebox ul li a {
	height: 75px;
	overflow: hidden;
}
#imagebox ul li a img {
	width: 75px; height: 150px;
	overflow: hidden;
}
#imagebox p img {
	position: relative;
}
#imagebox p {
	height: 261px;
	overflow: hidden;
	position: relative;
}
.overlay, #marker4 {
	margin: 0; padding: 0;
	display: block;
	opacity: 1;
	position: absolute;
	top: 0; left: 0;
	height: 75px; width: 75px;
	z-index: 2;
	opacity: 1;
}
.overlay {
	background-position: 0 -75px;
	float: left; left: 75px;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0;
}
#marker4 {
	width: 92px; height: 99px;
	top: -22px; left: -9px;
	opacity: 1;
	color: white;
	z-index: 999;
	font-family: helvetica, arial;
	font-size: 14px; line-height: 14px;
	text-align: center;
	cursor: default;
	background-image: url(/img/layout/content_imagebox_marker.png);
}
#blocker {
	position: absolute;
	top: 0; left: 0;
	width: 500px;
	height: 75px;
	background-color: transparent;
	background-image: url();
	z-index: 999;
}
#imagebox a.button, 
#videobox a.button {
	width: 293px;
	position: relative; top: 10px; left: 4px;
	background: url(/img/layout/content_button_imagebox.jpg) no-repeat;
}
#imagebox a.button .hover,
#videobox a.button .hover {
	width: 293px;
	/*color: #fff;*/
	background: url(/img/layout/content_button_imagebox.jpg) no-repeat;
	background-position: 0 -17px;
}
#imagebox div#loading {
	position: absolute; top: 0; left: 0;
	width: 300px; height: 261px;
	background: transparent url(/img/layout/content_loading.gif) no-repeat center center;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0;
}
/*---------------------------------------------------------------------------------- Browse */
#browse {
	width: 400px; height: 29px;
	position: absolute; top: 384px; left: 32px;
	padding: 0 0 0 10px;
	background: url(/img/layout/content_browse.png) no-repeat;
}
#browse li {
	margin: 0; padding: 0;
	display: inline-block; float: left;
	width: 25px; height: 29px;
	background-image: url(/img/layout/content_browse_li.png);
}
#browse a {
	display: block;
	position: relative;
	padding: 9px 0 0 0;
	width: 25px; height: 20px /*29px*/;
	font-family: Futura, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;
	text-align: center; text-decoration: none;
	color: #c7ecbe;
	line-height: 9px;
}
#browse .over {
	display: block;
	padding: 9px 0 0 0;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 20px;
	z-index: 1;
	line-height: 9px;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0; /*-moz-opacity: 0;*/
	background-image: url(/img/layout/content_browse_hover.png);
}
#browse #marker3 {
	width: 27px; height: 20px;
	padding: 18px 0 0 6px;
	position: absolute; top: -10px; left: 3px;
	/*font-family: Futura-CondensedMedium, Futura, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;*/
	font-size: 12px; font-weight: bold;
	text-align: center;
	color: #000;
	line-height: 9px;
	cursor: default;
	background: url(/img/layout/content_browse_marker.png) no-repeat;
	z-index: 2;
}
#prevnext #prev, #prevnext #next {
	position: absolute; top: 135px; left: 2px;
	display: block; width: 33px; height: 72px;
	background: url(/img/layout/content_button_prevnext.jpg) no-repeat;
}
#prevnext #next {
	left: 646px;
	background-position: 0 -72px;
}
#content.thumbnails #prevnext #next {
	left: 953px;
	background-position: 0 -72px;
}
#prevnext #prev a, #prevnext #next a {
	display: block;
	padding: 0;
	width: 100%; height: 100%;
	background: url(/img/layout/content_button_prevnext.jpg) no-repeat -33px 0;
}
#prevnext #next a {
	background-position: -33px -72px;
}
#prevnext a .over {
	display: block;
	position: absolute; top: 0; left: 0;
	padding: 0;
	width: 100%; height: 62px;
	background: url(/img/layout/content_button_prevnext.jpg) no-repeat -66px 0;
	filter: alpha(opacity=0); /* Scheiß IE lässt grüßen */
	opacity: 0; /*-moz-opacity: 0;*/
}
#prevnext #next a .over {
	background-position: -66px -72px;
}
/*---------------------------------------------------------------------------------- Footer */
#footer {
	width: 100%;
	background: url(/img/layout/footer.png) repeat;
	position: fixed; bottom: 0;
	height: 60px;
}
#footer div {
	height: 100%;
	text-align: center;
	border-top: 1px solid #93be33;
	background: url(/img/layout/footer_div.png) no-repeat;
}
#footer ul {
	position: relative; top: -19px;
	margin: 0 auto 0 auto; padding: 30px 0 0 0;
	cursor: default;
	background: url(/img/layout/footer_ul.png) no-repeat center top;
}
#footer ul li {
	display: inline-block;
	padding: 0 6px 0 2px;
	height: 13px;
	background: url(/img/layout/footer_ul_li.png) no-repeat right 0px;
	/* Hack für IE7 um einen Inline-Block zu faken: */
	zoom: 1;
	*display: inline;
}
#footer ul li:last-child {
	background-image: none;
}
#footer ul li a {
	display: block;
	padding: 1px 0 0 0;
	height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; line-height: 35%; /*sweet spot!*/
	text-decoration: none; text-transform: uppercase; color: #638122;
	text-align: center;
}
html.nojs #footer ul li a {
	height: 12px;
	padding: 8px 0 0 0;
	font-size: 9px; line-height: 35%; /*sweet spot!*/
}
#footer ul li a:hover {
	color: #a7ad2e;
}
#footer ul li a#rss {
	padding: 0 0 0 11px;
	background: url(/img/layout/footer_a_rss.png) no-repeat 0 2px;
}
#footer ul li a#rss:hover {
	background-position: 0 -16px;
}
#footer ul li a#w3c {
	padding: 0 0 0 12px;
	background: url(/img/layout/footer_a_w3c.png) no-repeat 0 0px;
}
#footer ul li a#w3c:hover {
	background-position: 0 -20px;
}
#footer ul li a span {
	display: inline-block;
	margin: 0 0 2px 1px;
	width: 76px; height: 14px;
	vertical-align: middle;
	background: url(/img/layout/footer_a_mausblau.png) no-repeat 0 -14px;
}
#footer ul li a:hover span {
	background-position: 0 0;
}
#footer ul li a span em {
	display: none;
}
#footer ul li:first-child {
	background-image: none;
}
#footer #loginbutton {
	position: absolute; top: -57px; left: -360px; z-index: 20;
	display: block;
	width: 43px; height: 44px;
	text-indent: -9999px;
	background: none;
}
#footer #loginbutton:hover {
	background: url(/img/layout/footer_a_admin.png) no-repeat;
}
/* @end */
/* @group No Javascript */
/* Nav1 */
html.nojs #nav1 li a {
	padding-top: 21px;
	font-size: 12px;
}
html.nojs #nav1 li a.active {
	height: 25px;
	padding-top: 21px;
}
html.nojs #nav1 li:hover {
	background: url(/img/layout/header_nav1_li_hover.png) no-repeat;
}
html.nojs #nav1 li a:hover {
	background: url(/img/layout/header_nav1_li_a_hover.png) no-repeat right 0;
}
html.nojs #nav1 li a:hover {
	color: #dcf9d9;
}
/* Nav2 */
html.nojs #nav2 li a,
html.nojs #nav2 li a.active {
	height: 18px;
	padding-top: 9px;
	font-size: 10px;
}
html.nojs #nav2 li a.active {
	font-weight: bold;
}
/* Content */
html.nojs #content #scrollbox {
	top: 30px; 
	height: 310px;
	overflow: auto;
}
html.nojs #content #scrollbox.fourOfFive {
	height: 250px;
}
html.nojs #content #gig h3 {
	top: 40px;
	font-size: 13px;
}
html.nojs #content #scrollbox #pages div {
	float: none;
	width: 500px;
	padding-top: 0;
}
html.nojs #content #scrollbox #pages {
	width: 520px;
}
html.nojs #content h3 {
	font-size: 18px;
}
html.nojs #content h4 {
	font-size: 13px;
}
html.nojs #content a.button:hover {
	background-position: 0 -17px;
}
html.nojs #content a.button {
	padding-top: 8px;
	height: 10px;
	font-size: 9px;
}
html.nojs #content.thumbnails #scrollbox {
	position: relative;
	width: 918px; height: 210px; padding: 0; margin: 0;
	top: 70px;
}
html.nojs #content.thumbnails #scrollbox #pages {
	position: absolute; top: 0; left: 0;
}
html.nojs #content.thumbnails #scrollbox #pages div {
	width: 820px;
}
html.nojs #content.thumbnails #scrollbox #pages div div {
	width: auto;
	float: left;
}
/* @end */
