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

/*Hovedinnholdet*/

body { 
	background-color: #fff;
	margin: 0;
}

#content {
	margin-top: 31px;
	width: 800px;
	position: static;
	margin-left: 210px;
}
	
p {
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#000;
	text-decoration: none;
	width: 400px;
	margin-top: 23px;
}
	
h1 {
	font-family: Georgia;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	word-spacing: 0.2em;
	border-bottom: 1px dotted #000;
	width: 550px;
}

h2 {
	font-family: Georgia;
	font-size: 1.2em;
	margin-top: 23px;
}

h3 {
	font-family: Georgia;
	font-size: 1.2em;
	padding-top: 5px;
	border-top: 1px dotted #000;
	width: 150px;
}

#flagg {
	position: absolute;
	top: 33px;
	left: 734px;
}

/*Sidebaren*/

#logo {
	top: 15px;
	left: 15px;
	width: 185px;
	position: fixed;
}

#meny {
	position:fixed;
	top: 40px;
	left: 20px;
	width: 190px;
	font-size: 0.8em;
	font-family: Georgia;
	color: #000;
	list-style-type: none;
}
	
ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul#menu ol {
	text-align: left;
	list-style-type: none;
}

ul#menu li, 
	ul#menu a {
	color: #000;
	list-style-type: none;
}

ul#menu li {
	line-height: 1.2em;
} 

ul#menu2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

ul#menu2 ol {
	text-align: left;
	list-style-type: none;
}

ul#menu2 li, 
	ul#menu2 a {
	color: #000;
	list-style-type: none;
}

ul#menu2 li {
	line-height: 1.2em;
}
	
.logolink1 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('bilder/behance_logo.png');
	background-position: 0 0;
	text-indent: -99999px;
}

.logolink1:hover {
	background-position: bottom;
}

.logolink2 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('bilder/linkedin_logo.png');
	background-position: 0 0;
	text-indent: -99999px;
}

.logolink2:hover {
	background-position: bottom;
}

.logolink3 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/bilder/tumblr_logo.png');
	background-position: 0 0;
	text-indent: -99999px;
}

.logolink3:hover {
	background-position: bottom;
}

.logolink4 {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/bilder/twitter_logo.png');
	background-position: 0 0;
	text-indent: -99999px;
}

.logolink4:hover {
		background-position: bottom;
}
	
#preview {
	position: absolute;
	border: 1px solid #000;
	background: #fff;
	display: none;
	padding: 10px;
	width: 250px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-mozilla-box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}
	
	
/*Linker o.l.*/

a img {
	border: none; 
}
	
a:link { 
	color:#000; 
	text-decoration: none;
}
	
a:hover { 
	color: #000; 
	background-color: #e6e7e8; 
	text-decoration: underline;
}

a:active {
	background-color: #e6e7e8;
	text-decoration: none;
}
	
a:visited {
	color: #464646;
	text-decoration: none;
}
	
#content a:link {
	color: #000;
	text-decoration: underline;
}	

/*Bunnen*/

#bunn {
	margin-top: 25px;
	margin-bottom: 35px;
	margin-left: 210px;
	border-top: dotted 1px #000;
	width: 800px;	
}

#bunn a:hover img { 
	border: 1px solid #000;
}
	
#bunn a:hover {
	background-color: #fff;
	text-decoration: none;
}

img.thumb {
	width: 200px;
	border: 1px solid #e1e1e1;
}

img.thumbtwo {
	width: 200px;
	border: 1px solid #e1e1e1;
	margin-left:92px;
	margin-right:92px;
}
