   body {
          width:100%;
          background:#505050;
         }
   img.right {
        float:right;
        }
   img.left {
        float:left;
        }
   img.rechts {
        float:right;
		  margin:2px;
		  margin-left:5px;
		  padding:2px;
		  border: 1px solid #303030;
        }
   img.links {
        float:left;
		  margin:2px;
		  margin-right:5px;
		  padding:2px;
		  border: 1px solid #303030;

        }
   span.headline {
        display:none;
        }
   span.artist {
        font-weight:bold;
        }
   span.main {
        color:#303030;
        font-weight:bold;
        }
   span.stehlampenrock {
        color:#FF5D00;
        font-weight:bold;
        }
   span.neuigkeiten {
        color:#6AB700;
        font-weight:bold;
        }
   span.kommunikation {
        color:#DC0067;
        font-weight:bold;
        }
   span.veranstaltungen {
        color:#003399;
        font-weight:bold;
        }

   span.werbematerial {
        color:#3A3A3A;
        font-weight:bold;
        }
   a {
         text-decoration:none;
	color:#303030;
        }
   a.stehlampenrock {
		  color:#FF5D00;
		  background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
		  padding-left:20px

	}
   a.neuigkeiten {
		  color:#6AB700;
		  background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
		  padding-left:20px
	}
   a.kommunikation {
		  color:#DC0067;
		  background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
		  padding-left:20px
	}
	a.veranstaltungen {
		  color:#003399;
		  background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
		  padding-left:20px
	}
	a.werbematerial {
		  color:#3A3A3A;
		  background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
		  padding-left:20px
	}
   a.intern {
	color: #3A3A3A;
	background: url('/daten/layout/link_intern.gif') no-repeat 0px 0px;
	padding-left: 20px
}
   a.information {
	color: #3A3A3A;
	background: url('/daten/layout/link_information.gif') no-repeat 0px 0px;
	padding-left:20px
}
   a.extern {
	font-variant: small-caps;
	text-decoration: underline;
	color: #3A3A3A;
	background: url('/daten/layout/link_extern.gif') no-repeat 0px 0px;
	padding-left:20px
}
   a:hover {
         text-decoration:none;
			color:#9A9A9A;
        }
	a.stehlampenrock:hover {
		  color:#FFAE7F;
	}
   a.neuigkeiten:hover {
		  color:#B4DB7F;
	}
   a.kommunikation:hover {
		  color:#ED7FB3;
	}
	a.veranstaltungen:hover {
		  color:#7F99CC;
	}
	a.werbematerial:hover {
		  color:#9C9C9C;
	}
	a.intern:hover {
        text-decoration:none;
		  color:#9A9A9A;
        }
	a.information:hover {
        text-decoration:none;
		  color:#9A9A9A;
        }
   a.extern:hover {
        font-variant:small-caps;
	     text-decoration: underline;
		  color:#9A9A9A;
        }
   textarea.quelltext {
   	margin:0px;
		padding:0px;
		width:380px;
		font-size:8pt;
		text-align:center;
   }
   #logo {
		  position:absolute;
        top:0px;
        left:0px;
        z-index:10;
        margin:0;
        padding:0;
        height:600px;
        width:100px;
        background:#505050 url('/daten/layout/logo_stehlampenrock.gif') no-repeat -100px 0;
        text-decoration:none
        }
   #logo:hover {
        background-position:1px 0;
        }
   #logo span {
        display:none;
        }
   #logo_hoersturz {
		  position:absolute;
        top:0px;
        left:0px;
        z-index:10;
        margin:0;
        padding:0;
        height:600px;
        width:100px;
        background:#505050 url('/daten/layout/logo_hoersturz.gif') no-repeat -100px 0;
        text-decoration:none
        }
   #logo_hoersturz:hover {
        background-position:1px 0;
        }
   #logo_hoersturz span {
        display:none;
        }
		  
   #section_ilse {
  		  position:absolute;
        top:420px;
        left:0px;
        z-index:11;
        margin:0;
        padding:0;
        height:200px;
        width:100px;
        background:url('/daten/layout/section_ilse.gif') no-repeat 0 0;
        text-align:center
        }
   #section_hoersturz {
  		  position:absolute;
        top:420px;
        left:0px;
        z-index:11;
        margin:0;
        padding:0;
        height:200px;
        width:100px;
        background:url('/daten/layout/section_hoersturz.gif') no-repeat 0 0;
        text-align:center
        }  
   #mainnavi {
        position:absolute;
		  top:5px;
		  left:100px;
		  width:700px;
        height:25px;
		  border-left:2px solid #303030;
		  border-right:2px solid #303030;
        background:#505050;
        color:#FFFFFF;
		  z-index:14;
	     }
   ul#navigation {
        padding:0;
        text-align:left;
        }
   ul#navigation li {
        list-style:none;
        float:left;
		  position:relative;
        margin:0;
        padding:0;
        font-weight:bold;
		  width:139px;
		  min-height:25px;
		  background:#303030;
        border-right:1px solid #FFFFFF;
		  color:#FFFFFF;
		  }
	*html ul#navigation li {
		height:25px;
	   }
   ul#navigation li ul {
        margin:0;
		  padding:0;
        position:absolute;
        top:25px; left:0px;
         display:none;  /* Unternavigation ausblenden */
        }
   ul#navigation li:hover ul {
        display:block;  /* Unternavigation in modernen Browsern einblenden */
        }
   ul#navigation li ul li {
        float:none;
        display:block;
		  background:#303030;
        }
	ul#navigation li a {
		display:block;
		width:134px;
		min-height:21px;
		padding: 4px 0px 0px 5px;
		color:#FFFFFF;
		background:#303030;
	}
	* html ul#navigation li a {
		height:21px;
	}
	ul#navigation li a:hover {
	   background:#9A9A9A;
	}
	ul#navigation li a.nav_stehlampenrock {
		background:#FF5D00;
	}
	ul#navigation li a.nav_stehlampenrock:hover {
		background:#FFAE7F;
	}
	ul#navigation li a.nav_neuigkeiten {
		background:#6AB700;
	}
	ul#navigation li a:hover.nav_neuigkeiten {
		background:#B4DB7F;
	}
	ul#navigation li a.nav_kommunikation {
		background:#DC0067;
	}
	ul#navigation li a:hover.nav_kommunikation {
		background:#ED7FB3;
	}
	ul#navigation li a.nav_veranstaltungen {
		background:#003399;
	}
	ul#navigation li a:hover.nav_veranstaltungen {
		background:#7F99CC;
	}
	ul#navigation li a.nav_werbematerial {
		background:#3A3A3A;
	}
	ul#navigation li a:hover.nav_werbematerial {
		background:#9C9C9C;
	}
   #werbung {
        position:absolute;
        top:5px;
        left:820px;
        z-index:12;
        margin:0;
        padding:0;
        width:150px;
        text-align:center;
        border:1px solid #303030;
        padding:5px;
        color:#303030;
        font-size:8pt;
        font-weight:bold;
        overflow:hidden;
		  text-decoration:none;
        }
    #werbung p {
    	margin-top:10px;
    }
   #container_mainTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #303030;
		  background:#F5F5F5 url('/daten/layout/bg_container_main.gif') repeat-y top right;
        }
   #container_stehlampenrockTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #FF5D00;
		  background:#FFF7F2 url('/daten/layout/bg_container_stehlampenrock.gif') repeat-y top right;
        }
   #container_neuigkeitenTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #6AB700;
		  background:#F7FBF2 url('/daten/layout/bg_container_neuigkeiten.gif') repeat-y top right;
        }
   #container_kommunikationTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #DC0067;
		  background:#FDF2F7 url('/daten/layout/bg_container_kommunikation.gif') repeat-y top right;
        }
   #container_veranstaltungenTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #003399;
		  background:#F2F5FA url('/daten/layout/bg_container_veranstaltungen.gif') repeat-y top right;
        }
   #container_werbematerialTheme {
        width:700px;
        margin-left:100px;
		  margin-top:35px;
		  margin-bottom:10px;
        border:2px solid #3A3A3A;
		  background:#F5F5F5 url('/daten/layout/bg_container_werbematerial.gif') repeat-y top right;
        }
   #header_mainTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #303030;
		  background:#9C9C9C url('/daten/layout/bg_header_main.gif') no-repeat;
        }
   #header_stehlampenrockTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #FF5D00;
		  background:#FFAE7F url('/daten/layout/bg_header_stehlampenrock.gif') no-repeat;
        }
   #header_neuigkeitenTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #6AB700;
		  background:#B4DB7F url('/daten/layout/bg_header_neuigkeiten.gif') no-repeat;
        }
   #header_kommunikationTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #DC0067;
		  background:#ED7FB3 url('/daten/layout/bg_header_kommunikation.gif') no-repeat;
        }
   #header_veranstaltungenTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #003399;
		  background:#7F99CC url('/daten/layout/bg_header_veranstaltungen.gif') no-repeat;
        }
   #header_werbematerialTheme {
        width:680px;
        height:100px;
		  border-left:20px solid #3A3A3A;
		  background:#9C9C9C url('/daten/layout/bg_header_werbematerial.gif') no-repeat;
        }
   #path_mainTheme {
        width:700px;
        height:18px;
		  background:#303030;
        }
   #path_stehlampenrockTheme {
        width:700px;
        height:18px;
		  background:#FF5D00;
        }
   #path_neuigkeitenTheme {
        width:700px;
        height:18px;
		  background:#6AB700;
        }
   #path_kommunikationTheme {
        width:700px;
        height:18px;
		  background:#DC0067;
        }
   #path_veranstaltungenTheme {
        width:700px;
        height:18px;
		  background:#003399;
        }
   #path_werbematerialTheme {
        width:700px;
        height:18px;
		  background:#3A3A3A;
        }
   ul#path {
        float:left;
        list-style-type:none;
        margin-left:18px;
        }
   * html ul#path {
        margin-left:10px;
        }
   ul#path li {
        display:inline;
        }
   ul#path li a  {
        text-decoration:none;
        padding-left:10px;
        padding-right:0px;
        background-image:url('/daten/layout/icon_pfeil_rechts_grau.gif');
        background-repeat:no-repeat;
        background-position: -5px 0px;
		  color:#EEEEEE
        }
   ul#path li a:hover {
        text-decoration:none;
		  color:#FFFFFF;
        }
   span.home {
        position:absolute;
        top:138px;
        left:780px;
        z-index:9;
        }
   #content {
	     clear:both;
             width:410px;
	     min-height:407px;
	     margin-left:20px;
	     margin-top:0px;
        }
	*html #content {
		 height:407px;
	}
    #content h1 {
        color:#303030;
        text-align:left;
        font-size:12pt;
        font-weight:bold;
        border-bottom:1px solid #303030;
        margin-bottom:5px;
        margin-top:5px;
        }
   #content h2 {
        text-align:left;
        font-size:10pt;
        font-weight:bold;
        border-bottom:1px solid #303030;
		  color:#303030;
        margin-top:5px;
        }
   #content p {
        font-size:10pt;
		  margin-top:3px;
		  margin-bottom:2px;
        }
   .block {text-align:justify;}
   .links {text-align:left;}
   .zentriert {text-align:center;}
   .rechts {text-align:right;}
   .reinhoeren {
        font-size:10pt;
		  text-align:left;
        background-image:url('/daten/layout/kopfhoerer.gif');
        background-repeat:no-repeat;
        background-position: 0px 20px;
        font-weight:bold;
        border-bottom:1px solid #303030;
		  color:#303030;
		  padding-top:50px;
		  padding-left:80px;
		  padding-bottom:5px
        }
   #content ul {
         list-style-type:square;
        }
   #content li {
        margin-left:50px;
        }
   #content ul.block {
         list-style:none;
        }
   #content li.block {
        margin-left:5px;
        padding:0 10px;
        border-left:1px solid #303030;
        text-align:left;
        }

