/* 
*******************************************************************
CSS för Gotlands Turistförening
******************************************************************
*/

body { 
	margin: 0; 
	padding: 0; 
	background: url(../../files/main/background.gif) no-repeat; 
	background-color: #ffffff;
 	font-size: 70%; 
}

/* Master div */
#container { text-align: left; position: absolute; top: 0px; left: 0; width: 100%; overflow: visible; visibility: visible; display: block; }

/* Content */
#content {
	position: absolute;
	padding:0 0 0 0px;
	margin-left: -410px;
	left: 50%;
	top: 70px;
	width: 819px;
	height: 675px;
	visibility: visible;
}
#start { position: absolute; padding:0 0 0 0px;  margin-left: -399px; left: 50%; top: 79px; width: 804px; visibility: visible; }
#tavling { position: absolute; padding:0 0 0 0px;  margin-left: -120px; left: 50%; top: 85px; width: 530px; visibility: visible; }
#gotland { position: absolute; padding:0 0 0 0px;  margin-left: -399px; left: 50%; top: 400px; width: 804px; visibility: visible; }
#evenemang {
	position: absolute;
	padding:0 0 0 0px;
	margin-left: -390px;
	left: 50%;
	top: 85px;
	width: 795px;
	visibility: visible;
	height: 440px;
}
#evenemang-text {
	position: absolute;
	top: 106px;
	margin-left: 0px;
	left: 50%;
	width: 440px;
	visibility: visible;
}
#evenemang-text-link { position: absolute; top: 550px; margin-left: 10px; left: 50%; visibility: visible; }

#image { position: absolute; margin-left: -404px; top: 77px; left: 50%; height:486px; width: 300px; }

/* Sidhuvud, meny, logo */
#logo { position: absolute; margin-left: -400px; left: 50%; top: 15px; width: 250px; height: 47px; visibility: visible; }
#menu { position: absolute; top: 35px; margin-left: 7px; left: 50%; width: 405px; height:36px; visibility: visible; }
#sidfot {
	position: absolute;
	top: 621px;
	margin-left: -399px;
	left: 50%;
	width: 798px;
	visibility: visible;
}

