﻿/* Pohlmann - Fliegende Fische */

html, body {
	height: 100%;
	width:100%;
}

body {
	font-family: Tahoma, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	width:100%;
	background: url(../images/bg_pattern.jpg) repeat-x;
	background-color: #818181;
	line-height: 140%;
}

a:link {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}


/* Positionen ///////////////////////////////////////////////////////////////*/
#container {
	position: relative;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	min-height: 100%;
	height: auto !important;
    height: 100%;
	overflow: visible;
	background: #fff;
	box-shadow: #000 0 0 30px;
	-moz-box-shadow: #000 0 0 30px;
	-webkit-box-shadow: #000 0 0 30px;
	background: #fff url(../images/paper.gif) repeat-y;
	behavior: url(scripts/pie.php);
}

#infos {
	position: absolute;
	width: 820px;
	height: 214px;
	left: 40px;
	top: 0px;
	overflow: hidden;
	text-indent: -1200px;
}
#infos img { height: 1px; width: 1px; }

#head {
background-repeat:no-repeat;
height:200px;
left:0;
position:absolute;
top:0;
width:980px;
}

#navi {
	position: absolute;
	top: 215px;
	left: 00px;
	text-indent: -2000px;
}

#cd {
	position: absolute;
	width: 70px;
	top: 200px;
	left: 700px;	
}

#content {
	position: relative;
	width: 700px;
	left: 210px;
	top: 221px;
	z-index: 15;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	overflow: visible;

}

#content a:visited, #content a:active, #content a:link { color: #000; text-decoration: underline;}
#content a:hover { color: #11a6be; text-decoration: none; }

#content h1 {
	font-size: 16px;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
}

#content td {
	vertical-align: top;
	padding: 4px;
}

/*
#content img {
	float: left;
	padding-right: 8px;
}


#content p, #content br {
	clear: left;
}
*/

#content input, #content textarea {
	font-family: Tahoma, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}

#content input[type=text], #content input[type=submit] {
	width: 250px;
}

#content input.clean_width {
	width: auto;
}

#content textarea {
	width: 350px;
	height: 120px;
}

#content input .clean_width {
	width: auto;
}

#gastrechnung {
	width: 20px;
}

#filler {
	position: relative;
	height: 300px;
}

#kralle {
	/*background-image: url(../images/content_hg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	*/
	width:100%;
	min-height: 100%;
	height: auto !important;
    height: 100%;
}

#impressum {
	position: absolute;
	width: 190px;
	left: 30px;
	bottom: 10px;
	text-align: center;
	font-size: 10px;
}
#impressum a:link, #impressum a:visited, #impressum a:active { color: #000000; text-decoration: none; }
#impressum a:hover { color: #000000; text-decoration: underline; }

#emi {
	position: absolute;
	width: 187px;
	height: 24px;
	bottom: 10px;
	left: 630px;
}

/* Klassen //////////////////////////////////////////////////////////////////*/
.newseintrag {
	text-align: justify;
	padding-bottom: 30px;
}

.news_weniger_breit {
	width: 450px;
}

.newseintrag img {
	float: left;
	padding-right: 10px;
}

img.nofloat {
	display: block;
	float: none;
}

.newseintrag p {
	clear: left;
}

.newsdatum {
	font-size: 9px;
}
strong { font-weight: bold; }
#bytebox { overflow:hidden; text-indent: -500px; }

#addOns {
	width:200px;
	margin: 0 0 10px 0px;
	float:right;
	z-index: 199;
	background-color:#FFF;

}
#formspring {
	float:right;
	padding-bottom:10px;
}
#facebook {
	float:left;
	padding-bottom:10px;
	_margin-left:3px;
	*margin-left:3px;
}
#cover {
	width:200px;
	position: relative;
	float:right;
	z-index: 199;
	background-color:#FFF;
	left: 0px;
	-moz-box-shadow: #999 0 1px 15px;
	-webkit-box-shadow: #999 0 1px 15px;
	-box-shadow: #999 0 1px 15px;
	margin: 10px 0 0 0;
	font-size: 11px;
 
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=5) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
}

#cover a {
	font-size: 11px;
}
#coverheader {
	background:#2EB1C6;
	padding-left:8px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:2px;
}

#coverheader h3 {
	color:#FFF;
}

#newskralle {

}

#rssitem {
	font-size:12px;
	float:left;
	color:#CCC;

	border-bottom: 1px solid #eee;
	clear:both;
	height:auto;
	width:200px;
}
#rssitempadding {
	padding-left:10px;
}
#rssitemtitle {
	padding-top:2px;
	position:absolute;
	text-decoration:none;
}
#rsspadding {
	color:#000;
	text-decoration:none;
	padding-left:66px;
_padding-left:66px;
*padding-left: 66px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	margin-right:0px;
}
#rsspadding p a {
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#rsspadding p {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
#rssitemtitle a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
#content .black {
	color:#000;
	font-weight:normal;
	text-decoration:none;	
}
#content .cyan {
	text-decoration:none;	
}
#news {
}
.bandpic {
	padding-right: 5px;
	float: left;
}


/* Navigation ///////////////////////////////////////////////////////////////*/

