@charset "utf-8";
/* CSS Document */

#page {
	background-image: none;
	background-color: #000;
}



#title {
	height: 20px;
}

#main {
	height: 349px;
	position: relative;
	background-color: #FFF;
	background-image: url(start_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 0px;
	z-index: 10;
}
#mainMessage {
	font-size: 3em;
	padding-top: 30px;
	padding-left: 80px;
	line-height: 1em;
	text-align: left;
}

#categories {
	height: 109px;
	background-image: url(start_categories_bkgd.jpg);
	padding: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#categories img {
	padding-right: 8px;
}
#categoryHead {
	color: #900;
	float: right;
	position: absolute;
	right: 0px;
	padding-right: 10px;
	top: 0px;
	padding-top: 8px;
	width: 230px;
	font-size: 1.8em;
	line-height: 1.4em;
	height: 100px;
	clear: left;
}


#categoryLinks {
	height: 29px;
	color: #FFF;
}
#categoryLinks a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 120px;
	padding-left: 15px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
#categoryLinks a:link, a:visited {
}
#categoryLinks a:hover, a:active, a:focus {
	color: #900;
}
#categoryKampanje {
	color: #900;
	float: right;
	position: absolute;
	right: 0px;
	padding-right: 10px;
	top: 0px;
	padding-top: 8px;
	width: 540px;
	font-size: 1.8em;
	line-height: 1.4em;
	height: 111px;
	clear: left;
}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	padding-left: 10px;
	line-height: 10px;
	margin-top: 10px;
	float: left;
}


#footer a:link, #footer a:visited {
	color: #FFF;
	border-right-color: #FFF;
}


#footer a:hover, #footer a:active, #footer a:focus {
	color: #900;
}