//* Blogger Archiv
----------------------------------------------- */

   #content_main ul.inline {
        list-style:none;
        margin:0;
        padding:0;
        }
   #content_main li.inline {
        margin:0;
	padding:0;
	display:block;
	width:100px;
	background:#DAEDBF;
	float:left;
        padding:0 10px;
        border-left:1px solid #303030;
        text-align:left;
        }
   #content_main ul.inline_news {
        list-style:none;
        margin:0;
        padding:0;
        }
   #content_main li.inline_news {
        margin:0;
	padding:0;
	display:inline;
        padding:0 10px;
        border-left:1px solid #303030;
        text-align:left;
        }


   #content iframe {
		width:410px;
		height:300px;
		border:0px;
		margin-top:5px;
		margin-bottom:5px;
		overflow-x:hidden;
		}
  #content iframe.gb {
		width:410px;
		height:350px;
		border:0px;
		margin-top:5px;
		margin-bottom:5px;
		overflow-x:hidden;
		}
table.newsletter {
	border:0px;
	width:410px;
	text-align:center;
}
td.newsletter1 {
	background:#DC0067;
	color:#FFFFFF;
}
td.newsletter2 {
	background:#F6BFD9;
	height:100px;
	color:#000000;
}
td.newsletter3 {
	background:#F6BFD9;
	color:#000000;
}
#content form.newsletter input.email {
	background:#FFFFFF;
	color:#000000;
	border: 1px solid #000000;
	width: 200px;
}
table.kontaktformular {
	border:0px none;
	margin-top:10px;
	margin-bottom:10px;
	width:410px
}
td.kontaktformular1 {
	width:150px;
	padding-right:10px;
	margin-bottom:4px;
	background:#F6BFD9;
	border-bottom:1px dotted #DC0067;
}
td.kontaktformular2 {
	width:250px;
}
td.kontaktformular3 {
	width:150px;
}
#content form.contact input.field, #content form.contact select.subject, textarea.field {
	width:250px;
}
#content form.contact input.button {
	width:100px;
	font-size:8pt;
}
	  #content_main {
	     clear:both;
        width:410px;
		  margin-left:20px;
		  margin-top:5px;
        }
    #content_main h1 {
        color:#303030;
        text-align:left;
        font-size:12pt;
        font-weight:bold;
        border-bottom:1px solid #303030;
        margin-bottom:5px;
        margin-top:5px;
        }
   #content_main h2 {
        text-align:left;
        font-size:10pt;
        font-weight:bold;
        border-bottom:1px solid #303030;
		  color:#303030;
        margin-top:5px;
        }
   #content_main p {
        font-size:10pt;
		  margin-top:3px;
		  margin-bottom:2px;
        }
   .block {text-align:justify;}
   .links {text-align:left;}
   .zentriert {text-align:center;}
   .rechts {text-align:right;}
   #content_main ul {
         list-style-type:square;
        }
   #content_main li {
        margin-left:50px;
        }
   #content_main ul.block {
         list-style:none;
        }
   #content_main li.block {
        margin-left:5px;
        padding:0 10px;
        border-left:1px solid #303030;
		  text-align:left;
        }
	#item_stehlampenrock {
		width:400px;
		min-height:230px;
		margin-top:2px;
		padding-top:25px;
		border-left: 5px solid #FF5D00;
		border-right: 5px solid #FF5D00;
	   border-bottom: 1px solid #FF5D00;
		background:#FFD6BF url('/daten/layout/item_stehlampenrock.gif') no-repeat top left;
	}
   *html #item_stehlampenrock {
   	height:230px;
   }
	#item_stehlampenrock p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:28px;
		padding-right:25px;
	}
	*html #item_stehlampenrock p {
		height:28px;
		}
	#item_stehlampenrock a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #item_stehlampenrock a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #item_stehlampenrock a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
	#item_hoersturz {
		width:400px;
		min-height:230px;
		margin-top:2px;
		padding-top:25px;
		border-left: 5px solid #7F2E00;
		border-right: 5px solid #7F2E00;
	   border-bottom: 1px solid #7F2E00;
		background:#FFD6BF url('/daten/layout/item_hoersturz.gif') no-repeat top left;
	}
   *html #item_hoersturz {
   	height:230px;
   }
	#item_hoersturz p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:28px;
		padding-right:25px;
	}
	*html #item_hoersturz p {
		height:28px;
		}
	#item_hoersturz a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #item_hoersturz a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #item_hoersturz a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}		
	#item_veranstaltungen {
		width:400px;
		min-height:230px;
		margin-top:2px;
		padding-top:25px;
		border-left: 5px solid #003399;
		border-right: 5px solid #003399;
	   border-bottom: 1px solid #003399;
		background:#BFCCE5 url('/daten/layout/item_veranstaltungen.gif') no-repeat top left;
	}
   * html item_veranstaltungen {
   	height:230px;
   }
	#item_veranstaltungen p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:28px;
		padding-right:25px;
	}
	*html #item_veranstaltungen p {
		height:28px;
		}
	#item_veranstaltungen a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #item_veranstaltungen a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #item_veranstaltungen a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
	#teaser_stehlampenrock {
		float:left;
		width:200px;
		min-height:155px;
		margin-top:2px;
		margin-right:1px;
		padding-top:15px;
		border-left: 2px solid #FF5D00;
		border-right: 2px solid #FF5D00;
		border-bottom: 1px solid #FF5D00;
		background:#FFD6BF url('/daten/layout/teaser_stehlampenrock.gif') no-repeat top left;
	}
	*html #teaser_stehlampenrock {
		height:155px;
	}
	#teaser_stehlampenrock p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:45px;
		padding-right:25px;
	}
	*html #teaser_stehlampenrock p {
		height:45px;
	}
	#teaser_stehlampenrock a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #teaser_stehlampenrock a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #teaser_stehlampenrock a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
	#teaser_hoersturz {
		float:left;
		width:200px;
		min-height:155px;
		margin-top:2px;
		margin-right:1px;
		padding-top:15px;
		border-left: 2px solid #7F2E00;
		border-right: 2px solid #7F2E00;
		border-bottom: 1px solid #7F2E00;
		background:#FFD6BF url('/daten/layout/teaser_hoersturz.gif') no-repeat top left;
	}
	*html #teaser_hoersturz {
		height:155px;
	}
	#teaser_hoersturz p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:45px;
		padding-right:25px;
	}
	*html #teaser_hoersturz p {
		height:45px;
	}
	#teaser_hoersturz a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #teaser_hoersturz a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #teaser_hoersturz a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}		
	#teaser_veranstaltungen {
		float:left;
		width:200px;
		min-height:155px;
		margin-top:2px;
		margin-right:1px;
		padding-top:15px;
		border-left: 2px solid #003399;
		border-right: 2px solid #003399;
		border-bottom: 1px solid #003399;
		background:#BFCCE5 url('/daten/layout/teaser_veranstaltungen.gif') no-repeat top left;
	}
	*html #teaser_veranstaltungen {
		height:155px;
	}
	#teaser_veranstaltungen p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:45px;
		padding-right:25px;
	}
	*html #teaser_veranstaltungen p {
		height:45px;
	}
	#teaser_veranstaltungen a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #teaser_veranstaltungen a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #teaser_veranstaltungen a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
	#teaser_kommunikation {
		float:left;
		width:200px;
		min-height:155px;
		margin-top:2px;
		margin-right:1px;
		padding-top:15px;
		border-left: 2px solid #DC0067;
		border-right: 2px solid #DC0067;
		border-bottom: 1px solid #DC0067;
		background:#F6BFD9 url('/daten/layout/teaser_kommunikation.gif') no-repeat top left;
	}
	*html #teaser_kommunikation {
		height:155px;
	}
	#teaser_kommunikation p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		min-height:45px;
		padding-right:25px;
	}
	*html #teaser_kommunikation p {
		height:45px;
	}
	#teaser_kommunikation a {
		text-decoration:none;
		color:#000000;
		cursor:pointer;
		cursor:hand;
	}
   #teaser_kommunikation a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #teaser_kommunikation a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
	#veranstaltungswerbung {
		clear:both;
		width:400px;
		margin-top:2px;
		margin-bottom:5px;
		padding-top:15px;
		border-left: 5px solid #303030;
		border-right: 5px solid #303030;
	   border-bottom: 1px solid #303030;
		background:#CDCDCD url('/daten/layout/item_veranstaltungswerbung.gif') no-repeat top left;
	}
		#vorschau {
		clear:both;
		width:400px;
		margin-top:2px;
		margin-bottom:5px;
		padding-top:25px;
		border-left: 5px solid #303030;
		border-right: 5px solid #303030;
	   border-bottom: 1px solid #303030;
		background:#CDCDCD url('/daten/layout/item_vorschau.gif') no-repeat top left;
	}
   #vorschau p {
		font-size:8pt;
		margin:1px 0px 1px 2px;
		padding-right:25px;
	}
   #vorschau a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border:0px;
		}
   #vorschau a:hover img {
   	filter:alpha(opacity=50);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.50; opacity:0.5; border:0px;
		}
   #rechte_spalte {
	     position:absolute;
		  top:162px;
		  left:552px;
  		  width:240px;
		  padding-left:5px;
		  padding-right:5px;
        }

	#rechte_spalte h1 {
        color:#303030;
        text-align:right;
        font-size:12pt;
        font-weight:bold;
		  padding-top:5px;
        border-bottom:1px solid #303030;
         }
	#rechte_spalte h2 {
        color:#303030;
        text-align:right;
        font-size:8pt;
        font-weight:bold;
		  padding-top:5px;
		  margin-left:30px;
        border-bottom:1px dotted #303030;
         }

	#menue h1 {
        color:#303030;
        text-align:right;
        font-size:12pt;
        font-weight:bold;
		  padding-top:5px;
        border-bottom:1px solid #303030;
		  }
	#menue li {
        text-align:left;
        list-style:none;
        }
   #menue a:link, #menue a:visited {
        display:block;
        width:225px;  /* Breite den in li enthaltenen Elementen zuweisen */
        text-decoration:none;
        color:#000000;
        background:url('/daten/layout/icon_pfeil_rechts_schwarz.gif') no-repeat -2px 4px;
		  border-bottom:1px dotted #303030; padding-left:15px; padding-right:0px; padding-top:5px; padding-bottom:5px
        }
   #menue a:hover, #menue a:active {
        color:#FFFFFF;
         }
   #auswahl h1 {
        color:#303030;
        text-align:right;
        font-size:12pt;
        font-weight:bold;
		  padding-top:5px;
        border-bottom:1px solid #303030;
        }
	#auswahl ul{
		  padding-top:5px;
		  font-size:8pt;
	}
	#auswahl li {
        display:inline;
		  text-align:left;
        list-style:none;
		  padding-left:5px;
		  padding-right:2px;
		  border-bottom: 1px dotted #303030;
		  border-left: 1px dotted #303030;
		  margin-right:10px;
        }
   #auswahl a:link, #auswahl a:visited {
        text-decoration:none;
        color:#000000;
        }
   #auswahl a:hover, #auswahl a:active {
        color:#FFFFFF;
         }
  #section_shortcut ul {
        	text-align:right;
		font-size:8pt;
		margin-top:20px;
		border-top:1px solid #000000;
		padding-top:5px;
		border-bottom:1px solid #000000;
		padding-bottom:5px;
	}

  #section_shortcut li {
		display:inline;
		list-style:none;
	}
   #section_shortcut a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border: 1px solid black;}
   #section_shortcut a:hover img {
   	filter: alpha(opacity=50);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.500; opacity:0.5; border: 1px solid black;}

   #web_shortcut ul {
		text-align:right;
		font-size:8pt;
		margin-top:20px;
		border-top:1px solid #000000;
		padding-top:5px;
		border-bottom:1px solid #000000;
		padding-bottom:5px;
	}

   #web_shortcut li {
		display:inline;
		list-style:none;
	}
   #web_shortcut a img {
   	filter:alpha(opacity=100);
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.00; opacity:1; border: 1px solid black;
        border: 0;}
   #web_shortcut a:hover img {
   	filter: alpha(opacity=50);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.500; opacity:0.5; border: 1px solid black;
        border: 0;}
   #footer {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#303030;
        }
   #footer_mainTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#303030;
        }
   #footer_stehlampenrockTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#FF5D00;
        }
   #footer_neuigkeitenTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#6AB700;
        }
   #footer_kommunikationTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#DC0067;
        }
   #footer_veranstaltungenTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#003399;
        }
   #footer_werbematerialTheme {
        clear:both;
        background:red;
        width:700px;
        height:25px;
		  margin-top:10px;
        padding:5px 0 5px 0;
        background:#3A3A3A;
        }
   ul#footer_links {
        float:left;
        margin-left:5px;
        padding-top:2px;
        padding-bottom:2px;
        list-style-type:none;
        width:180px;
        }
   ul#footer_links li {
        display:inline;
        }
   ul#footer_links li a {
        text-decoration:none;
        }
   ul#footer_rechts {
        margin-left:200px;
        width:496px;
        padding-top:5px;
        padding-bottom:5px;
        list-style-type:none;
        text-align:right;
        }
   ul#footer_rechts li {
        display:inline;
        padding-left:0px;
        padding-right:5px;
        color:#FFFFFF;
        }
   ul#footer_rechts li a {
        text-decoration:none;
        color:#EEEEEE;
		  padding:2px;
		  font-weight:bold;
        }
   ul#footer_rechts li a:hover {
		  color:#FFFFFF;
        }
   ul#footer_rechts span {
        border-right:6px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
		  padding:2px;
        }

