
html *, body * {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(../images/tbv_bg.png);*/
	background: #363636;
	color: #363636;
	font-family: sans;
}

#container {
	margin-top: 60px;
	position: absolute;
	left: 8%;
	width: 84%;
	background: #FFF;
}

#vogel {
	display: none;
	position: absolute;
	left: 12%;
	top: 60px;
	background: transparent url(../images/tbv-vogel.png) no-repeat top left;
	width: 166px;
	height: 166px;
	z-index: 1;
}

h1 {
	text-indent: -9999px;
	background: url(../images/tbv-header2.png) no-repeat top center;
	width: 100%;
	height: 213px;
}

#content {
	clear: both;
	padding-top: 40px;
}

#c_left {
	width: 30%;
	float: left;
	padding: 0 0 20px 15px;
}

#c_right {
	width: 65%;
	float: right;
	padding-right: 20px;
}

#c_right .image_block a img {
	border: none;
}

#c_right p {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	padding-bottom: 20px;
	padding-top: 40px;
	text-align: center;
}

#footer p {
	border-top: 1px solid #565656;
	display: inline;
	padding: 5px 80px 0 80px;
}

#tourmap {
	width: 90%;
	height: 200px;
	background: url(../images/tbv-gmdummy.png) no-repeat;
	border: 1px solid #000;
	margin-bottom: 10px;
}

hr {
	text-align: right;
	height: 14px;
	width: 110px;
	background: url(../images/tbv-tourbus_mini2.png) repeat-x;
	border: none;
	margin: 25px 0 25px 40%;
	clear: both;
}

/*
+++++ ERRORS+++++
*/

ul.errorlist {
	list-style: none;
	margin-bottom: 5px;
}

ul.errorlist li {
	padding: 1px 15px;
	display: inline;
	border: 1px solid #AA0000;
	background-color: #FFFFCC;
}

/*
+++++ FORMS +++++
*/

form label {
	display: block;
}

/*
+++++ DISKOGRAFIE +++++
*/

div.one_disko {
	clear: both;
	margin-bottom: 30px;
}
div.one_disko img {
	float: left;
	margin-right: 10px;
}

div.one_disko dt {
	float: left;
	width: 150px;
}

div.one_disko li span {
    font-size: 0.8em;
}

#fancy_ajax p {
	margin-bottom: 10px;
}

ol.tracklist {
	clear: both;
	float: left;
	padding-top: 15px;
	margin: 0 0 10px 50px;
}

ul.disko {
	list-style: none;
}

ul.disko li {
	float: left;
}

ul.disko li a {
	text-indent: -99999px;
	display: block;
	width: 130px;
	height: 130px;
}

ul.disko li a.loveshot {
	background-image: url(../images/disko/loveshot_grey.png);
}
ul.disko li a.manup {
	background-image: url(../images/disko/manup_grey.png);
}
ul.disko li a.artofrolling {
	background-image: url(../images/disko/theartofrolling_grey.png);
}
ul.disko li a.dearindependence {
	background-image: url(../images/disko/dearindependence_grey.png);
}

ul.disko li a.loveshot:hover {
	background-image: url(../images/disko/loveshot.png);
}
ul.disko li a.manup:hover {
	background-image: url(../images/disko/manup.png);
}
ul.disko li a.artofrolling:hover {
	background-image: url(../images/disko/theartofrolling.png);
}
ul.disko li a.dearindependence:hover {
	background-image: url(../images/disko/dearindependence.png);
}


/*
+++++ THE BAND ++++++++++
*/

ul.members {
	list-style: none;
	height: 135px;
}

ul.members li {
	float: left;
}

ul.members li p {
	display: none;
}

ul.members li a {
	text-indent: -99999px;
	display: block;
	width: 110px;
	height: 135px;
	cursor: pointer;
}

ul.members li a.steffen {
	background-image: url(../images/band/steffen_grey.png);
}
ul.members li a.per {
	background-image: url(../images/band/per_grey.png);
}
ul.members li a.soren {
	background-image: url(../images/band/soren_grey.png);
}
ul.members li a.allan {
	background-image: url(../images/band/allan_grey.png);
}

ul.members li a.steffen:hover {
	background-image: url(../images/band/steffen.png);
}
ul.members li a.per:hover {
	background-image: url(../images/band/per.png);
}
ul.members li a.soren:hover {
	background-image: url(../images/band/soren.png);
}
ul.members li a.allan:hover {
	background-image: url(../images/band/allan.png);
}

ul.members li:active a {
	display: none;
}

ul.members li:active p {
	display: block;
	width: 110px;
	height: 135px;
	text-align: center;
}

/*
+++++ HELPER CLASSES +++++
*/

.r {
	text-align: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.marginBottom {
	margin-bottom: 20px !important;
}

.marginTop{
	margin-top: 20px !important;
}

.small {
    font-size: 0.8em;
}

/*
+++++ BOXES +++++
*/

.teaser {
	padding: 5px 10px 10px 10px;
	background: #ddd url(../images/tourbus-schraeg-cccccc-big.png) no-repeat bottom right;
	border: 1px solid #000;
}

/*
+++++ HEADERS +++++
*/

#c_left h3, #c_right h3 {
	margin-bottom: 5px;
	color: #565656;
}

