/* ---------------------------------- */
/* artbyfarmer
/* -------
/* version:   1.0
/* author:    robert farmer
/* email:     robert@artbyfarmer.com
/* website:   http://www.artbyfarmer.com
/* ---------------------------------- */

/* ------------- basic ------------- */ 

.clear {
	clear:both;

}

body {
	margin-top: 0px;
	background-image: url(../bilder/images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

li:link {text-decoration: none; color:#000000;}

li:visited {text-decoration: none; color:#000000;}

li:active {text-decoration: none; color:#000000;}

li:hover {text-decoration: none; color: #FF0000;}

/* --------------layout------------- */

#main {
	width:858px;
	height:899px;
	background:url(../bilder/images/mainbg.jpg);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#logga {
	width: 858px;
	height: 108px;
	background-image: url(../bilder/images/header_ie.jpg);
}


#header {
	width: 858;
	height: 214px;
	background-image: url(../bilder/images/header_05.jpg);
	z-index: 1;
}

#header h1 {
	margin:0;
	padding:0;
	margin-left: -50px;
	z-index: 1;
	position:relative;
}

#content {
	width: 622px;
	height: 351px;
	background-image: url(../bilder/images/content_06.jpg);
	float: left;
}

#picture {
	width: 236px;
	height: 351px;
	background-image:url(../bilder/images/sidebar_07.jpg);
	float: right;
}


#news {
	width: 236px;
	height: 170px;
	background-image:url(../bilder/images/news_09.jpg);
	float: right;
}

#projects {
	width:622px;
	height: 171px;
	background-image:url(../bilder/images/projects_08.jpg);
	float: left;
}

#footer {
	width:858px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../bilder/images/footer_11.jpg);
	
}

.rubrik {
	background-color:#f7f7f7;
	margin: 50px 0 0 40px;
}
.rubrik p{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
}


.text1{
	background-color:#f7f7f7;
	width:260px;
	text-align:left;
	margin: 20px 0 0 40px;
	float:left;
	display: inline;
}
.text1 p{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height: 17px;
	font-weight:normal;
}

.text2{
	background-color:#f7f7f7;
	width:260px;
	margin: 20px 0 0 40px;
	float:left;
}
.text2 p{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-style:normal;
	line-height:17px;
	font-weight:normal;
}
.text2 li{
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-style:normal;
	line-height:17px;
	font-weight:normal;
}

/* --------- menu -------*/

#logga ul {
	text-align:right;
	list-style:none;
	margin:0;
	padding:60px 30px 0 0;
}
#logga li {
	display:inline;
	padding:0 0 0 30px;
	text-decoration:none;
}
#logga a {
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size:14px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration: none;
}
#logga first {
	padding:0;
}
#logga li .forth {
	padding:0;
}

#logga a:hover {
	color:#FF0000;
}
#logga a:visited {
	color: #000000;
}



/*------- projects---------*/

.pic1 {
	width: 101px;
	height: 112px;
	float: left;
	margin-top: 15px;
	margin-left: 42px;
	display:inline;
}

.pic2 {
	width: 101px;
	height: 112px;
	float: left;
	margin:15px 0 0 9px;
}

.pic3 {
	width: 101px;
	height: 112px;
	float: left;
	margin:15px 0 0 9px;
}

.pic4 {
	width: 101px;
	height: 112px;
	float: left;
	margin:15px 0 0 9px;
}

.pic5 {
	width: 101px;
	height: 112px;
	float: left;
	margin:15px 0 0 9px;
}

.images {
	height:80px;
	width:70px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}

.portfolioknapp {
	position:relative;
	width:570px;
	height:18px;
	margin-top:10px;
	margin-left:10px;
	margin-right:auto;
	text-align: right;
}


/* --------- nyheter -------*/

.arkivknapp {
	width:200px;
	height:18px;
	margin:10px 10px 0 0;
	position: relative;
	text-align: right;
}

#news {
	float:right;
	display:inline;
	margin:0 0 0 0;
	list-style-type:none;
}

#news a {
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	font-weight:normal;
	color:#FF0000;
	list-style-type:none;
}
	
.news1 {
	height:auto;
	list-style-type:none;
	padding: 0 0 0 0;
	margin: 12px 0 0 30px;
}




/* ------------ rubrik ----------- */


.color {
	color: #FF0000;
}

.underline {
	text-decoration:underline;
	font-weight:bold;
	
}
