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

/*Tested on:

	Windows IE7
	Windows FireFox 3.0.8
	Windows Safari 3.2.2
	Windows IE8
	
	Apple Firefox 3.0.10
	Apple Safari 3.2.1


*/

/* ================= SELECTORS =================== */



/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body{
	background: #fff;
	font-family:'Lucida grande', "verdana", sans serif;
	color:#666;
	/*text-shadow: #444 0 1px 1px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#wrapper{
	width:1205px;
	margin: 0 auto;
}

a{
	color: #8d8d8d;
}

a:hover{
	color: #000000;
}


h2{
	
	font-size: 16px;
	margin: 15px 0 15px 0;
	}

li{
	list-style-type: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

p{
	line-height: 1.6em;
}




/* ================= HEADER =================== */

#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 80px;
	background: #fff url(http://www.matuvu.nu/photo/img/bg.gif) no-repeat top left;
	
}


#logo{
    float:left;
	width:400px;
	margin: 30px 0 0 5px;
	font-size: 14px;
	text-transform: uppercase;
	
	}
	
#logo h1{
	margin: 0 0 0 40px;
	color: #383a3a;
	font-size: 17px;

	}

#logo a, #logo h1 a:link{
   color: #383a3a;
   text-decoration: none;
}

	
#logo h1 a,#logo h1 a:hover{
	text-decoration: none;
	 color: #000;
	}




/* ================= MENU-ITEMS =================== */

#menu{
	float: left;
	text-transform: uppercase;
	margin: 30px 0 0 0;
	font-size: 17px;
}


#menu ul{
	list-style:none;
}

#menu ul li{
	list-style:none;
	float:left;
	text-align:left;
	margin: 0 0 0 0;
}

#menu ul li a{
	text-decoration:none;
	text-transform: uppercase;	
	font-size:11px;
	/*text-shadow: #444 0 1px 1px;*/
	color:#8d8d8d;
	padding: 0 0 0 0;
	margin: 0 7px 0 7px;
	
}

#menu ul li a:hover{
    color:#000000;
	text-decoration:none;
	
}

#menu ul li a.active {
    color:#000000;
	text-decoration:none;
}

	
.space{
	margin-left: 95px;
}

/* ================= CONTENT-ITEMS =================== */


#content{
    width:1205px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}


.image{
    float:left;
    width: 405px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

.about{
    float:left;
    width: 700px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:'Lucida grande', "verdana", sans serif;
	font-size: 11px;
	text-shadow: #fff 0 1px 1px;
}



.contactinfo{
   	margin: 55px 0 45px 0;
	padding: 0 0 0 0;
}

.contactinfo li{
	font-family: "Times", sans-serif;
	font-size: 15px;	
}

.contactinfo a{
	text-decoration: none;
	
}

.contactinfo a:hover{
	text-decoration: none;
	color: #000;
	
}

.contact{
   	margin: 0 0 0 40px;
	padding: 0 0 0 0;	
	font-family: "Times", sans-serif;
	font-size: 15px;	

}

.gallery{
   	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	width: 770px;
	height:495px;
	background-color: black;
}

/* ================= INPUT =================== */

label {
	line-height: 25px;
	width: 70px;
	float: left;
	clear:left;
}

input {
	font: 12px;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 220px;
	border: solid 1px #e7e7e7;
}
textarea {
	font: 12px;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 220px;
	height: 150px;
	border: solid 1px #e7e7e7;
	background: #FFF;
	
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.input-s {
	width: 80px;
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: center;
	clear:left;
	margin-left: 70px;
}

input.input-s:hover {
	background: #A9A9A9;
	border: solid 1px #666;
}



/* ================= FOOTER =================== */


#footer{
	padding: 15px 0 20px 0;
	width:100%;	
	background: #0e0e0e;
	clear: left;
	text-align: center;
	
}

/* ================= HACKS =================== */

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}