/*----------------------------------------Imports-----------------------------------------*/

/*------------------------------------Structure styles------------------------------------*/
body	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 62.5%;
	background-color: #77988d;
	color: #749380;
	line-height: 16px;
}
#loader{
	width: 1px;
	height: 1px;
   	background: url('/files/system/img/btn_om_mig_inactive.gif') no-repeat;
	background: url('/files/system/img/btn_portfolio_inactive.gif') no-repeat;
	background: url('/files/system/img/btn_referencer_inactive.gif') no-repeat;
	background: url('/files/system/img/btn_sitemap_inactive.gif') no-repeat;
	background: url('/files/system/img/btn_kontakt_inactive.gif') no-repeat;
   	display: none;
}
img	{
	border: 0px;
}
strong	{
	font-weight: bold;
}
a, a:link, a:visited	{
	color: #749380;
	text-decoration: none;
	font-size: 1.0em;
}
a:hover	{
	color: #749380;
	/*text-decoration: underline;*/
}
p	{
	color: #749380;
	line-height: 16px;
}
ul	{
	float: left;
	clear: both;
	padding-left: 0px;
	margin-left: 0px;
	
}
li	{
	padding-left: 15px;
	float: left;
	clear: both;
}
h1, .h1	{
	font-size: 1.8em;
	line-height: 22px;
	color: #749380;
	font-family: tahoma;
	font-weight: normal;
	text-align: left;
}
h2, .h2	{
	font-size: 1.4em;
	line-height: 16px;
	color: #749380;
	font-family: tahoma;
	font-weight: normal;
}
#container	{
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 768px;
	overflow: hidden;
	text-align: left;
	background-image: url('/files/system/img/bg_body.jpg');
	background-color: #e4eae8;
	background-position: right;
	background-repeat: no-repeat;
}

#middle_con	{
	float: left;
	padding: 45px 0px 0px 50px;
	width: 300px;
	overflow: hidden;
}
#menu	{
	float: left;
	width: 90px;
}
.menu_item	{
	float: left;
	clear: both;
	width: 90px;
}
#search_con	{
	float: right;
	padding-right: 27px;
	padding-top: 31px;
	width: 230px;
	height: 40px;
}
#search	{
	float: right;
}
#search input, #searchfield	{
	filter: alpha(Opacity=50);
	-Moz-Opacity: 0.50;
	text-align: right;
	color: #000000;
	font-family: tahoma;
	border: 0px;
	background-color: #CCCCCC;
	height: 12px;
	width: 150px;
	font-size: 1em;
}
#search_btn	{
	float: right;
	display: block;
}
#content	{
	float: left;
	clear: both;
	width: 290px;
	height: 500px;
	margin-top: 55px;
	overflow: auto;
	font-size: 1.1em;
	overflow: hidden;
}
#finurligt	{
	float: right;
	clear: right;
	margin-top: 642px;
	padding-right: 68px;
}
/*------------------------------------Portfolio styles------------------------------------*/
#port_nav	{
	float: left; 
	clear: both; 
	width: 290px; 
	padding: 15px 0px 15px 140px; 
}
#port_content	{
	float: left; 
	clear: both; 
	width: 290px;
}
.arrow_right	{
	background: url('/files/system/img/arrow_link_right.gif') no-repeat 0px 3px;
	display: block;
	padding-left: 14px;
	width: 70px;
}
.arrow_left	{
	background: url('/files/system/img/arrow_link_left.gif') no-repeat 0px 3px;
	display: block;
	padding-left: 14px;
	width: 90px;
}

