@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url('../design/cherry_align.jpg') no-repeat top center;	
	font-size: 62.5%;
}
#container {
	position: relative;
	width: 860px;
	height: 573px;
	border: 0px solid #F00;
	margin: 81px auto auto;
	overflow: hidden;
}
#header {
	position: absolute;
	top: -30px;
	left: 0;
}
a#mainpage {
	display: block;
	float: left;
	width: 327px;
	height: 40px;
	text-indent: -9999px;
	border-top: 0px solid #909;
}
#nav_main {
	margin: 3px 0 0 329px;
}
#nav_main ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	
}
#nav_main li {
	float: left;
	margin-right: 4px;
}

#nav_main li a {
	display: block;
	height: 44px;
	background-position: 0px 0px;
	color: #fff;
	outline: none;
}

#nav_main #navPortfolio {
	width: 177px;
	background-image: url('../design/portfolio.gif');
}
#nav_main #navCv {
	width: 66px;
	background-image: url('../design/cv.gif');
}
#nav_main #navKontakt {
	width: 151px;
	background-image: url('../design/kontakt.gif');
}
#nav_main li a:hover, #nav_main li a.active {
	background-position: 0px -56px;
}


#nav_sub {
	float: left;
	clear: both;
	margin: 7px  0 13px 65px;
}
#nav_sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_sub li {
	float: left;
	margin: 0 5px 0 0;
}
#nav_sub li, #nav_sub li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
#nav_sub li a {
	margin-left: 1px;
}
#nav_sub li {
	color: #777;
	font-size: 1.1em;
}
#nav_sub li a.main, #nav_sub li a.active {
	font-weight: bold;
}
#nav_sub li a.active {
	color: #936;
}
#nav_sub li a:hover {
	color: #936;
}

#nav_main li a:focus, #nav_sub li a:focus {
	outline: 1px dotted #936;

}
h1.farLeft {
	float: left;
	text-indent: -9999px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	float: left;
	font-size: 3em;
	
}


p, td, #content li, dt, dd {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
dl {
	margin-top: 0px;
}
dt {
	display: none;
}
dd {
	margin-left: 20px;
}
#content_frame {
	position: relative;
	float: left;
	clear: both;
	width: 790px;
	height: 470px;
	background: none;
	margin: 10px 0 25px 65px;
	overflow: hidden;	
}
#content {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 550px;
	background: none;
}
#content a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	color: #333;
	font-size: 0.9em;
}
#content a:hover {
	color: #936;
}
#content a img {
	border: 1px solid #222;
	padding: 4px;
}
#content a:hover img {
	border: 2px solid #936;
	padding: 3px;
}
#content p {
	margin: 12px 0;
}
#content h2 + p {
	margin-top: 5px;
}
#content p.cv_fakta {
	margin: 0px 0 4px;
	font-style: italic;
}
#content p.cv_fakta .andDate {
	padding: 0 5px;
	color: #936;
}
#content h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#content h1 {
	font-size: 3.2em;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#content h2 {
	font-size: 1.8em;
	margin: 20px 0 0px;
}
#content h3 {
	font-size: 1.5em;
	margin: 20px 0 4px;
}
#content h4 {
	font-size: 1.3em;
}
#content hr {
	border: 1px dotted #936;
	border-width: 1px 0 1px;
}
#scrollbar {
	float: right;
	position: relative;
	background: #fff url('../design/scrollbar.gif') repeat-y;
	margin-top: 80px;
	width: 30px;
	height: 390px;
	visibility: hidden;
}
#scrollbar a img, #content #anchorLinks a {
	cursor: pointer;
}
#scrollbar a img {
	border-width: 0;
}
#scrollbar #scrollup {
	position: absolute;
	top: 0px;
	left: 0px;
}
#scrollbar #scrolldown {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#scrollbar #scrollbox {
	position: absolute;
	top: 12px;
	left: 10px;
	background-color: #ccc;
	width: 10px;
	height: 366px;
}
#visa_miniatyrer td {
	text-align: center;
}
.code {
	font-family: "Courier New", Courier, monospace;
}
b, strong {
	color: #111;
}
#content #portfolioStart h2 {
	clear: both;
	margin-top: 20px;
}
#content #portfolioStart p {
	margin-top: 7px;
}
#content #portfolioStart img {
	float: left;
	margin: 5px 10px 20px 0;
}
#content p.important, #content p.important b, #content h2.important, #content p.important a {
	color: #936;
}
#content p.important a:hover {
	color: #333;
}
#content p.important {
	border: 1px dotted #936;
	padding: 10px 20px;
}
dl.about {
	width: 200px;
	float: left;
}
img.about {
	float: right;
	margin: 0 100px 10px 0;
}
.errorMsg {
	color: #903;
	border: 1px solid #903;
	padding: 0 20px;
	margin-top: 50px;
}
.errorMsg p, .errorMsg p b, .errorMsg p strong {
	color: #903;
}
.clear {
	clear: both;
}
.right {
	float: right;
	margin: 0px 0 5px 20px;
}