/* STANDARD HTML TAGS */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
th, td { 
	font-size: 12px;
	vertical-align: top;
	text-align: left; 
}
a { color: #333; }
a:hover { color: #333; }
hr {
	clear: both;
	border: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}
form { margin: 0; }

/*Definition des alles umschließenden DIV's*/
.divmaster { width: 450px; }

/*definiert das jede Veranstaltung umschließende DIV*/
.divdata
{				
	width:100%;
	text-align:left;
}

/*definiert für jede Veranstaltung das DIV des Titels*/
.divtitle
{	
	float:left;
	background-color: #F2CD65;
	color: #3A593F;	
	width:100%;	
	font-weight:bold;
	padding: 5px 0 5px 5px;
	margin: 0;
}

/*definiert für jede Veranstaltung das DIV vom Bild*/
.divpic
{	
	float:left;
	width: 100px;
	margin-left:0px;
	margin-top:5px;
	padding-bottom: 5px;
}

/*definiert für jede Veranstaltung das DIV der Details (Datum, Kurzbeschr., mehr)*/
.divdetail
{
	float:left;
	width:340px;
	margin-left:5px;
	margin-top:5px;
}

/*definiert für jede Veranstaltung das DIV für das Datum*/
.divdate
{
	font-weight: bold;
	margin: 0.5em 0;
}

/*definiert für jede Veranstaltung das DIV für die Beschreibung*/
.divdesc { }

/*definiert für jede Veranstaltung das MasterDIV für 'more'*/
.divmoremaster
{
	width:200px;
	text-align: right;	
	float:right;
	padding-bottom: 5px;
}

/*definiert für jede Veranstaltung das Deteil-DIV für den Text von 'more'*/
.divmore
{	
	width:60px;
	text-align: right;	
	float:right;
	padding-left:5px;	
}

/*definiert für jede Veranstaltung das Image bei 'more'*/
.divmoreimg { }

/*definiert das Paging-DIV am unteren Rand*/
.divpaging
{
	float:left;		
	width: 100%;
	text-align:center;	
	padding-top:20px;
	margin-top:20px;
}

/*MasterDIV-Suchparameter*/
.eventseek
{
	top: 8px;
	left: 480px;
	width: 200px;	
	height: 580px;
	position:absolute;
	background: #FBEFBB;
	border: 1px solid #F2CD65;
	
}
.eventseek hr {
	clear: both;
	border: 1px solid #FBEFBB;
	border-bottom: 1px solid #F2CD65;
}

/*Kofp-DIV bei Suchparametern*/
.eventseekhead
{
	width: 100%;
	line-height: 26px;
	background-color: #F2CD65;
	color: #3A593F;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

/*DIV Veranstaltungstype*/
.seektype { }

/*DIV Suchparameter*/
.seekparam { }

/*definiert bei 'Go' das Bild*/
.divseekimg1 { display: none; }

/*definiert bei 'Suchen' das Bild*/
.divseekimg2
{	
	left: 15px; 
	position: absolute; 
	top: 543px;
	width: 15px;
	height: 15px;
/*	background-image:url(http://www.naturns.it/grafik/button_suche.gif);*/
	background-repeat:no-repeat;
}

/*DIV beim Link 'Suchen'*/
.divseek
{	
	width: 100px;
	margin-top: 7px;	
	margin-left: 34px;
}
.divpdf {
	position: relative;
	top: 530px;
	text-align: center;
}