//* Posts-main
----------------------------------------------- */

#blogger_main_headline {
	width:100%;
	border-bottom:1px dotted #634D52;
	font-size:8pt;
	background:#F2F2F2;
	text-align:left;
	cursor:hand;
}
#blogger_main_headline span.datum {
	  color:#6AB700;
     font-weight:bold;
     }
span.link {
	 color:#CDCDCD;
	 font-weight:bold;
	 font-size:8pt;
	 margin-top:25px;
}

/* Posts
----------------------------------------------- */
#posts {
        background:#DAEDBF;
        padding:5px;
		  text-align:left;
		  font-size:10pt;
        }
#posts p.post-footer {
        text-align:left;
        font-size:8pt;
        margin-top:5px;
        border-top: 1px dotted #000000;
        }
#posts blockquote {
        border-left:0px solid #000000; border-right:0px solid #000000; border-top:2px solid #000000; border-bottom:2px solid #000000; margin-top:5px;
        margin-bottom:5px;
        padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
        }
#posts blockquote p {
        margin: 5px 0 5px 0;
        }
#posts img {
  border:1px dotted #000000;
  margin:2px;
  padding:2px;
  max-width:350px;
  }

/* Comments
----------------------------------------------- */
#comments {
  margin:10px 0 0;
  border-top:2px solid #000000;
  padding-top:5px;
  background:#DAEDBF;
  }
#comments-block {
  margin: 2px 5px 2px 5px;
   }
.comment-poster {
        text-align:left;
        font-size:10pt;
        font-weight:bold;
        margin-top:5px;
  }
.comment-body, .comment-body p {
  margin:0 0 5px;
  }
p.comment-timestamp {
  margin:0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

