/* FAVATI DESIGN CSS */


/* --------- BASIC ELEMENTS --------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100%;
	background-image: url(bilder/bg_rightBorder.gif);
	background-repeat: repeat-y;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 3px;
}
h6 {
	font-size: 12px;
	margin: 0px;
}


/* --------- DEFAULT LINK STYLE --------------------------- */

p a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333333;
}
p a:hover {
	background-color: #333333;
	color: #FFFFFF;
}


/* --------- CONTAINERS ----------------------------------- */
	
#wrapper {
	position: absolute;
	width: 710px;
	margin-top: 0px;
	margin-right: 25px;
	z-index: 100;
	margin-bottom: 0px;
	margin-left: 25px;
}

#head {
	background-image: url(bilder/logo_head_sv.gif);
	background-repeat: no-repeat;
	display: block;
	height: 147px;
	width: 710px;
	position: relative;
	margin-top: 25px;
}
#head a {
	background-repeat: no-repeat;
	display: block;
	height: 95px;
	width: 210px;
	position: relative;
	top: 27px;
	left: 24px;
}
/*#head a:hover {
	background-repeat: no-repeat;
	display: block;
	height: 122px;
	width: 234px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(bilder/logo_head_sv_on.gif);
}*/
#splash {
	display: block;
	height: 430px;
	width: 710px;
	margin-bottom: 8px;
	position: relative;
}


/* --------- NAVIGATION ------------------------------------ */
		
.wrapper_nav, #wrapper_footer {
	height: 26px;
	width: 100%;
	margin-bottom: 8px;
	background-color: #3C3C3C;
	margin-top: 8px;
	position: relative;
}
.nav_filler_left {
	background-image: url(bilder/nav_filler_left.gif);
	height: 26px;
	width: 31px;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
}
.nav_filler_right {
	height: 26px;
	width: 31px;
	position: relative;
	float: right;
	background-image: url(bilder/nav_filler_right.gif);
	background-repeat: no-repeat;
	display: block;
}

#nav_portfolio {
	background-image: url(bilder/meny_sv_on.gif);
	height: 26px;
	width: 92px;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
}
#nav_portfolio a {
	background-image: url(bilder/meny_sv.gif);
	height: 26px;
	width: 92px;
	background-repeat: no-repeat;
	display: block;
}
#nav_portfolio a:hover {
	background-image: url(bilder/meny_sv_on.gif);
}

#nav_photos {
	background-image: url(bilder/meny_sv_on-02.gif);
	height: 26px;
	width: 80px;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
}
#nav_photos a {
	background-image: url(bilder/meny_sv-02.gif);
	height: 26px;
	width: 80px;
	background-repeat: no-repeat;
	display: block;
}
#nav_photos a:hover {
	background-image: url(bilder/meny_sv_on-02.gif);

}

#nav_contact {
	background-image: url(bilder/meny_sv_on-03.gif);
	height: 26px;
	width: 134px;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
}
#nav_contact a {
	background-image: url(bilder/meny_sv-03.gif);
	height: 26px;
	background-repeat: no-repeat;
	display: block;
}
#nav_contact a:hover {
	background-image: url(bilder/meny_sv_on-03.gif);

}

	
/* --------- SUBNAV ------------------------------------ **/
.wrapper_subnav {
	/*float: none;*/
	height: 23px;
	width: 100%;
	position: relative;
	margin-bottom: 8px;
	background-color: #666666;
}
.subnav_filler_left {
	background-image: url(bilder/subnav_filler_left.gif);
	height: 23px;
	width: 31px;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
}
.subnav_filler_right {
	height: 23px;
	width: 31px;
	position: relative;
	float: right;
	background-image: url(bilder/subnav_filler_right.gif);
	background-repeat: no-repeat;
	display: block;
}


/* -------- Lista submeny -----------------------------*/

.wrapper_subnav ul a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.wrapper_subnav ul a:hover {
	color: #FFD171;
}
ul {
	float:left;
	color: #FFD171;
	list-style-type: none;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}
li {
	display:inline;
	padding-right: 10px;
}
#wrapper_lista {
	float: left;
	position: relative;
}


/* --------- MAIN FRAME --------------------------------*/

.wrapper_main {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 648px;
	left: 31px;
}
.wrapper_main a:visited {
	text-decoration: underline;
	color: #333333;
}
/*.wrapper_main a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}*/
.wrapper_main a:hover {
	color: #FFFFFF;
	background-color: #333333;
}
.portfolio {
	position: relative;
	margin-top: 5px;
	margin-bottom: 50px;
	float: left;
}
.portfolioContent, .portfolioContentRight, .noBorder {
	position: relative;
	margin-bottom: 16px;
	float: left;
	margin-right: 16px;
	border: 2px solid #CCCCCC;
}
.portfolioContentRight {
	margin-right: 0px;
}
.noBorder, .noBorderRight {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.noBorderRight {
	margin-right: 0px;
}
.textbox {
	margin-top: 0px;
	position: relative;
	clear: both;
}

	
/* --------- CONTACT ------------------------------*/

#info {
	position: relative;
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
#contact {
	position: relative;
	float: left;
	margin-left: 40px;
}


/* --------- FOOTER ------------------------------ */

#wrapper_footer {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}
#footer_left, #footer_right, #validation {
	float: left;
	position: relative;
	font-size: 9px;
	color: #999999;
	letter-spacing: 1px;
	top: 7px;
}
#footer_right {
	float: right;
	font-weight: bold;
}
#validation {
	margin-left: 20px;
}

.footer {
	color: #666666;
}
a.footer:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #FFD171;
}
