/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
    font: normal 0.80em/1.3 Verdana, Arial, Courier, Tahoma, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Layout */
html, body {height: 100%;}
body {background: #fff url(../images/body_bg_2.jpg) no-repeat center top fixed;}
#wrapper {
	height: 100%;
	position: relative; left: 100px;
	width: 600px;
	margin: 0 auto;
	background: transparent;
}

#main {
	width: 600px;
	min-height: 100%;
	position: relative; /* Footer immer unten, auch wenn Inhalt laenger */
}
#header {
	height: 250px;;
	background: #fff url(../images/headder_pic.jpg) no-repeat 0 50px;
	position: relative;
}
#header h1 {
	margin: 0; padding: 0;
	width: 600px; height: 250px;
}
#header h1 a {
	display: block;  height: 250px;
	background: transparent url(../images/headder.png) top;
	text-indent: -9999px;
}

/* Navigation */
#nav {
	height: 45px;
	padding: 0; margin: 0;
	float: left;
	background: transparent;
}
#nav li {
	float: left;
	list-style-type: none;
	height: 45px;
	background: transparent;
	padding: 0; margin: 0;
}
#nav li a {background: transparent no-repeat left; text-indent: -9999px; outline: none; height: 45px; padding: 0; margin: 0;}
	#nachrichten {display: block; background-image: url(../images/news1.jpg) !important; width: 114px;}
	#kuenstler {display: block; background-image: url(../images/artist1.jpg) !important; width: 97px;}
	#katalog {display: block; background-image: url(../images/catalogue1.jpg) !important; width: 89px;}
	#propaganda {display: block; background-image: url(../images/propaganda1.jpg) !important; width: 133px;}
	#termine {display: block; background-image: url(../images/dates1.jpg) !important; width: 90px;}
	#kontakt {display: block; background-image: url(../images/contact1.jpg) !important; width: 77px;}
	#shop {display: block; background-image: url(../images/button_shop.jpg) !important; width: 77px;}
	/* Hover */
	#nachrichten:hover, #nachrichten:active, #nachrichten.active {background-image: url(../images/news2.jpg) !important;}
	#kuenstler:hover, #kuenstler:active, #kuenstler.active {background-image: url(../images/artist2.jpg) !important;}
	#katalog:hover, #katalog:active, #katalog.active {background-image: url(../images/catalogue2.jpg) !important;}
	#propaganda:hover, #propaganda:active, #propaganda.active {background-image: url(../images/propaganda2.jpg) !important;}
	#termine:hover, #termine:active, #termine.active {background-image: url(../images/dates2.jpg) !important;}
	#kontakt:hover, #kontakt:active, #kontakt.active {background-image: url(../images/contact2.jpg) !important;}
	#shop:hover, #shop:active, #shop.active {background-image: url(../images/button_shop.jpg) !important;}

#content {clear: left; padding: 25px 0 75px;}

#footer {
	position: absolute;
	bottom: -25px;
	width: 600px; height: 88px;
	background: #fff url(../images/footer.jpg) no-repeat bottom;
	text-align:center;
    padding-top:0px;
}
#footer a {
    outline:none;
    color: #F00;
    text-decoration: none;
    font-family:  "Courier", monospace;
    font-size: 12px;
    padding: 0 15px;
 
}
/** tucci **/

table.catalogue,
table.propaganda_overview,
table.date_overview
{
    width: 600px;
    font-size: .8em;
		
   
}


table.date_overview th {
    padding-top: 15px;
    
}
table.catalogue img {
    border: 1px solid black;
}
table.catalogue td
{
    border-bottom: 1px dashed black;
    padding:10px 0 5px 0 ;
    
}
table.catalogue td {
    vertical-align: top;     
}
div#catalogue_single {
   font-size: .9em;
}
div#catalogue_single h2 {
    font-size: 1.3em;    
}

div#catalogue_single p {
    font-size: .9em;
    margin-bottom: 10px;
}
div#catalogue_single img {
    margin: 15px 0;
}
div#catalogue_single h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

table.date_overview {
margin-bottom: 30px;
}

table.date_overview a.TICKETS {
    color: #F00;
		font-size: .8em;
}
div#artists_overview { font-size: .9em; text-align: justify; }
div#artists_overview img.artists_preview { 	border: 1px solid #000000; }

p.excerpt { width: 485px; }

div#artists_overview ul li { border-top: 1px solid #000000; min-height: 170px; padding-top: 15px;}


div#artists_single {
    font-size: .9em; 
		text-align: justify;
}
div#artists_single img {
    float:left;
    margin: 0 15px 100% 0;
		border: 1px solid #000000;

}

div#artists_single p {
    
    margin: 0 15px 15px 0;
		

}

div#artists_single h2 {
    margin-bottom: 25px;
}
div#artists_single h2 img {
    float:right;
}

/** news **/
div#currentNews #news_title{
    font-weight:bold;
    font-size: 1.3em;
}

div#currentNews i {
    font-size: .8em;
    
}

div#currentNews #textNews{
    font-size: .9em;
    padding: 25px 0;
}
div#latestNews {
    margin-bottom: 25px;
}
div#latestNews h3 {
    font-weight:bold;
    font-size: 1.15em;
    margin: 25px 0 20px 0;
}

div#latestNews li {
    font-weight:bold;
    font-size: .85em;
}
div#latestNews li a {
    font-weight: normal;
}

div#artists_overview h2,
div#artists_single h2
{
    font-weight:bold;
    font-size: 1.25em;
    margin-bottom: 10px;
		display: none;
    
}
img.artists_preview {
    float: left;
    margin: 4px 15px 10px 0;
}

img.logo_preview {
    float: right;
    margin: 4px 0 15px 15px;
}

/* general */

a {
color: #ff0000; text-decoration: none;
}

a:hover {
border-bottom: 1px dashed;
}

#pic_preview {
height: 15px;
width: 75px;
margin-top: 20px;

}
