html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url('../images/tile.gif');
}

#main_wrap {
	position: relative;
	width: 770px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding-bottom: 20px;
	background: #fff;
}


#header {
	height: 145px;
	margin: 0 auto;
	background-color: #73a3c2;
}


#menu_bar {
	height: 38px;
	width: 100%;
	margin-bottom: 23px;
	background: url(../images/menu_bar.gif) repeat-x;
/*	border: 1px solid red;*/
}

#topmenu {
  position:absolute;
  top:0;
  left:0;
	text-align: right;
	height: 22px;
	width: 770px;
}

#topmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topmenu ul li{
	height: 22px;
	margin: 0;
	/*color: #003975;*/
	font-size: 11px;
	display: inline;
	line-height: 22px;
	padding-right: 8px;	
}

#topmenu ul li.act a {
	color: #FFFFFF;
}

#topmenu ul li a {
	/*color: #003975;*/
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#topmenu .pipe:before {
	content: "";
	padding-right: 12px;
/*	padding-left: 8px;*/
}

#topmenu .pipe1:before {
	content: "";
	padding-right: 12px;
/*	padding-left: 8px;*/
}

#menu {
	height: 38px;
}

#menu ul{
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li{
	height: 38px;
	margin: 0;
	color: #9dc2d6;
	font-size: 11px;
	display: inline;
	line-height: 38px;
	padding-right: 8px;
/*	border: 1px solid red;*/
}


#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
	color: #9dc2d6;
	font-weight: normal;
}

#menu ul li a:hover {
	color: #FFFFFF;
}

#menu ul li.act a, #menu ul li.act a:link, #menu ul li.act a:visited {
	color: #ffffff;
}


#main-content {
	width: 718px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 38px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	height: 38px;
	background-color: #003975;
	width: 100%;
}
	#footer p {
		text-align: center;
		line-height: 38px;
		font-size: 11px;
		letter-spacing: 1px;
		color: #fff;	
		margin: 0;
		padding: 0;
	}
	#footer p a, #footer p a:link, #footer p a:hover, #footer p a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
	}
	
.pipe:before {
	content: "|";
	padding-right: 12px;
/*	padding-left: 8px;*/
}

.pipe1:before {
	content: "|";
	padding-right: 12px;
/*	padding-left: 8px;*/
}

/* Make for IE \*/
* html .pipe {padding-left: 12px; background: url(../images/pipe.gif) no-repeat left;} 
* html .pipe1 {padding-left: 12px; background: url(../images/pipe1.gif) no-repeat left;} 
/* End for IE */


/* Make colum for forside */
#left-side {
	width: 177px;
	float: left;
}

#left-side p {
	font-size: 11px;
}

#left-side h1 {
	color: #003975;
	font-size: 12px;
}

#left-side strong {
	color: #003975;
}

#right-side {
	width: 154px;
	float: right;
}

#middle-side {
	width: 340px;
	float: left;
	margin: 0 0 0 24px;
}

/* Make colum for content */

#left-cont {
	width: 109px;
	float: left;
}

#right-cont {
	width: 238px;
	float: right;
}

#middle-cont {
	width: 335px;
	float: left;
	margin: 0 0 0 17px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */

#left-sub-cont {
	width: 100%;
}

#left-sub-cont p {
	color: #000000;
	font-size: 11px;
}

#sub-menu {
	width: 100%;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	color: #003975;
	list-style-type: none;
}

#sub-menu ul li {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding-left: 8px;
	background: url(../images/arrow1.gif) no-repeat left 5px;
}

#sub-menu ul li a, #sub-menu ul li a:link, #sub-menu ul li a:visited {
	color: #003975;
	text-decoration: none;
}

#sub-menu ul li.act a, #sub-menu ul li.act a:link, #sub-menu ul li.act a:visited {
	color: #8ab4cc;
	text-decoration: none;
}


#sub-menu ul li a:hover {
	color: #8ab4cc;
	text-decoration: none;
}

hr {
	width: 100%;
	background: url(../images/dot-line.gif) repeat-x left;
	padding: 1px 0;
	border: 0px;
}

/*  KONKT FORM   */
.input_form{
	font-size: 12px;
	color: #000000;
	border: 1px solid  #b8b8b8;
	width: 320px;
	height: 19px; 
	background-color: #f0f0f0;
	margin-bottom: 18px;
	padding: 4px 8px 0 8px;
}

.form_contact {
	width: 330px;
}

.form_contact P {
	font-size: 12px;
	color: #000000;
}

.form_content {
	font-size: 12px;
	color: #000000;
}

.input_text_form{
	font-size: 12px;
	color: #000000;
	border: 1px solid  #b8b8b8;
	width: 320px;
	height: 120px; 
	margin-bottom: 18px;
	background-color: #f0f0f0;	
	padding: 4px 8px;
}

.form_submit {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #d6d6d6;
	border: 1px solid #b8b8b8;
	width: 87px;
	height: 26px; 
	margin-top: 2px;
}
a#download_link{
	background-image:url(/fileadmin/templates/images/download_vores.jpg); 
	width:314px; 
	height:112px; 
	padding:20px 0 0 25px; 
	font-size:11px;
	display:block;
	font-weight:normal;
	text-decoration:none;
}

div.news-letter {
         background: url(../images/bg_newsletter.png) no-repeat;
         padding: 12px;
}