body { margin: 0; padding: 0; background-color:#020202; font-size: 12px; }
html, body, a { font-family: Helvetica, Arial, Verdana, sans-serif; color: #fff; }
body { background-image: url(../img/bg_black.png); background-repeat: repeat-x; }

div.clear { height: 0.1em; border: none; clear: both; margin: 0; padding: 0; }
br.clear { clear: both; }
.nobr { white-space: nowrap; }

/* Content */
h1, h2, h3 { font-weight: normal; font-size: 18px; margin: 0; padding: 0px; text-transform: uppercase; display: block; }
h3 { margin: 15px 0 0 0; }
a h1, a h2, a h3 { color: #FFF !important; text-decoration: none; }
h1 a, h2 a, h3 a { color: #FFF !important; text-decoration: none; }
a:hover h1, a:hover h2, a:hover h3 { color: #666 !important; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #666 !important; text-decoration: none; }
h1 { margin-bottom: 15px; }
p  { line-height: 1.5em; margin: 0 0 10px 0; }
li { margin-top: 1.1em; margin-left: 5px; }
img { border: 0; float: none; }
table { border-collapse: collapse;  }
th, td { padding: 0; vertical-align: top; text-align: left; }
ul, dl {list-style-type: disc;}

h2.badeschiff		{ color: #0099cc; }
h2.halle			{ color: #93117e; }
h2.hoppetosse		{ color: #e2001a; }
h2.club				{ color: #ffdd00; }
h2.glashaus			{ color: #00519e; }
h2.anhalt			{ color: #f08a00; }
h2.freischwimmer	{ color: #008b75; }
h2.fuhrpark			{ color: #a5c400; }

/* Struktur */
div#container	{ position: relative; width: 950px; margin: auto; padding: 25px 0; }

div#footer	
{
	clear: both; position: relative; top: 50px;
	height: 82px; width: 950px;
	margin: 0 auto; padding: 0;
	background: transparent url(../img/bg_footer_black.png) no-repeat;
	background-position: center;
	text-transform: uppercase;
	font-weight: bold;
}
div#footer a { color: #ffffff; text-decoration: none; }
div#footer a:hover { color: #ffffff; text-decoration: underline; }

div#content		{ float: left; width: 710px; margin-top: 23px; overflow: hidden; }

div#content .left, div#content .right { float: left; width: 342px; margin: 0 0 20px 0; }
div#content .right { margin-left: 26px; }
div#content .left img, div#content .right img { margin: 0 0 26px 0; }
div#content .result img { margin: 0; display: block; }

/* Section Header */
div#header        { height: 124px; overflow: hidden; background-color: #000; }
div#header.home   { height: 292px; }
#section_image    { position: absolute; float: left; }

div#header h1 { position: relative; top: 44px; left: 216px; font-size: 28px; font-weight: normal; display: block; width: 710px; }

/* Section Navigation */
ul#section_nav { position: absolute; z-index:100; top: 33px; left: 0; float: left; width: 200px; margin: 0; padding:0; margin-top: 10px;  margin-left: 22px; }
div#header.home  ul#section_nav  { top: 33px; }

ul#section_nav li
{
	list-style: none;
	margin: 0; padding: 0;
}

ul#section_nav li a
{
	display: block;
	list-style: none;
	margin: 0; padding: 0; padding-top: 28px; overflow: hidden;
	background-image: url(../img/menu-locations.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0; width: 200px;
}

ul#section_nav li.badeschiff    a        { background-position: 0 -28px }
ul#section_nav li.halle         a        { background-position: 0 -56px }
ul#section_nav li.hoppetosse    a        { background-position: 0 -84px }
ul#section_nav li.club          a        { background-position: 0 -112px }
ul#section_nav li.glashaus      a        { background-position: 0 -140px }
ul#section_nav li.anhalt        a        { background-position: 0 -168px }
ul#section_nav li.freischwimmer a        { background-position: 0 -196px }
ul#section_nav li.fuhrpark      a        { background-position: 0 -224px }

ul#section_nav li.arena			a        { background-position: 0 0 }
ul#section_nav li.berlin		a        { background-position: 0 -252px }

ul#section_nav li.badeschiff    a:hover  { background-position: -237px -28px }
ul#section_nav li.halle         a:hover  { background-position: -237px -56px }
ul#section_nav li.hoppetosse    a:hover  { background-position: -237px -84px }
ul#section_nav li.club          a:hover  { background-position: -237px -112px }
ul#section_nav li.glashaus      a:hover  { background-position: -237px -140px }
ul#section_nav li.anhalt        a:hover  { background-position: -237px -168px }
ul#section_nav li.freischwimmer a:hover  { background-position: -237px -196px }
ul#section_nav li.fuhrpark      a:hover  { background-position: -237px -224px }

ul#section_nav li.badeschiff    a.active  { background-position: -237px -28px }
ul#section_nav li.halle         a.active  { background-position: -237px -56px }
ul#section_nav li.hoppetosse    a.active  { background-position: -237px -84px }
ul#section_nav li.club          a.active  { background-position: -237px -112px }
ul#section_nav li.glashaus      a.active  { background-position: -237px -140px }
ul#section_nav li.anhalt        a.active  { background-position: -237px -168px }
ul#section_nav li.freischwimmer a.active  { background-position: -237px -196px }
ul#section_nav li.fuhrpark      a.active  { background-position: -237px -224px }

ul#section_nav li.badeschiff     a:hover { color: #0099cc; }
ul#section_nav li.halle          a:hover { color: #93117e; }
ul#section_nav li.hoppetosse     a:hover { color: #e2001a; }
ul#section_nav li.club           a:hover { color: #ffdd00; }
ul#section_nav li.glashaus       a:hover { color: #00519e; }
ul#section_nav li.anhalt         a:hover { color: #f08a00; }
ul#section_nav li.freischwimmer  a:hover { color: #008b75; }
ul#section_nav li.fuhrpark       a:hover { color: #a5c400; }

ul#section_nav li.badeschiff     a.active { color: #0099cc; }
ul#section_nav li.halle          a.active { color: #93117e; }
ul#section_nav li.hoppetosse     a.active { color: #e2001a; }
ul#section_nav li.club           a.active { color: #ffdd00; }
ul#section_nav li.glashaus       a.active { color: #00519e; }
ul#section_nav li.anhalt         a.active { color: #f08a00; }
ul#section_nav li.freischwimmer  a.active { color: #008b75; }
ul#section_nav li.fuhrpark       a.active { color: #a5c400; }

div#header.grey_nav { background-color: #000; }
.grey_nav ul#section_nav li a { background-image: url(../img/menu-left-header.png); }

ul#section_nav li.programm      a        { background-position: 0 -28px; background-image: url(../img/menu-left-header.png); }
ul#section_nav li.locations     a        { background-position: 0 -56px }
ul#section_nav li.fotos         a        { background-position: 0 -84px }
ul#section_nav li.tickets       a        { background-position: 0 -112px }
ul#section_nav li.shop          a        { background-position: 0 -140px }
ul#section_nav li.kontakt       a        { background-position: 0 -168px }
ul#section_nav li.ueber         a        { background-position: 0 -196px }
ul#section_nav li.virtuelle     a        { background-position: 0 -224px }

ul#section_nav li.anfahrt       a        { background-position: 0 -280px }
ul#section_nav li.impressum     a        { background-position: 0 -308px }
ul#section_nav li.newsletter    a        { background-position: 0 -336px }
ul#section_nav li.geschichte    a        { background-position: 0 -364px }
ul#section_nav li.gegenwart     a        { background-position: 0 -392px }
ul#section_nav li.zukunft       a        { background-position: 0 -420px }
ul#section_nav li.presse        a        { background-position: 0 -448px }
ul#section_nav li.vermieting    a        { background-position: 0 -560px } /* not used */

ul#section_nav li.neues         a        { background-position: 0 -476px }
ul#section_nav li.referenzen    a        { background-position: 0 -504px }
ul#section_nav li.buchung       a        { background-position: 0 -532px }

/* Left Side Navigation */
ul#nav { float: left; width: 190px; margin: 0; padding:0; margin-top: 23px;  margin-left: 25px; }

ul#nav li
{
	list-style: none;
	margin: 0; padding: 0;
}

ul#nav li a
{
	display: block;
	list-style: none;
	margin: 0; padding: 0; padding-top: 24px; overflow: hidden;
	background-image: url(../img/menu-left-white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0; width: 150px;
}

ul#nav li.programm  a        { background-position: 0 0 }
ul#nav li.locations a        { background-position: 0 -24px }
ul#nav li.fotos     a        { background-position: 0 -48px }
ul#nav li.tickets   a        { background-position: 0 -72px }
ul#nav li.shop      a        { background-position: 0 -96px }
ul#nav li.kontakt   a        { background-position: 0 -120px }
ul#nav li.ueber     a        { background-position: 0 -144px }
ul#nav li.virtuelle a        { background-position: 0 -168px }

ul#nav li.programm  a:hover  { background-position: -150px 0 }
ul#nav li.locations a:hover  { background-position: -150px -24px }
ul#nav li.fotos     a:hover  { background-position: -150px -48px }
ul#nav li.tickets   a:hover  { background-position: -150px -72px }
ul#nav li.shop      a:hover  { background-position: -150px -96px }
ul#nav li.kontakt   a:hover  { background-position: -150px -120px }
ul#nav li.ueber     a:hover  { background-position: -150px -144px }
ul#nav li.virtuelle a:hover  { background-position: -150px -168px }

ul#nav li.programm  a.active  { background-position: -150px 0 }
ul#nav li.locations a.active  { background-position: -150px -24px }
ul#nav li.fotos     a.active  { background-position: -150px -48px }
ul#nav li.tickets   a.active  { background-position: -150px -72px }
ul#nav li.shop      a.active  { background-position: -150px -96px }
ul#nav li.kontakt   a.active  { background-position: -150px -120px }
ul#nav li.ueber     a.active  { background-position: -150px -144px }
ul#nav li.virtuelle a.active  { background-position: -150px -168px }


/* subnav */
ul#nav li.anfahrt     a        { background-position: 0 -192px }
ul#nav li.impressum   a        { background-position: 0 -216px }
ul#nav li.newsletter  a        { background-position: 0 -240px }
ul#nav li.geschichte  a        { background-position: 0 -264px }
ul#nav li.gegenwart   a        { background-position: 0 -288px }
ul#nav li.zukunft     a        { background-position: 0 -312px }
ul#nav li.presse      a        { background-position: 0 -336px }
ul#nav li.vermietung  a        { background-position: 0 -432px }

ul#nav li.anfahrt     a:hover  { background-position: -150px -192px }
ul#nav li.impressum   a:hover  { background-position: -150px -216px }
ul#nav li.newsletter  a:hover  { background-position: -150px -240px }
ul#nav li.geschichte  a:hover  { background-position: -150px -264px }
ul#nav li.gegenwart   a:hover  { background-position: -150px -288px }
ul#nav li.zukunft     a:hover  { background-position: -150px -312px }
ul#nav li.presse      a:hover  { background-position: -150px -336px }
ul#nav li.vermietung  a:hover  { background-position: -150px -432px }

ul#nav li.anfahrt     a.active  { background-position: -150px -192px }
ul#nav li.impressum   a.active  { background-position: -150px -216px }
ul#nav li.newsletter  a.active  { background-position: -150px -240px }
ul#nav li.geschichte  a.active  { background-position: -150px -264px }
ul#nav li.gegenwart   a.active  { background-position: -150px -288px }
ul#nav li.zukunft     a.active  { background-position: -150px -312px }
ul#nav li.presse      a.active  { background-position: -150px -336px }
ul#nav li.vermietung  a.active  { background-position: -150px -432px }

/* only on the B2B site */
ul#nav li.neues       a         { background-position: 0 -360px }
ul#nav li.referenzen  a         { background-position: 0 -384px }
ul#nav li.buchung     a         { background-position: 0 -408px }

ul#nav li.neues       a:hover  { background-position: -150px -360px }
ul#nav li.referenzen  a:hover  { background-position: -150px -384px }
ul#nav li.buchung     a:hover  { background-position: -150px -408px }

ul#nav li.neues       a.active { background-position: -150px -360px }
ul#nav li.referenzen  a.active { background-position: -150px -384px }
ul#nav li.buchung     a.active { background-position: -150px -408px }

ul#nav li.subnav a { margin-left: 10px; padding-top: 21px; }
ul#nav li.last a { margin-bottom: 10px; }
ul#nav li.spacer { margin-top: 24px; }


/* social networking nav links */
ul#nav li.social a { background-image: url(../img/menu_socialnetwork.png); padding-top: 36px; width: 81px;}

ul#nav li.facebook a { background-position: 0 0; margin-top: 75px; }
ul#nav li.myspace  a { background-position: 0 -36px; }
ul#nav li.flickr   a { background-position: 0 -72px; }
ul#nav li.youtube  a { background-position: 0 -108px; }

ul#nav li.facebook a:hover { background-position: -85px 0; }
ul#nav li.myspace  a:hover { background-position: -85px -36px; }
ul#nav li.flickr   a:hover { background-position: -85px -72px; }
ul#nav li.youtube  a:hover { background-position: -85px -108px; }


/* links */
a	{ color: #999; text-decoration: none; font-weight: bold; }
h1 a, h2 a, h3 a { font-weight: normal; }

a:hover { color: #FFF; }
a.today	{ color: #FFF !important; }

input.newsletter,
input.suchen { background-color: transparent; border: none; cursor: pointer;  }

a.mehrfotos ,
a.backfotos ,
input.suchen ,
input.newsletter ,
a.googlemaplink ,
a.herunterladen ,
a.rundgang ,
a.newsletter ,
a.ticketskaufen ,
a.zuflickr ,
a.zumprogramm ,
a.zurhomepage ,
a.zumyspace ,
a.zufacebook ,
a.zurspeisekarte ,
a.back ,
a.mehr
{
	display: block; padding-top: 17px;
	height: 0; overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 180px;
	margin-top: 10px;
}
a.back, a.backfotos { margin-top: 0px; }
a.mehr { margin-top: 9px; }

a.mehrfotos , a.zuflickr , a.backfotos  {
	margin-right: 10px; float: left; margin-top: 0px;
}


input.suchen:hover ,
input.newsletter:hover ,
a.googlemaplink:hover ,
a.herunterladen:hover ,
a.rundgang:hover ,
a.newsletter:hover ,
a.ticketskaufen:hover ,
a.zuflickr:hover ,
a.zumprogramm:hover ,
a.zurhomepage:hover ,
a.zumyspace:hover   ,
a.zufacebook:hover , 
a.zurspeisekarte:hover ,	
a.back:hover ,
a.mehr:hover
{
	background-position: 0 -17px; color: #000;
}

a.mehrfotos:hover , a.zuflickr:hover , a.backfotos:hover {
	background-position: 0 -21px; color: #000;
}

a.mehrfotos { background-image: url(../img/button_mehr_fotos.png); width: 52px; padding-top: 21px; }
a.backfotos  { background-image: url(../img/button_zurueck_fotos.png); width: 84px; padding-top: 21px; }
input.suchen { background-image: url(../img/button_suchen.png); width: 63px; }
input.newsletter { background-image: url(../img/button_newsletter.png); width: 173px; }
a.googlemaplink { background-image: url(../img/button_groessere_karte.png); width: 192px; }
a.herunterladen { background-image: url(../img/button_herunterladen.png); width: 122px; }
a.rundgang { background-image: url(../img/button_rundgang.png); width: 166px; }
a.newsletter { background-image: url(../img/button_zumnewsletter.png); width: 126px; }
a.ticketskaufen { background-image: url(../img/button_tickets_kaufen.png); width: 166px; }
a.zuflickr { background-image: url(../img/button_zuflickr.png); width: 157px; padding-top: 21px; }
a.zumprogramm { background-image: url(../img/button_zumprogramm.png); width: 119px;}
a.zurhomepage { background-image: url(../img/button_zurhomepage.png); width: 111px;}
a.zumyspace   { background-image: url(../img/button_zumyspace.png); width: 91px; }
a.zufacebook  { background-image: url(../img/button_zufacebook.png); width: 100px; }
a.zurspeisekarte  { background-image: url(../img/button_zurspeisekarte.png); width: 127px; }
a.back  { background-image: url(../img/button_zurueck.png); width: 100px; }
a.mehr { background-image: url(../img/button_info.png); width: 80px; }

/* Suchformular */
div#search { width: 150px; margin: 15px 0; color: #999; margin: 5px 0; padding: 0; }
div#search form { margin: 0; padding: 0;  }
div#search select { width: 150px; margin: 0 0 5px 0; padding-left: 10px; font-size: 11px; color: #666; font-weight: bold; border: none; }
div#search input { margin: 0; color: #666; font-weight: bold; padding-left: 12px; border: none;  font-size: 11px; margin: 0 0 5px 0; }
div#search input.text  { width: 138px; }
div#search input.submitSearch { background-color: transparent; padding-left: 10px; width: 150px; text-align: left; cursor: pointer;  color: #999; }

/* Other forms */
input.text, textarea.text { width: 200px; }

/* Tabelle Suchergebnis */
.result td { padding: 0 0 26px 0; vertical-align: top; }
.result td.image { padding: 0 26px 26px 0; }

.result_fotos td { padding: 0 0 26px 0; vertical-align: top; }
.result_fotos td.image { padding: 0 0 26px 26px; }

.event_title { float: left; width: 240px; padding-top: 5px; }
.event_mehr { float: right; text-align: right; width: 80px; }
.event_back { float: right; text-align: right; width: 80px; }
.event_subtitle { clear: both; text-align: left; text-transform: uppercase; font-weight: bold; margin: 0; margin-top: -2px; }

#socialnetworkinglinks { margin: 15px 0 20px 0; color: #000; }
#socialnetworkinglinks a { color: #000; padding: 0; padding-top: 20px; height:0; overflow: hidden; width: 167px; display:block; float: left; font-weight: bold; }
#socialnetworkinglinks a:hover { background-position: 0 -20px; }
#socialnetworkinglinks form { display: inline; }

.fb_share_link { background:url(/img/button_facebook.png) no-repeat top left; margin-right: 5px; }
.mysp_share_link { background:url(/img/button_myspace.png) no-repeat top left; }

/* end */

/* Section Styles (overrides. must be at the END of this file) */
body.badeschiff     { background-color: #009ed8; background-image: url(../img/bg_badeschiff.png); }
body.halle          { background-color: #92117e; background-image: url(../img/bg_halle.png); }
body.hoppetosse     { background-color: #e2001a; background-image: url(../img/bg_hoppetosse.png); }
body.club           { background-color: #e7aa00; background-image: url(../img/bg_club.png); }
body.glashaus       { background-color: #00519e; background-image: url(../img/bg_glashaus.png); }
body.anhalt         { background-color: #f08a00; background-image: url(../img/bg_anhalt.png); }
body.freischwimmer  { background-color: #008b75; background-image: url(../img/bg_freischwimmer.png); }
body.fuhrpark       { background-color: #98cb00; background-image: url(../img/bg_fuhrpark.png); }
body.fotos          { color: #000; background-color: #FFFFFF; background-image: url(../img/bg_fotos.png); }

body.badeschiff a  { color: #444; }
body.club       a,
body.anhalt     a,
body.fuhrpark   a { color: #666; }

body.badeschiff a:hover,
body.club       a:hover,
body.anhalt     a:hover,
body.fuhrpark   a:hover { color: #FFF; }
body.fotos      a:hover { color: #000; }

body.badeschiff ul#nav li a { background-image: url(../img/menu-left-white-444.png); }
body.club  ul#nav li a,
body.anhalt ul#nav li a,
body.fuhrpark ul#nav li a { background-image: url(../img/menu-left-white-666.png); }
body.fotos ul#nav li a { background-image: url(../img/menu-left-black-999.png); }

/* social networking nav links */
body.badeschiff ul#nav li.social a { background-image: url(../img/menu_socialnetwork.png); }
body.club ul#nav li.social a,
body.anhalt ul#nav li.social a,
body.fuhrpark ul#nav li.social a { background-image: url(../img/menu_socialnetwork.png); }
body.fotos ul#nav li.social a { background-image: url(../img/menu_socialnetwork_black.png); }


body.badeschiff    #footer { background-image: url(../img/bg_footer_badeschiff.png); }
body.halle         #footer { background-image: url(../img/bg_footer_halle.png); }
body.hoppetosse    #footer { background-image: url(../img/bg_footer_hoppetosse.png); }
body.club          #footer { background-image: url(../img/bg_footer_club.png); }
body.glashaus      #footer { background-image: url(../img/bg_footer_glashaus.png); }
body.anhalt        #footer { background-image: url(../img/bg_footer_anhalt.png); }
body.freischwimmer #footer { background-image: url(../img/bg_footer_freischwimmer.png); }
body.fuhrpark      #footer { background-image: url(../img/bg_footer_fuhrpark.png); }
body.fotos         #footer { background-image: url(../img/bg_footer_fotos.png); }

body.fotos a h1, body.fotos a h2, body.fotos a h3 { color: #000 !important; }
body.fotos h1 a, body.fotos h2 a, body.fotos h3 a { color: #000 !important; }
body.fotos a:hover h1, body.fotos a:hover h2, body.fotos a:hover h3 {  }
body.fotos h1 a:hover, body.fotos h2 a:hover, body.fotos h3 a:hover {  }

body.fotos div#footer a { color: #000000; }
body.fotos div#footer a:hover { color: #000000; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

h2.sIFR-replaced {
	margin-top: -5px;
}

h1.sIFR-replaced {
	margin-top: -4px;
}

div#header h1.sIFR-replaced {
	margin-top: 0px;
}

.event_title h2.sIFR-replaced 
{
	margin-top: 0;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	visibility: hidden;
}

/* presse */
#presse_content { margin-top: 50px; }
#presse_content div.left, #presse_content div.right { width: 250px; }
#presse_content div.left { margin-right: 92px; }
#presse_content img { margin-bottom: 10px !important; margin-top: 10px !important; }
a.herunterladen { float: right; margin: 0px; }
.presse_title { float: left; text-align: left; text-transform: uppercase; font-weight: bold; margin: 0; width: 122px; }


/* fader stuff */
#slideshow {
    position:relative;
    height:300px;
    margin-bottom: 40px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active { z-index:10; }
#slideshow IMG.last-active { z-index:9; }

/* downloads */

div.downloads img
{
	margin-bottom: 10px !important;
}

div.downloads p
{
margin: -5px 0 0 0; line-height: 17px; text-transform: uppercase;
}

.downloads_left
{
float: left; margin: 0;
width: 90px !important; text-align: center;
}

.downloads_right
{
float: left; margin: 0 0 0 16px;
width: 236px !important;
}

.download_link 
{
width: 140px; float: left; text-transform: uppercase; font-weight: bold;
}


/* old styles. deletion looms ... */

/* Tabelle Dreispaltig */
table.Dreispaltig td { width: 220px; padding: 0 0 30px 0; }
table.Dreispaltig td.steg { width: 30px; border: none;}
table.Dreispaltig img { margin-bottom: 15px; }

/* Tabelle Bilder */
table.Images1 { margin-bottom: 15px; }
table.Images1 td { width: 180px; }
table.Images1 td.middle { padding: 0 30px 0 30px; }
table.Images1 td img.zoom { width: 80px; height: 15px; margin: 3px 0 0 0; cursor: pointer; }

/* Event-Teaser */
div.EventTeaser {  }
div.EventTeaser span.TeaserImage{ display: block; width: 180px; height: 135px; text-align: center; }
div.EventTeaser p { margin-top: 5px;  }
div.EventTeaser img.b-tickets { margin: 15px 0 0 15px; }
div.EventTeaser img.b-more { margin-top: 15px;  }

a.pdf { padding: 2px 20px 2px 20px; background: url(../img/icon_pdf.gif) no-repeat; }
a.swf { padding: 2px 20px 2px 20px; background: url(../img/icon_swf.gif) no-repeat; }
a.www { padding: 2px 20px 2px 20px; background: url(../img/icon_www.gif) no-repeat; }

div#content .result img, div#content .left img, div#content .right img, .rounded, #header, .panel img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
