/* @override 
	http://jenswalterlinder.dk/textpattern/css.php?s=default
	http://jenswalterlinder.dk/textpattern/css.php?s=papir
*/

/**
 * Designed and Coded by Christian Nolle, cnolle.net
 * Powered by Textpattern. Copyright 2008
 */

* {
margin: 0;
padding: 0;
}

html { 
height:100%
}

body { 
/* background: #f9fafa; */ 
background: #fff; 
    min-height: 101%; 
    font-size: 100.01%; 
    position: relative; 
    color: #000; 
    text-align: left; 
}

#holder { 
	width: 800px; 
	margin: 0 auto;
	position: relative;
}

#name { 
	margin: 0; 
	padding: 0;
	height: 75px;
width: 800px;
}

img { 
	border: 0; 
}

h2 {
	font: 16px georgia,"Times New Roman",times,serif;
	color: #000;
	padding: 0;
	margin: 0;
}

p { 
	font: 11px/18px georgia,"Times New Roman",times,serif; 
margin: 5px 0 5px 0;
}

p a:link {
	color: #65432b;
	text-decoration: none;
	list-style: none;
}

p a:hover {
	color: #000000;
}

p a:visited {
	color: #65432b;
	text-decoration:none;
}


#content { 
	float: left; 
	width: 800px; 
	margin:15px 0 15px 0;
}

#imagecon {
	width: 600px;
	float: left;
}

#misccon {
margin-top: 10px;	
width: 200px;
	float: left;
}

#text { 
	margin: 20px 0 0 0;
	width: 400px; 
	float: left; 
}

#text2 {
	width: 390px;
	float: left;
	margin: 20px 0 0 10px;
}

#text ul, #text2 ul {
	list-style: none;
	padding: 0; margin: 0 0 0 20px;
}

#text ul li,#text2 ul li {
	font: 11px georgia,"Times New Roman",times,serif;
	padding: 3px 0 3px 0;
}

#top_holder {
	width: 800px;
margin: 15px 0 0 0;
	padding:0;
height: 30px;
border-bottom: 1px solid #8a693f;
}

.quote {
margin-top:50px;
}

#navigation {
	float:left;
	width: 650px;
}

#lang {
	float:right;
}

ul#navig {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

ul#navig li {
	list-style-type: none;
	font: 18px georgia,"Times New Roman",times,serif;
	text-decoration: none;
	padding: 3px 13px 3px 0;
	margin: 0;
	display: inline;
}

ul#navig li a {
	color: #999;
	text-decoration: none;
}

ul#navig li a:hover {
	color: #8a693f;
}

/* Highlight active page */

body#bronze ul#navig li.bronzelink a {
	color: #8a693f;
}

body#maleri ul#navig li.malerilink a {
	color: #8a693f;
}

body#cv ul#navig li.cvlink a {
	color: #8a693f;
}

body#papir ul#navig li.papirlink a {
	color: #8a693f;
}

body#kontakt ul#navig li.kontaktlink a {
	color: #8a693f;
}

/* Language */

ul.l10n_lang_list {
	text-align:right;
	margin: 0;
	padding: 0;
}

ul.l10n_lang_list li {
	list-style:none;
	display:inline;
	margin: 0;
	padding: 3px;
	font: 12px georgia,"Times New Roman",times,serif;
	font-weight: bold;
	color: #8a693f;
}

ul.l10n_lang_list li a {
	text-decoration: none;
	color: #666;
}

ul.l10n_lang_list li a:hover {
	color: #8a693f;
}

#footer {
	border-top: 1px solid #8a693f;
	clear: left;
	padding: 10px 0 10px 0;
	font: 10px helvetica,verdana,arial,sans-serif;
}

/* Kontakt form */

textarea {
	width:400px;
	background: #fff;
	border: 1px solid #222;
	margin: 0 0 1em 0;
}

label {
	display:block;
	margin: 0;
	padding: 10px 0 5px 0;
	font: 11px verdana,arial,helvetica,sans-serif;
}

input {
	border: 0;
	padding: 5px 0 5px 0;
	width: 400px;
	background: #fff;
	border: 1px solid #222;
}


button {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	border: 0;
	padding: 0.3em 0.3em;
	margin-bottom: 1em;
	font-size: 1em;
	background-color: #c1d186;
	color: #222;
}

.zemSubmit {
	font-size: 1em;
}