/*
File: styles.css
*/


/*===== UNDO =====*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {color: #000;}
html {
	overflow: auto; /* @ IE/Win, hide vertical scroll bar if not necessary */
	border: 0; /* @ IE/Win, hide the viewport's border */
}
strong {font-weight: bold;}
ol {margin-left: 40px;}
ul {list-style: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
td, th {vertical-align: top;text-align: left;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border: 0;}
hr {display: none;}
fieldset {border: 0 solid transparent; /* 'solid transparent' required by Opera */}
legend {color: #000; /* IE/Win does not inherit color */}
optgroup {font-style: normal;font-weight: bold;}
a span{display:none;}

td,th,a,body,input,.textfelder,select,h1,h2,h3,textarea{
	font-size:12px;
	color: #43423c;
}
i{
	font-style:normal;
}
/* ======== COMMON ======== */
html{
	overflow-y:scroll;
}
body{
	background: #f1eee2;
	background-color: #f1eee2;	
	background-image: url(/images/fast_line.jpg);
	background-repeat: repeat-x;
}


.tdr{text-align:right !important;}
.tdl{text-align:left !important;}

.tdc{text-align:center;}
.tdb{vertical-align: bottom;}


select option{
	padding-right:8px;
}


.container{
	margin: 0 auto;
	background-image: url(/images/fast_bg.jpg);
	background-repeat: no-repeat;
	width:800px;
	min-height:600px;
	position:relative;
}


.homelink{
	display:block;
	width:800px;
	height:200px;
}

.nav{
	position:absolute;
	top:270px;
	left:120px;
	width:130px;
	font-weight:bold;
	text-align:right;
}
.nav a{
	display:block;
	font-size:16px;
	text-transform:uppercase;
}
.nav .sel{
	color:#a56342;
}


.content{
	display:block;
	width:350px;
	position:absolute;
	top:250px;
	left:320px;
	xborder:1px solid red;
	padding-bottom:40px;
}

h1{
	font-size:16px;
	margin-bottom:8px;
}
h2{
	margin-bottom:4px;
}

.content li{
	margin-bottom:10px;
}

.pager{
	background-color:#f1eee2;
	margin: 10px 0;
	padding: 2px 0;
}
.pager .cur{
	color:#a56342;
	font-weight:bold;
}
.pager .cur,
.pager .num{
	padding: 2px 3px;
}



/*===== Gigs =====*/
.gigs li{
	overflow:hidden;
}
.gigs .zeit,
.gigs .bdy{
	display:block;
	float:left;
	width:270px;
}
.gigs .zeit{
	width:70px;
}
.gigs .bdy h2{
	margin-bottom:0px;
}
.gigs .bdy a{
	display:block;
}



/*===== News =====*/
.news li{
	margin-bottom:20px;
}
.news li .bdy{
	margin-bottom:5px;
}



/*===== Discography =====*/
.disco li{
	display:block;
	clear:both;
}
.disco .bdy{
	display:block;
	float:left;
	width:300px;
}
.disco .cover{
	display:block;
	float:left;
	width:40px;
	height:70px;
	text-align:center;
	overflow:visible;
}
.disco h2{
	margin-bottom:0px;
	margin-right: 5px;
}



/*===== SongList =====*/
.songlist td,
.songlist th{
	padding-bottom: 5px;
	padding-right:5px;
}

.songlist .c1{width:50px;white-space: nowrap;}
.songlist .c2{width:240px;}
.songlist .c3{width:30px;text-align:right;}


/*===== Contact =====*/
.contact label{
	display:block;
	width:80px;
	float:left;
	padding-top:2px;
}

.contact .tbx{
	margin-bottom:5px;
	width:240px;
}

/*===== Imprint =====*/
.imprint div{
	margin-bottom:10px;
}
.imprint h2{
	margin:0;
	float:left;
}


/*===== Flyers =====*/
.flyers li{
	xborder:1px solid red;
	clear:both;
	padding-bottom:10px;
	display:block;
}
.flyers li h2{
	margin-bottom:0px;
}
.flyers li a{
	display:block;
}
.flyers li .img1{
	float:left;
	margin:5px 5px 5px 0;
}
.flyers li .img2{
	margin:5px 5px 5px 0;
	
}

/*===== Playlists ====*/
.playlists .date{
	display:block;
	font-size:90%;
}
.playlists .title{
	display:block;
	font-weight:bold;
}
.playlists i,
.songlist i{
	color:orange;
	font-weight:bold;
}
.playlists a:hover{
	text-decoration:underline !important;
}
.content .head{
	margin-bottom:20px;
	text-align:center;
}
.content .head .date{
	display:block;
	font-size:90%;
}
.content .head h2,
.content .head h3{
	margin:0;
	font-size:1.2em;
}
.content .head img{
	display:block;
	width:100px;
	margin: 5px auto;
}

