/*-----------------------------------------   

copyright 2008 by mmc

Version: 1.0

Author: Georg Paul

Author URI: http://www.mmc-agentur.at  	

-------------------------------------------*/


/*------------------------------*/
/* =1 global styles				*/
body {
	margin: 0;
	padding: 0;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #2C3032;
	background: white;
	line-height: 16pt; 
	}



/*------------------------------*/
/* =2 text formating 			*/

h1, h2, h3, h4 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
	}
	
h1 { font-size: 16pt;}
h2 { font-size: 12pt; margin: 0; }
h3 { font-size: 10pt; }
h4 { font-size: 10pt; }

p { margin: 0.5em 0 1em 0; }

a:link, a:visited {
	color: #B60000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

img { border: none; }





/* content */
#page {
	width: 650px;
}
#header {
	margin-bottom: 30px;
}

.event {
	display: block;
	float: left;
	width: 650px;
	padding: 15px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	position: relative;	
}

.date, .program { font-weight: normal; }
.location { font-style: italic; }

.event img {
	float: left;
}
.img_crop {
	float: left;
	width: 155px;
	/*height: 155px;*/
	border: 2px solid #ddd;
	overflow: hidden;
	position: relative;
}
.img_crop_small {
	float: left;
	width: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
.status_img {
	top:0;
	position:absolute;
	right:0;
}
.event_facts {
	margin-left:173px;
	margin-top:5px;
}


#artist_info {
	clear: both;
}
.highlight .row .img_crop {
	margin-bottom: 20px;
}
.highlight {
	margin-bottom: 50px;
	border: 2px solid #ddd;
	padding: 15px;
}

#teaser_wrap {
	margin-top: 50px;
}
.teaser {
	float: left;
	border: 2px solid #ddd;
	padding: 10px;
	position: relative;
	width: 330px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.teaser .event_facts {
	margin-left:113px
}
.teaser h2 {
	font-size: 10pt;
}
.col_1, .col_2 {
	clear: both;
}

.news_col {
	clear: both;
	padding: 15px;
	width: 320px;
	border: 2px solid #ddd;
}

/*------------------------------*/
/* =3 display none				*/

form,
.nav,
#sidebar,
#footer,
form,
#past_future_link,
#sidebar,
#top_nav,
.event .more,
.event .recommend,
.highlight .more,
.highlight .recommend,
.kontakt .col_1 { display: none; }