#navi span, #navi a {
	display:block;
	width: 191px;
	height: 29px;
}

a:focus { outline: none; } /* Unschöne Rahmen im Firefox ausschalten */

/* Bilder für die Navigation //////////////////////////////////////////// */
#btn_aktuelles a:link, #btn_aktuelles a:visited, #btn_aktuelles a:active { background: url(../images/navi/aktuelles.gif); }
#btn_aktuelles a:hover {	background: url(../images/navi/aktuelles_over.gif); }
#btn_bio a:link, #btn_bio a:visited, #btn_bio a:active { background: url(../images/navi/bio.gif); }
#btn_bio a:hover {	background: url(../images/navi/bio_over.gif); }
#btn_newsletter a:link, #btn_newsletter a:visited, #btn_newsletter a:active { background: url(../images/navi/newsletter.gif); }
#btn_newsletter a:hover {	background: url(../images/navi/newsletter_over.gif); }
#btn_konzerte a:link, #btn_konzerte a:visited, #btn_konzerte a:active { background: url(../images/navi/konzerte.gif); }
#btn_konzerte a:hover {	background: url(../images/navi/konzerte_over.gif); }
#btn_dieband a:link, #btn_dieband a:visited, #btn_dieband a:active { background: url(../images/navi/dieband.gif); }
#btn_dieband a:hover {	background: url(../images/navi/dieband_over.gif); }
#btn_diesongs a:link, #btn_diesongs a:visited, #btn_diesongs a:active { background: url(../images/navi/diesongs.gif); }
#btn_diesongs a:hover {	background: url(../images/navi/diesongs_over.gif); }
#btn_musik a:link, #btn_musik a:visited, #btn_musik a:active { background: url(../images/navi/musik.gif); }
#btn_musik a:hover {	background: url(../images/navi/musik_over.gif); }
#btn_videos a:link, #btn_videos a:visited, #btn_videos a:active { background: url(../images/navi/videos.gif); }
#btn_videos a:hover {	background: url(../images/navi/videos_over.gif); }
#btn_fotos a:link, #btn_fotos a:visited, #btn_fotos a:active { background: url(../images/navi/fotos.gif); }
#btn_fotos a:hover {	background: url(../images/navi/fotos_over.gif); }
#btn_tagebuch a:link, #btn_tagebuch a:visited, #btn_tagebuch a:active { background: url(../images/navi/tagebuch.gif); }
#btn_tagebuch a:hover {	background: url(../images/navi/tagebuch_over.gif); }
#btn_shop a:link, #btn_shop a:visited, #btn_shop a:active { background: url(../images/navi/shop.gif); }
#btn_shop a:hover {	background: url(../images/navi/shop_over.gif); }
#btn_kontakt a:link, #btn_kontakt a:visited, #btn_kontakt a:active { background: url(../images/navi/kontakt.gif); }
#btn_kontakt a:hover {	background: url(../images/navi/kontakt_over.gif); }
#btn_streetteam a:link, #btn_streetteam a:visited, #btn_streetteam a:active { background: url(../images/navi/streetteam.gif); }
#btn_streetteam a:hover {	background: url(../images/navi/streetteam_over.gif); }
#btn_myspace a:link, #btn_myspace a:visited, #btn_myspace a:active { background: url(../images/navi/myspace.gif); }
#btn_myspace a:hover {	background: url(../images/navi/myspace_over.gif); }
#btn_gaestebuch a:link, #btn_gaestebuch a:visited, #btn_gaestebuch a:active { background: url(../images/navi/gaestebuch.gif); }
#btn_gaestebuch a:hover {	background: url(../images/navi/gaestebuch_over.gif); }
#btn_presse a:link, #btn_presse a:visited, #btn_presse a:active { background: url(../images/navi/presse.gif); }
#btn_presse a:hover {	background: url(../images/navi/presse_over.gif); }



/* Bilder im Kopfbereich /////////////////////////////////////////////////// */
.bild_1 { background-image: url(../images/kopf/pohlmann-1.jpg); }
.bild_2 { background-image: url(../images/kopf/pohlmann-2.jpg); }
.bild_3 { background-image: url(../images/kopf/pohlmann-3.jpg); }
.bild_4 { background-image: url(../images/kopf/pohlmann-4.jpg); }
.bild_5 { background-image: url(../images/kopf/pohlmann-5.jpg); }
.bild_6 { background-image: url(../images/kopf/pohlmann-6.jpg); }
.bild_7 { background-image: url(../images/kopf/pohlmann-7.jpg); }
.bild_8 { background-image: url(../images/kopf/pohlmann-8.jpg); }
.bild_9 { background-image: url(../images/kopf/pohlmann-9.jpg); }
.bild_10 { background-image: url(../images/kopf/pohlmann-10.jpg); }
.bild_11 { background-image: url(../images/kopf/pohlmann-11.jpg); }
.bild_12 { background-image: url(../images/kopf/pohlmann-12.jpg); }
.bild_13 { background-image: url(../images/kopf/pohlmann-13.jpg); }




 /*
h1, h2, h3, h4, h5, h6  {
	font-family: 'League Gothic';
	font-weight: bold;
}

*/


#content h3 a  {
	color: #000;
text-decoration: underline;
}