#c_right h2 {
	color: #565656;
	margin-bottom: 20px;
}

#c_right h3 {
	margin: 15px 0 5px 0;
}

#c_right h3 span {
	font-size: 0.6em;
	font-weight: normal;
}


/*
+++++ MAPs +++++
*/

#tourmap {
	width: 90%;
	height: 200px;
	border: 1px solid #000;
	margin-bottom: 10px;
	background-image: none;
}

#bigmap {
	width: 95%;
	height: 500px;
	font-size: 0.8em;
	/*background: url(../images/tbv-gmdummy.png) no-repeat;
	border: 1px solid #000;
	margin-bottom: 10px;*/
}

#bigmap h3 {
	margin-bottom: 5px;
}

#bigmap dt {
	float: left;
	width: 65px;
}

/*
+++++ ICONS +++++
*/

.icon_small {
	background: #FFF url(../images/tbv-sprites_small.png) no-repeat;
	padding-left: 35px;
	height: 20px;
}

.tourbus_small {
	background-position: 0 -20px;
}
.tourbus_blue_small {
	background-position: 0 -117px;
}
.information_small {
	background-position: -10px 0;
}
.information_blue_small {
	background-position: -10px -96px;
}


/*
+++++ STANDARD LINKS +++++
*/

a:link {
	color: #51639c;
}
a:visited{
	color: #51639c;
}
a:hover{
	color: #363636;
}

/*
+++++ STANDARD NAVIGATION +++++
*/

ul.standard {
	list-style: inside url(../images/tbv-tourbus_mini2.png);
	margin-bottom: 10px;
}

ul.standard li {
	margin-bottom: 3px;
}

ul.standard li p {
	display: none;
	padding: 3px;
	font-size: 0.8em;
	margin: 5px 0 10px 0;
}


ul.standard li.active p {
	display: block;
	background-color: #ddd;
}

ul.pagination {
	text-align: center;
	margin-top: 20px;
	list-style: none inside;
}

ul.pagination li {
	float: left;
}

ul.pagination li a {
    display: block;
    width: 25px;
    height: 15px;
}

/*
+++++ MAIN NAVIGATION +++++
*/

ul#mainnavigation {
	list-style: none;
}

ul#mainnavigation li {
	float: left;
}

ul#mainnavigation a {
	color: #565656;
	padding: 10px 5px 0 65px;
	font-weight: bold;
	display: block;
	height: 29px;
	text-decoration: none;
	background: #FFF url(../images/tbv-sprites.png) no-repeat;
}

ul#mainnavigation a.neuigkeiten {
	background-position: -14px 0;
	padding-left: 50px;
}

ul#mainnavigation a.tourdaten {
	margin-left: 5px;
	background-position: 0 -39px;
	padding-left: 65px;
}

ul#mainnavigation a.diskografie {
	background-position: -15px -78px;
	padding-left: 53px;
}

ul#mainnavigation a.bandinfo {
	background-position: 0 -117px;
}

ul#mainnavigation a.media {
	background-position: -15px -156px;
	padding-left: 50px;
}

ul#mainnavigation a:hover {
	color: #7088d8;
}

ul#mainnavigation a.neuigkeiten:hover, ul#mainnavigation li.active a.neuigkeiten {
	background-position: -14px -195px;
}

ul#mainnavigation a.tourdaten:hover, ul#mainnavigation li.active a.tourdaten {
	background-position: 0 -234px;
}

ul#mainnavigation a.diskografie:hover, ul#mainnavigation li.active a.diskografie {
	background-position: -15px -273px;
}

ul#mainnavigation a.bandinfo:hover, ul#mainnavigation li.active a.bandinfo {
	background-position: 0 -312px;
}

ul#mainnavigation a.media:hover, ul#mainnavigation li.active a.media {
	background-position: -15px -350px;
}

ul.tourdates li.month {
    clear: both;
    list-style: none;
    padding-left: 30px;
    margin-top: 10px;
}

ul.tourdates li.date {
    list-style: none;
    clear: both;
}

ul.tourdates li.date span {
    display: block;
}

ul.tourdates li.date span.date {
    display: block;
    float: left;
    width: 70px;
}

.hot {
    background-color: #fbeb94;
    border:1px solid #DDDDDD;
}

/*
++++++++++ COMMENTS +++++++++++
*/

.commentBox {
    margin-top: 10px;
    background-color: #EEE;
    padding: 10px;
}

.commentBox h4 {
    color: #565656;
    
}

.commentBox h4 span {
    font-size: 0.6em;
    font-weight: normal;
    margin-left: 5px;
}

.commentBox h4.newCommentBox {
    margin: 30px 0 10px 0;
}

.commentList {
    list-style: none;
}

.commentList li p {
    padding-left: 10px;
}

.commentBox input, .commentBox textarea {
    border: 1px solid #565656;
    padding: 2px 3px;
    color: #51639c;
}

.commentBox p.submit input {
    color: #000;
}

