﻿body 
{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:small;	
}

a:link { font-weight:normal; color:green; text-decoration:none; font-size: small;}
a:visited { font-weight:normal; color:green; text-decoration:none; font-size: small;}
a:focus { font-weight:normal; color:green; text-decoration:non; font-size: small;}
a:hover { font-weight:normal; color:red; text-decoration:underline; font-size: small;}
a:active { font-weight:normal; color:green; text-decoration:none; font-size: small;}

/*Definition des alles umschließenden DIV's*/
.divmaster
{	
	width: 320px; 
}

/*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:#ffd528;
	width:100%;	
	font-weight:bold;
	padding-left: 5px;	
}

/*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:210px;
	margin-left:5px;
	margin-top:5px;
}

/*definiert für jede Veranstaltung das DIV für das Datum*/
.divdate
{		
}

/*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;
	margin-top:5px;
	padding-bottom: 5px;
}

/*definiert für jede Veranstaltung das Deteil-DIV für den Text von 'more'*/
.divmore
{	
	width:60px;
	text-align: left;	
	float:right;
	padding-left:5px;	
}

/*definiert für jede Veranstaltung das Image bei 'more'*/
.divmoreimg
{	
	width:10px;
	height:10px;
	float:right;
	background-image:url(http://tourist.bz.it/eventview/user/default/link.gif);
	background-repeat:no-repeat;
	margin-top:5px;
}


/*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:15px;
	left:350px;
	width: 170px;	
	height: 580px;
	position:absolute;
	border-style:solid;
	border-width: 1px;
	border-color:#d0d0d0;
	background-color: #ededed;
}

/*Kofp-DIV bei Suchparametern*/
.eventseekhead
{
	width: 100%;
	height: 30px;	
	position:absolute;
	background-color: #d0d0d0;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	font-size:medium;	
	padding-top: 5px;
}

/*DIV Veranstaltungstype*/
.seektype
{
}

/*DIV Suchparameter*/
.seekparam
{
}

/*definiert bei 'Go' das Bild*/
.divseekimg1
{	
	left: 128px; 
	position: absolute; 
	top: 123px;
	width:10px;
	height: 10px;
	background-image:url(http://tourist.bz.it/eventview/user/default/link.gif);
	background-repeat:no-repeat;
}
/*definiert bei 'Suchen' das Bild*/
.divseekimg2
{	
	left: 15px; 
	position: absolute; 
	top: 543px;
	width:10px;
	height: 10px;
	background-image:url(http://tourist.bz.it/eventview/user/default/link.gif);
	background-repeat:no-repeat;
}

/*DIV beim Link 'Suchen'*/
.divseek
{	
	width: 100px;
	margin-top: 5px;	
	margin-left:30px;
}

/*DIV beim Link 'PDF'*/
.divpdf
{	
	left:10px; 
	top: 555px; 
	position:relative; 
	vertical-align:middle;
}