
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://www.zerofive.de/plugin/pngbehavior.htc");
}
/* # $Id: style_guestbook_backend.css - v2.8 2007/07/23 ian */

/******** Begin Guestbook Styles *********/

	.serendipity_guestbook  {
		margin: 0;
		padding: 0;
	}

	#guestbook_entrypaging {
		border: 0 none;
		padding-bottom: 10px;
		text-align: center;
	}

	h2.serendipity_title {
		text-align: center;
	}

	#guestbook_entrybundle {
		border: 1px solid #666;
		margin: 0;
		padding: 0;
		background-color: #555;
		text-align: left;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.serendipity_commentDirection { 
		text-align:justify;
	}
	
	.guestbook_emailprotect { 
		font-size: x-small;
	}
	
	.captcha { 
		border: 1px solid #777;
	}
	
	.guestbook_entrytop { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_entrytop a,
	.guestbook_entrytop a:link,
	.guestbook_entrytop a:visited,
	.guestbook_entrytop a:active,
	.guestbook_entrytop a:focus { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
		text-decoration: none; 
	}
	
	.guestbook_entrytop a:hover {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #ADB4D9; 
	}
	
	.guestbook_admin { 
		text-align: right;
	}
	
	.guestbook_admintext { 
		text-align: right; 
		padding-right: 10px;
	}
	
	.guestbook_admintextdim { 
		color: #777; 
		text-decoration: none;
	}
	
	td.guestbook_adminbutton { 
		text-align: right;
		vertical-align: top;
	}
	
	.guestbook_entrybottom { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #333;
		text-align: left;
		padding: 4px;
		background: #e1e5de;
		border-top: 1px solid #996;
		border-bottom: 1px solid #996;
		margin-bottom: 6px;
	}
	
	.guestbook_dynamicentry {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_dynamicentrylabel {
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
	}
	
	.guestbook_splitentries { 
		clear: both;
	}
	
	.guestbook_errorbundled { 
		width: auto;
		border: 1px dashed #FF3300;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.guestbook_errors { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 600;
		text-align: left;
		color: #800040;
	}
	
	.guestbook_popup { 
		text-align:center;
		padding-bottom: 10px;
	}
	
	a:link.serendipityPrettyButton,
	a:visited.serendipityPrettyButton,
	a:hover.serendipityPrettyButton { 
	   text-decoration: none;
	   color: #1D2E3F;
	}

	.serendipityPrettyButton { 
		padding: 1px;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background: #80B0DA url({TEMPLATE_PATH}/button_background.png) repeat-x top;*/
		color: #1D2E3F;
		font-weight: bold;
		font-size: 0.9em;
		border: 1px outset #000;
		margin: 2px;
	}

	/* Special class if the button is a <a> tag */
	a.serendipityPrettyButton { 
		padding: 2px 4px 2px 4px;
		cursor: pointer;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background-image: url({TEMPLATE_PATH}/button_background.png);
		background-repeat: repeat-x;
		background-position: top;*/
	}

	.serendipity_entry, 
	.serendipity_entry_body {
		border-top: 0 none;
	}

/******** End Guestbook Styles *********/


    .serendipity_guestbook .serendipityPrettyButton {
        background: #80B0DA url(http://www.zerofive.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://www.zerofive.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/zerofivev3/style.css  */
body {
	background: url('templates/zerofivev3/images/bodygradient.jpg') repeat-x #161616;
	margin: 0;	
}

body,td,th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #3e3e3e;
}

#wrapper {
	width: 1000px;
	margin: 2em auto;
	background: url('templates/zerofivev3/images/tornpage2.png') repeat-x;
	padding-top: 44px;
}

#mainpane {
	background: url('templates/zerofivev3/images/paper.png') #f7f7f7;
	
	padding-left: 10px;
	padding-right: 10px;
	
}


img {
	border: 0;
}

h4.serendipity_title, h4.serendipity_title a  {
	color: #000 !important;
	font-weight: bold;
	font-size: 1.2em;
}

/*---------------- Menu ----------------*/
#menuNews {
	z-index: 3;
	position: relative;
	top: 303px;
	left: 95px;
	margin-right: -57px;
	margin-bottom: -19px;
}

#menuBand {
	z-index: 3;
	position: relative;
	top: -337px;
	left: 163px;
	margin-right: -56px;
	margin-bottom: -14px;
}

#menuBandPaul {
	z-index: 3;
	position: relative;
	top: -95px;
	left: -22px;
	margin-right: -56px;
	margin-bottom: -14px;	
}
#menuBandDennis {
	z-index: 3;
	position: relative;
	top: -95px;
	left: -21px;
	margin-right: -56px;
	margin-bottom: -14px;	
}

#menuBandTerje {
	z-index: 3;
	position: relative;
	top: -93px;
	left: -13px;
	margin-right: -56px;
	margin-bottom: -14px;	
}


#menuMusik {
	z-index: 3;
	position: relative;
	top: -98px;
	left: 242px;
	margin-right: -68px;
	margin-bottom: -12px;
}

#menuTermine {
	z-index: 3;
	position: relative;
	top: -103px;
	left: 337px;
	margin-right: -85px;
	margin-bottom: -15px;
}

#menuKontakt {
	z-index: 3;
	position: relative;
	top: -122px;
	left: 547px;
	margin-right: -84px;
	margin-bottom: -15px;
}


/*---------------- Links ----------------*/
a {
	font-weight: normal;
	color: #A31414;
	text-decoration: none;
}
a:hover {
	color: #3e3e3e;
}



