/*
##
##	planet-zoo-online.de
##	CSS Style für die Bildschirmausgabe
##
##	Version 1.2
##	Letzte Änderung: 08.02.2012
##
##	(c) by René Löffler, R.websolutions <mail@r-websolutions.com>
##
*/


body {
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-color: black;
}





/*
Definition Links
*/

a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	/* border-bottom: 1px dashed gray; */
}

a:hover {
	color: red;
}


a.extern:link {
	background: url(../images/external.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

a.extern:visited {
	background: url(../images/external.gif) no-repeat 100% -100px;
	padding: 0 20px 0 0;
}

a.extern:hover, a.extern:active, a.extern:focus {
	color: #CC0000;
	background: url(../images/external.gif) no-repeat 100% -200px;
	padding: 0 20px 0 0;
}







.grau {
	color: #555555;
}


.headline {
	background-color: gray;
	padding: 4px;
	margin: 0;
	margin-bottom: 14px;
	color: white;
	font-weight: bold;
}

.eingabefeld {
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

.disclaimer {
	font-size: 10px;
}

#newsletter input {
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #292929;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	border-bottom: 1px solid #999999;
	width: 156px;
}



.box_error {
	padding: 8px;
	border-bottom: 2px solid white;
	background-color: #E3001B;
	color: white;
	text-align: left;
	text-transform: uppercase;
}


#wrapper {
}

.rowHeader {
	background-color: gray;
}

.row1 {
	background-color: #D9D9D9;
	color: black;
}

.row2 {
	background-color: #A7A7A7;
	color: black;
}




#box_nextdates {
	position: absolute;
	left: 660px;
	top: 15px;
	background-image: url("../images/twitter_bubble.png");
	background-repeat: no-repeat;
	font-size: 9px;
	width: 280px;
	height: 112px;
	padding-left: 45px;
}

#twitter_update_list {
	margin: 0;
	margin-top: 5px;
	margin-left: -37px;
	position: absolute;
	top: 0px;
	left: 30px;
	overflow: auto;
	height: 84px;
	width: 224px;
}

#twitter_update_list li {
	list-style: none;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 5px;
}

#twitter_follow {
	position: absolute;
	left: 150px;
	top: 90px;
}


#menu {
	position: absolute;
	top: 130px;
	left: 129px;
}

#menu_ul li {
	display: inline;
	padding: 0px 5px;

}


#content {
	position: absolute;
	top: 210px;
	left: 180px;
	color: white;
	width: 500px;
	padding-bottom: 270px;
}

#box_facebook {
	position: absolute;
	top: 210px;
	left: 710px;
	width: 180px;
	text-align: left;
}

#nextdates_box {	
	font-size: 10px;
	width: 210px;
	text-align: left;
}

#nextdates_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nextdates_list li {
	margin-bottom: 5px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}





.rwebsolutions-link {
	width: 148px;
	height: 139px;
	display: block;
}

.rwebsolutions1 {
	background: url(../images/rwebsolutions_logo.png) no-repeat;
}

.rwebsolutions-link:hover {
	/* background-position: 0 -139px; */
/* 	background-color: transparent; */
}




#onstage {
	position: fixed;
	bottom: 100px;
	left: 30px;	
}

#endorser {
	position: fixed;
	bottom: 90px;
	left: 0px;	
}

#footer {
	position: fixed;
	bottom: 0;
	left: 530px;
	height: 239px;
    background-image: url('../images/band.png');
    width: 413px;
    text-align: center;
    margin: 0px auto;
    border: 0px solid red;
}

#footer_content {
	position: absolute;
	top: 155px;
	left: 25px;
}

#footer_nachoben {
	position: absolute;
	top: 210px;
	left: 300px;
	background-color: white;
	padding: 4px;
}




/*
Definitionen: Newsbox
*/

.news_box {
	border: 2px solid #333;
	/* background-image: url("../images/box.gif"); */
	padding: 0px;
	margin-bottom: 20px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

.news_header {
	background-color: #292929;
	padding: 6px;
	color: white;
}



.news_datum {
	position: relative;
	left: -12px;
	top: -16px;
	width: 35px;
	float: left;
	background-color: white;
	background-image: url("../images/bg_calender.png");
	border: 1px solid white;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* Konqueror */
	border-radius: 2px; /* CSS3 */
}

.news_datum_jahr {
	display: block;
	font-size: 70%;
	color: white;
	background-color: #CC0000;
	width: 35px;
	text-align: center;
	/* border: 1px solid red; */
}

.news_datum_tag {
	display: block;
	font-size: 140%;
	color: black;
	font-weight: bold;
	width: 35px;
	text-align: center;
	/* border: 1px solid red; */
}

.news_datum_monat {
	display: block;
	font-size: 80%;
	color: #666;
	width: 35px;
	text-align: center;
	/* border: 1px solid red; */
}





.news_text {
	padding: 12px;
	padding-left: 30px;
	line-height: 140%;
}

.news_footer {
	font-size: 10px;
	color: gray;
	padding: 6px;
}




.button_band {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 5px;
}

.button_band:hover {
	background-color: white;
	color: black;
	padding: 5px;
	border: 1px solid #E3001B;
}

.steckbrief_eintrag img {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.steckbrief_eintrag {
	border-bottom: 1px solid white;
	color: white;
	padding: 4px;
}



.song_box {
	padding: 5px;
	background-color: white;
	width: 210px;
	height: 65px;
	text-align: center;
	border: 2px solid gray;
	margin-bottom: 20px;
}

.song_header {
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}

.song_dload {
	clear: both;
}



/*
Definitionen: Guestbook
*/

.neuergb {
	background-color: #DDD;
	color: black;
	padding: 10px;
	display: inline;
	border: 1px solid black;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
	border: 1px solid #000;
}

.neuergb:hover {
	background-color: #FFF;
	color: black;
	display: inline;
	border: 1px solid #000;
	
}

.gb_box {
	border: 2px solid #292929;
	/* background-image: url("../images/box.gif"); */
	padding: 0px;
	margin-bottom: 20px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */
}

.gb_header {
	background-color: #292929;
	padding: 4px;
	color: white;
}

.gb_text {
	padding: 12px;
	margin-left: 70px;
	margin-right: 10px;
	line-height: 140%;
}

.gb_footer {
	font-size: 10px;
	color: gray;
	padding: 4px;
}

.gb_number {
	position: relative;
	left: -20px;
	top: -12px;
	width: 20px;
	float: left;
	text-align: center;
	color: black;
	font-size: 140%;
	font-weight: bold;
	background-color: white;
	background-image: url("../images/bg_gbnum.png");
	border: 1px solid white;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px; /* Konqueror */
	border-radius: 2px; /* CSS3 */
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 9px;
	padding-right: 9px;
}

.gb_small {
	font-size: 10px;
	color: #CCC;
}

.comment {
	padding: 4px;
	color: gray;
	font-size: 80%;
}



