/*
	sidebar formatting rules for szene-hamburg.de 
	copyright/ author: Simon O. Pritzkat-Gerthenrich  
*/

#sidebar .sbBox{
	margin-top: 5px;
	width: 300px;
	background-color: #d4d4d4;
}

#sidebar .sbBox .sbBoxTitle{
	width: 300px;
	height:20px;
	background: #4f4f4f url(../../img/sidebar/sb_header_bg.gif) repeat-x;
	color: #fff;
	font: normal normal bold 13px/20px sans-serif;
	text-indent: 10px;
}

#sidebar .sbBox .sbBoxTitle a{
	color: #fff;
	text-decoration: none;
}

#sidebar .sbBox .sbBoxBody{
	position: relative;
	color: #000;
	font: normal normal normal 13px sans-serif;
}

#ticketsearch fieldset{
	border: none;
	margin: 6px;
	height: 70px;
}

#ticketsearch fieldset label{
	display: block;
	width: 100px;
	float: left;
}

#ticketsearch fieldset input{
	border: 1px solid #666666;
	margin: 0 0 2px 0;
	width: 182px;
}

#ticketsearch fieldset input#ticketsearchbtn{
	cursor: pointer;
	margin: 4px 5px 0 0;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	float: right;
	width: 80px;
	border: none;
}

#ticketsearch fieldset input#ticketsearchbtn:hover{
	background: red;
}

#ticketcat{
	height: 114px;
}

#ticketcat ul{
	margin: 4px 0 0 10px;
	list-style: none;
}

#ticketcat ul li{
	margin: 0 0 1px 0;
	display: block;
	width: 140px;
	float: left;
}

#ticketcat ul li a{
	color: #000;
	text-decoration: none;
}

#ticketcat ul li a:hover{
	color: #cc0000;
	text-decoration: none;
}

/* issuebox */
#issuebox{
	height: 220px;
}

#issuebox #sbIssueBoxSpecial #sbIssueBoxSpecialImg{
	margin: 0 10px 10px 10px;
	float: left;
}

#issuebox #sbIssueBoxSpecial #sbIssueBoxSpecialImg img{
	margin: 0 0 5px 0;
}

#issuebox #sbIssueBoxSpecial h3{
	font-size: 14px;
	margin: 10px 10px 5px 0;
}

#issuebox #sbIssueBoxSpecial ul{
	list-style: none;
}

#issuebox #sbIssueBoxSpecial ul li{
	margin: 0 5px 10px 0;
}

#issuebox #sbIssueBoxSpecial ul li p{
	margin: 0;
}

#issuebox #sbIssueBoxSpecial ul li h4{
	font-size: 12px;
	margin: 0;
}

/* program search box */
#programsearchbox {
	height: 62px;
}
#programsearchbox fieldset select{
	width: 93px;
}

#programsearchbox fieldset input#programsearchbtn{
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	width: 80px;
	border: none;
}

#programsearchbox fieldset input#programsearchbtn:hover{
	background: red;
}

/* Kontaktanzeigen */
#kontaktanzeigenbox {
	height: 130px;
}

#kontaktanzeigenbox fieldset select{
	width: 191px;
}

#kontaktanzeigenbox fieldset input#kontaktanzeigensearchbtn{
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	width: 80px;
	border: none;
}

#kontaktanzeigenbox fieldset input#kontaktanzeigensearchbtn:hover{
	background: red;
}

#kontaktanzeigenbox #btn_lonelyheartsad{
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	width: 280px;
	height: 60px;
	background: url(../../img/buttons/btn_lonelyheartsad.gif);
}

#kontaktanzeigenbox #btn_lonelyheartsad:hover{
	background-position: 0 -60px;
}

/* E-Box-Login */
#eboxLoginBox fieldset{
	border: none;
	margin: 6px;
	height: 46px;
}

#eboxLoginBox fieldset label{
	display: block;
	width: 100px;
	float: left;
}
#eboxLoginBox fieldset input{
	border: 1px solid #666666;
	margin: 0 0 2px 0;
	width: 100px;
}

#eboxLoginBox fieldset input#EBloginBtn{
	position: relative;
	cursor: pointer;
	padding: 3px;
	margin-bottom: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	width: 70px;
	border: none;
	float: right;
}

#eboxLoginBox fieldset input#EBloginBtn:hover{
	background: red;
}

/* RSS-Feed-Teaser */
#rssTeaser{
	height: 80px;
}

#rssTeaser img{
	margin: 3px 10px 10px 9px;
	float: left;
}
#rssTeaser p{
	margin: 4px 10px 0 0;
}

#rssTeaser p a.blanklink{
	text-decoration: none;
	color: #000;
}

#rssTeaser p a.morelink{
	font-weight: bold;
	float: right;
}