/* CSS Document for ad-system */

/*
 *	global
 ******************************************************************************/

div#aCon2txt p a { display: block }
div#aCon2txt p:first-line  { font-weight: bold; font-family: Arial,Sans-Serif }

/* container float row */
.afloatcon20,
.afloatcon25,
.afloatcon33,
.afloatcon50,
.afloatcon100 {
	float: left;
	text-align: center;
	height: 75px;
	overflow: hidden;
	margin-bottom: 10px;
	background: pink; 
}
.afloatcon20  { width: 20% }
.afloatcon25  { max-width: 24.9%; width: 25%; /* opera-fix */ }
.afloatcon33  { width: 33% }
.afloatcon50  { width: 50% }
.afloatcon100 { width: 100% }


/* text */
div#aCon2txt p a { display: block }
div#aCon2txt p:first-line  { font-weight: bold; font-family: Arial,Sans-Serif }


/*
 * 1.
 ******************************************************************************/


/*
 * 2.
 ******************************************************************************/
/* Sidhuvud */
#aHead {
	overflow: hidden;
}

#aHeadPointer, #aHeadPos1, #aHeadPos2 {
	float: left;
	margin-top: 2px;
	height: 90px;
	overflow: hidden;
}
#aHeadPointer {
	width: 10px;
	background: #ffffff url(http://www.gotlandska.se/bilder/special/atxt-10-90.gif) 0 0 no-repeat;
	font-size: 1px;
	display: none;
}
#aHeadPos1 {
	width: 728px;
	margin-left: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
}
#aHeadPos2 {
	width: 270px;
	margin-bottom: 5px;
}
 
/* container - bilder - 250 + 5 px */
#aCon1 {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 5px;
	text-align: center;
	font-size: 11px;
	font-family: Arial,Helvetica,Sans-serif;
	overflow: hidden;
}
/* container - text - 140 + 5 px = 400 px */
#aCon2 {
	float: left; display: inline;
	width: 140px;
	margin-left: 5px;
	text-align: center;
	overflow: hidden;
}
/* remove top space, add margin*/
div#aCon1 p, div#aCon2 p { margin-top: 0px; margin-bottom: 1em; }

/* text */
div#aCon2 p.txt { font-family: Arial,Sans-Serif; text-align: left; margin-left: 5px }
div#aCon2 p.txt a { display: block }
div#aCon2 p.txt:first-line  { font-weight: bold; font-family: Arial,Sans-Serif }

/* travel */
#aSubHeadRight {
	background-image: url(http://www2.gotland.net/images/zgui/resebyran-420-63.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 10px;
	overflow: hidden;
}
#aSubHeadRight a {
	float: left;
	display: inline;
	width: 132px;
	height: 22px;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-top: 1px;
}
#aSubHeadRight a:hover {
	position: relative;
	top: 1px;
}


