html
{
	margin: 0;
	padding: 0;
}


body
{
	margin: 0;
	padding: 0;
	
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	
	color: #333;
	
	background-image: url(/basics/website/wlive/fonts/standard.font.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #fff;
}

h1
{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	
}

h2
{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666;	
}

h4
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666;	
}




.clear
{
	clear: both;
}





.hellgrau
{
	color: #ccc;	
}

.dunkelgrau
{
	color: #666;	
}

.pink
{
	color: #f09;
}

.weiss
{
	color: #fff;
}




.background-schwarz
{
	background-color: #000;
}

.background-gruen
{
	background-color: #9c0;
}

.background-pink
{
	background-color: #f09;
}

.background-dunkelgrau
{
	background-color: #666;
}

.background-grau
{
	background-color: #999;
}



/* ---------------- links ------------------ */

a
{
	text-decoration: none;
}

a:link,
a:visited
{
	color: #666;
}

a:active,
a:hover
{
	color: #000;
}


#head-navi a:link,
#head-navi a:visited
{
	color: #febadc;
}

#head-navi a:active,
#head-navi a:hover
{
	color: #fff;
}












/* ---------------- head ------------------ */

#head
{
	background-color: #f09;
	overflow: visible;
	
	margin: 0 5% 0 5%;
}

#head-navi
{
	width: 96%;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
	height: 20px;
	text-transform: uppercase;
}

#head-logo-screen
{
	height: 117px;
}

#head-logo-print
{
	height: 0;
	visibility: hidden;
}

#head-navi-termine-tickets
{
	background-color: #666;
	margin:	0 4% 0 42%;
	height: 42px;
}

#head-navi-termine
{
	padding: 14px 40px 0 12px;
	height: 28px;
	float: left;
}

