/*#############################################################
Name: Romberg
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
	
a img { border: 0; }
}
body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(img/bgbody.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	margin: 18px 0 0 0;
	font-family: sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
.main .main_left .content div {
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #999999;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main .main_left .content div img {
	height: auto;
	float: left;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 4px;
	margin: 4px;
}
.main .main_left .content div img:hover {
}
.main_left {
	float: left;
	width: 420px;
	height: auto;
	padding-top: 6px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
	margin: 0px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
	background-color: #CCCCCC;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

/* logo */
.header {
	height: 180px;
}
.main  .main_left  div  header  img {
	background-image: url(img/himmel_havnew2.jpg);
}
.main  .main_left div header img {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background-color: #FFFFFF;
	background-image: url(img/grdnt_red.png);
	background-repeat: repeat-x;
}
.main .main_left div header img:hover {
	background-image: url(img/himmel_havnew3.jpg);
	border: 2px solid #00FF00;
}
.link_menu a {
	border-bottom: 2px solid #FFF;
	display: block;
	height: 18px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E3E3E3;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 55px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #333333;
	padding-top: 18px;
	width: 124px;
	font-size: 8pt;
	font-family: sans-serif;
}
.link_projects a span {
	font-family: sans-serif;
	font-size: 5em;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #CCCCCC;
}
a.g1 {
	background: #888;
}
a.g2 {
	border-left: 6px solid #FFF;
	background-color: #666666;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	height: 78px;
	line-height: 78px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.link_updates a {
	clear: right;
	display: block;
	height: 45px;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: normal;
}
.link_updates a span {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana, sans-serif;
	line-height: 1.2em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content a {
	color: #FF3300;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
	margin-top: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #666666;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
.main.main_left .content.pict {
	margin: 4px;
	padding: 4px;
	height: 200px;
	width: 400px;
	border: 2px solid #999999;
}