/*---------------- Entry Formatting----------------*/
#content {
	
}

.entry {
	margin-bottom: 60px;
	
	width: 700px;
	text-align: justify;
}

.entry h3 {
	/*border-bottom: 1px dotted #000000;*/
	font-size: 100%;
	display: inline;
	background: url('templates/zerofivev3/images/dotted.png') bottom left repeat-x;
	padding-bottom: 2px;
	
}

.entry h4 {
	margin: 0.5em 0 1em 0;
	font-size: 120%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
	background-color: #dfdfdf;
}

.entry .footer {
	margin: 0.5em 0 3.5em 0;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.entry .footer a {
	font-weight: bold;
}

.authorlink, .categorylink, .entrylink {
	font-weight: normal !important;
}


.serendipity_freeTag {
	text-align: right;
}
.serendipity_freeTag a {
	font-weight: normal !important;
}

p {
	text-align: justify;
	max-width: 850px;
}

.serendipity_comment {
	margin-bottom: 2.5em;
}


/*---------------- Visual Page-Break ----------------*/
.break {
	background: url('templates/zerofivev3/images/pagebreak.png') repeat-x;
	height: 200px;
	width: 100%;
	padding-top: 100px;
}



/*---------------- Sidebar Boxes ----------------*/
.outerBox {
	width: 200px;
	height: 100%;

	float: right;
	margin-right: -4px;
	
	padding: 42px;
	
	/*outline: 1px solid #f00;*/
}

.box {
	padding: 6px;
	
	background: url('templates/zerofivev3/images/paper_dark.png');
	
	/*outline: 1px solid #0f0;*/
	border-right: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
}

.boxTop {
	width: 82px;
	height: 80px;
	float: left;
	
	position: relative;
	top: -40px;
	left: -40px;
	margin: 0 -80px -80px 0;
	
	background: url('templates/zerofivev3/images/strip_topleft.png') top left no-repeat;
	
	/*outline: 1px solid #f0f;*/
}

.boxBottom {
	height: 86px;
	width: 86px;
	
	position: relative;
	top: -40px;
	left: 140px;
	
	background: url('templates/zerofivev3/images/strip_bottomright.png') bottom right no-repeat;
	
	/*outline: 1px solid #00f;*/
}

.box .serendipitySideBarItem {
	margin-bottom: 2em;
}

.box h3 {
	font-size: 100%;
	margin: 0;
}

.container_serendipity_plugin_shoutbox textarea {
	background-image: url('templates/zerofivev3/images/paper.png') !important;
}

#shoutbox {
	border: 0;
	overflow-x: hidden;
}


/*---------------- Copyright Footer ----------------*/
#footer {
	background: url('templates/zerofivev3/images/pagebreak.png') repeat-x;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 20px;
	
	font-size: 80%;
	
	margin-left: -10px;
	padding-left: 10px;
	
	width: 990px;
	clear: both;
	
}

#footer a {
	font-weight: bold;
}




/*---------------- Forms ----------------*/
.serendipity_commentsLabel {
	vertical-align: top;
}

input,textarea,select {
	border: 1px solid #ccc;
	background-color: transparent;
}

#serendipity_commentform_name, #serendipity_commentform_email, #serendipity_commentform_url, #serendipity_commentform_comment, #serendipity_commentform_submit, #serendipity_preview, #searchButton {
	padding: 1px 1px 1px 18px;
}

#serendipity_commentform_name {
	width: 300px;
	background-image: url('templates/zerofivev3/images/user.png');
	background-repeat: no-repeat;
}
#serendipity_commentform_email {
	width: 300px;
	background-image: url('templates/zerofivev3/images/email.png');
	background-repeat: no-repeat;
}
#serendipity_commentform_url {
	width: 300px;
	background-image: url('templates/zerofivev3/images/world.png');
	background-repeat: no-repeat;
}
#serendipity_commentform_comment {
	width: 300px;
	padding-left: 1px;
}

#serendipity_preview {
	background-image: url('templates/zerofivev3/images/magnifier.png');
	background-repeat: no-repeat;
}

#searchButton {
	background-image: url('templates/zerofivev3/images/magnifier.png');
	background-repeat: no-repeat;
}



input[type=submit],button[type=submit] {
	padding: 1px 1px 1px 18px;
	border: 1px solid #ccc;
	background-color: #efefef;
	background: url('templates/zerofivev3/images/email_go.png') no-repeat;
}

input[type=submit]:active,button:active {
	border: 1px inset #ccc;
}




/*---------------- Page-Specific stuff ----------------*/
table#lyrics {
	margin-bottom: 6em;
	margin-top: 20px;
}

th.left {
	text-align: left !important;
}
th.right {
	text-align: right !important;
}
th.center {
	text-align: center !important;
}

table#lyrics th {
	text-align: right;
	padding-right: 1em;
}
table#lyrics img {
	border: 0;
	padding: 0 15px;
}


.bandFoto {
	float: left;
	margin-right: 2em;
}
#bandProfil th {
	text-align: right;
	padding-right: 1em;
}

#termine .past {
	color: #bbb;
}

#countdown {
	position: relative;
	width: 100px;
	height: 1.3em;
	margin-bottom: -1.3em;
	left: 790px;
	top: -3em;
	overflow: hidden;

	-webkit-transform: rotate(10deg);
/*	-moz-transform: rotate(10deg);*/
}

#twitter_update_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#twitter_update_list li {
	padding-bottom: 0.8em;
}
.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