#head-navi-tickets
{
	padding: 14px 40px 0 12px;
	height: 28px;
	
	background-image: url(/basics/website/wlive/fonts/navi-1.font.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}






/* ---------------- content ------------------ */

#content
{
	background-color: #fff;
	overflow: visible;
	
	margin: 0 5% 0 5%;
}

#content-wann-wer-wo-was-home
{	
	padding: 40px 0 0 0;
	height: 281px;
}

#content-wann-wer-wo-was
{	
	padding: 40px 0 0 0;
	height: 181px;
}

.layout-2-select
{	
	background-color: #fff;
	border-left: 1px solid #9c0;
	
	float: left; 
	width: 210px;
	height: 152px;
	padding: 0 0 0 10px;
	
	overflow: visible;	
}

.content-termine
{	
	padding: 20px 0 0 0;
	margin: 0 4% 0 4%;
}






/* ---------------- terminauswahl ------------------ */



.wann-wer-wo-was
{
	padding: 20px 0 0 0;
	margin: 0 5% 0 5%;
	height: 120px;
}

.wann-wer-wo-was-home
{
	padding: 40px 0 0 0;
	margin: 0 5% 0 5%;
	height: 300px;
}

.wann
{
	width: 23%;
	padding: 50px 0 0 0;
	float: left;
	background-image: url(/terminkalender/wann.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.wer
{
	width: 23%;
	padding: 50px 0 0 0;
	float: left;
	background-image: url(/terminkalender/wer.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.wo
{
	width: 23%;
	padding: 50px 0 0 0;
	float: left;
	background-image: url(/terminkalender/wo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.was
{
	width: 23%;
	padding: 50px 0 0 0;
	float: left;
	background-image: url(/terminkalender/was.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.wann select,
.wer select,
.wo select,
.was select
{
	width: 90%; 
}





/* ---------------- termin ------------------ */


.termin
{
	margin: 5px 4% 5px 4%;
}

.termin-schmal
{
	margin: 5px 4% 5px 26%;
}

.termin-rubrik
{
	margin: 5px 4% 12px 25%;
}

.termin-head
{
	border: none;
	margin: 0;
	padding: 0;
	
	background-color: #eee;
	
	font-size: 11px;
	height: 18px;
	color: #fff;
}

.termin-head-links
{
	padding: 2px 0 0 0;
	width: 23%;
	font-size: 11px;
	line-height: 14px;
	height: 16px;
	float: left;
}

.termin-head-float
{
	padding: 2px 24px 0 8px;
	font-size: 11px;
	line-height: 14px;
	height: 16px;
	float: left;
}

.termin-content
{
	border: none;
	margin: 0 0 18px 0;
	padding: 0;
}

.termin-content-links
{
	padding: 16px 0 0 0;
	width: 23%;	
	font-size: 18px;
	line-height: 22px;
	color: #000;
	float: left;
}

.termin-content-font
{
	padding: 0;
	width: 77%;
	background-color: #eee;
	float: left;
}

.termin-content-rechts
{
	margin: 0;
	padding: 0;
	width: 150px;
	float: right;
	text-align: right;
}

.termin-content-mitte
{
	margin: 0 150px 0 0;
	padding: 0 10px 0px 0;
	
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

.termin-content-titel
{
	padding: 12px 0 12px 30px;
}

.termin-content-foto
{
	padding: 5px 0 10px 30px;
}

.termin-content-text
{
	padding: 0 0 10px 30px;
	border-top: 1px solid #fff;
}

.termin-content-infos
{
	padding: 10px 0 10px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.termin-content-specials
{
	margin: 0 0 18px 0;
	color: #fff;
}

.termin-content-specials-termininfo
{
	padding: 16px 10px 24px 30px;
	background: #f09;
}

.termin-content-specials-ticketinfo
{
	padding: 16px 10px 24px 30px;
	background: #666;
}

.termin-content-kino
{
	padding: 16px 10px 12px 30px;
	margin: 0 0 18px 0;
	background: #999;
	color: #fff;
}


/* ---------------- termin icons drucken, mailen, tickets kaufen ------------------ */



.ticketkaufen 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.tickets.kaufen.passiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.ticketkaufen:hover,
.ticketkaufen:active 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.tickets.kaufen.aktiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.ticketreservieren 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.tickets.reservieren.passiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}

	
.ticketreservieren:hover,  
.ticketreservieren:active {
	display: block;
	background: url('/basics/website/wlive/icons/icon.tickets.reservieren.aktiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.termindrucken {
	display: block;
	background: url('/basics/website/wlive/icons/icon.termin.drucken.passiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.termindrucken:hover,  
.termindrucken:active 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.termin.drucken.aktiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}

.tellafriend 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.termin.empfehlen.passiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.tellafriend:hover,  
.tellafriend:active 
{
	display: block;
	background: url('/basics/website/wlive/icons/icon.termin.empfehlen.aktiv.png') no-repeat scroll right top;
	line-height: 90px;
	height: 90px;
}


.ImgButtonAltText 
{
	display: none;
} 


.noprint 
{
	display: none;
	top: -999em;
	height: 1px;
	position: absolute;
	overflow: hidden;
}
	
	

/* ---------------- alt für ticketservice ------------------ */


.row
{
	display: block;
	background: #fff;
	
	height: 2em;
	
	overflow: hidden;
	border-bottom: solid 1px #eee;
	
	padding-bottom: 2px;

}

.col
{
	display: block;
	height: 2em;
	float: left;
	
	overflow: hidden;
	
	padding: 2px 4px 0 4px;
}

.day
{
	width: 2.5em;
}

.date
{
	width: 5.3em;
}

.event
{
	width: 5.3em;
	overflow: visible;
}

/* ---------------- tables ------------------ */

.content-navi
{	
	width: 42%;
	padding: 20px 0 0 0;
	float: left;
}

.content-navi-pfeil
{	
	width: 10%;
	text-align: right;
	float: left;
}

.content-navi-links
{	
	margin: 0;
	float: left;
}

.content-spalte-neben-navi
{	
	width: 54%;
	padding: 10px 0 0 0;
	top: 0;
	float: left;
}

.content-spalten
{
	margin: 0 0 0 4%;
	padding: 0 0 10px 0;
}





/* ---------------- foot ------------------ */

#foot
{
	overflow: visible;
	
	margin: 0 5% 0 5%;
}

#foot-partner
{
	background-color: #f09;
	
	background-image: url(/basics/website/wlive/fonts/partner.font.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin:	12px 4% 0 42%;
	height: 78px;
}

#foot-partner-sparkasse
{
	padding: 10px 30px 0 180px;
	float: left;
}

#foot-partner-stadt
{
	padding: 10px 0 0 0;
	float: left;
}

#foot-copyright
{
	margin:	20px 0 0 0;
	height: 80px;
	font-size: 10px;
}




/* ---------------- keywords ------------------ */


#keyword-repeat
{
	color: green;

	position: absolute; 
	top: 0px;
	left: 0px;
	width: 2px;
	height: 2px;

	overflow: hidden;
}





/* ---------------- spalten ------------------ */



.spalte
{
	margin: 0 4% 0 0;
	width: 200px;
	float: left;
}

.linie-oben		
{
	border-top: 1px solid #EEE;
	
}

.abstand-oben-20px	
{
	padding: 20px 0 0 0;
	
}

.abstand-oben-60px	
{
	padding: 60px 0 0 0;
	
}

.abstand-links-150px	
{
	padding: 0 0 0 150px;
	
}

.headline		
{
	margin: 50px 4% 0 0;
}

.breite-1		
{
	width: 23%;
}

.breite-2	
{
	width: 46%;
}

.breite-3	
{
	width: 69%;
}

.breite-4	
{
	width: 92%;
}

.spalte a:link,
.spalte a:visited
{
	color: #F09;
}

.spalte a:active,
.spalte a:hover
{               
	color: #F09;
	border-bottom: 1px dotted #666;
}
