/* 
	LAKS Template Default CSS StyleSheet for Event Images Postion and format
	@version 02
	@author Stefan Habermehl 2007-09-27
*/

div.image_artist_topcenter { text-align:center; margin-bottom:1em; }
div.image_event_topcenter { text-align:center; margin-bottom:1em; }
div.image_artist_topright { float:right; text-align:right; }
div.image_artist_topright img { margin-left:1em; margin-bottom:0.5em; }
div.image_event_topright { float:right; text-align:right; }
div.image_event_topright img { margin-left:1em; margin-bottom:0.5em; }
div.image_artist_topleft { float:left; text-align:left; }
div.image_artist_topleft img { margin-right:1em; margin-bottom:0.5em; }
div.image_event_topleft { float:left; text-align:left; }
div.image_event_topleft img { margin-right:1em; margin-bottom:0.5em; }
div.image_artist_bottomcenter { text-align:center; margin-top:1em; }
div.image_event_bottomcenter { text-align:center; margin-top:1em; }
div.image_artist_bottomright { float:right; text-align:right; }
div.image_artist_bottomright img { margin-left:1em; margin-bottom:0.5em; }
div.image_event_bottomright { float:right; text-align:right; }
div.image_event_bottomright img { margin-left:1em; margin-bottom:0.5em; }
div.image_artist_bottomleft { float:left; text-align:left; }
div.image_artist_bottomleft img { margin-right:1em; margin-bottom:0.5em; }
div.image_event_bottomleft { float:left; text-align:left; }
div.image_event_bottomleft img { margin-right:1em; margin-bottom:0.5em; }



.ev_strong{
	font-weight: bold;
}
.next_event{
	color: #b74951;
	font-weight:bold;
	margin: 5px 0px 5px 15px;
}
.akt_event{
	font-weight:bold;
	margin: 5px 20px 5px 15px;
}

div.newsfeed,div.calendarfeed{
	text-align: right;
	float: right;
}
.orange{
	color:#ff8040;
	text-align: left;
	margin-top: 10px;
}
.event_container{
	border-top: 1px solid gray;
}
table.event_table{
	width: 695px;
	vertical-align: top;
}
td.td_first{
	width: 595px;
}
td.td_second{
	width: 110px;
	text-align: right;
}
div.monthdevider{
	background: #F2F2F2;
	border-top:1px solid gray;
	margin-top:5px;
	padding-left:5px;
	color: blue;
}
.event_date{
	font-weight:bold;
	margin: 3px 5px 5px 0px;
}

.kat_event{
	border: 1px dotted gray;
	margin-top: 5px;
	padding: 3px;
}

#reservierung{
	border: 1px solid gray;
	background: #FFF;
}

table.booking_event_table,table.booking_table {
	margin: 10px;
	width:690px;
	background: #F2F2F2;
}
table.booking_event_table{
	padding: 5px;
}

.book_form input{
	width: 180px;
	font-size: 0.9em;
	border: 1px solid gray;
	margin:3px;
}

.lakslink {
	margin-left: 115px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* end stylesheet */