/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* LAYOUT                                 */
/***********************************************/

/***********************************************/
/* top/logo                             */
/***********************************************/

#logo_section{
	float: left;
	width: 725px;
	height: 100px;
	vertical-align: top;
}
#logo{
	float: left;
	width: 400px;
	height: 40px;
	vertical-align: top;
}

#logotext{
	float: right;
	width: 250px;
	height: 30px;
	vertical-align: top;
	border-top-width: 6px;
	border-top-color: #FFF;
}

#grey1{
	float: left;
	width: 725px;
	height: 1px;
	background-color: #CCC;
}

#hvid_mellem{
	float: left;
	width: 725px;
	height: 59px;
}

/***********************************************/
/* intro                                */
/***********************************************/
#intro_section{
	float: left;
	width: 725px;
	height: 111px;
	vertical-align: top;
}

#introtext_holder{
	float: left;
	width: 500px;
	height: 110px;
	
}
#introtext{
	float: left;
	width: 500px;
	height: 70px;
}

#mere_info{
	float: left;
	width: 500px;
	border-top-color: #FFF;
	border-top-width: 10px;
	height: 10px;
}

/***********************************************/
/* content                               */
/***********************************************/
#content_section{
	float: left;
	width: 725px;
	vertical-align: top;
}

#menu_holder{
	float: left;
	width: 147px;
}

#content_holder{
	float: left;
	width: 578px;
}

#menuknap1{
	float: left;
	width: 147px;
	height: 20px;
	border-bottom-width: 10px;
	border-top-color: #FFF
}

#titel{
	float: left;
	width: 578px;
	height: 20px;
}

#flash{
	float: right;
	width: 578px;
	height: 219px;
}

#content{
	float: right;
	width: 578px;
	}

#content_text{
	float: left;
	width: 500px;
}

/***********************************************/
/* kontakt                              */
/***********************************************/
#kontakt_section{
	float: left;
	width: 725px;
	vertical-align: top;
	height: 100px;
}
#kontakt_left{
	float: left;
	width: 275px;
	}

#kontakt_right{
	float: right;
	width: 275px;
	}
	
	
/***********************************************/
/* referencer                             */
/***********************************************/
#content_ref{
	float: left;
	width: 575px;
}
#ref_titel2{
	float: left;
	width: 500px;
	height: 40px;
	}

#ref_titel{
	float: left;
	width: 500px;
	}
	
#ref_logoholder{
	float: left;
	width: 180px;
	height: 105px;
	font-family: Arial, Helvetica, sans-serif;
	}

/***********************************************/
/* projekter                            */
/***********************************************/
#content_projekter{
	float: left;
	width: 575px;
}


/***********************************************/
/* generelle                               */
/***********************************************/

#menuknap{
	float: left;
	width: 147px;
	height: 20px;
}

#hvid_mellem2{
	float: left;
	width: 725px;
	height: 20px;
}

#hvid_mellem3{
	float: left;
	width: 725px;
	height: 10px;
}

#hvid_mellem4{
	float: left;
	width: 725px;
	height: 30px;
}

#hvid_mellem5{
	float: left;
	width: 725px;
	height: 40px;
}

#hvid_mellem_content{
	float: left;
	width: 575px;
	height: 30px;
}
#hvid_mellem_content2{
	float: left;
	width: 575px;
	height: 20px;
}
/***********************************************/
/* Classes                                  */
/***********************************************/

.style1 {
	font-size: x-small;
	color: #666;
	font-weight: normal;
}
.style2 {
	font-size: small;
	color: #666;
	font-weight: lighter;
}
.style3 {
	font-size: small;
	color: #333;
	font-weight: lighter;
}

a{
	color:  #666;
	text-decoration: none;
}

a:link{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #E80066;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}


/***********************************************/
/* Components                                  */
/***********************************************/
.style2 #content_section #content_holder #titel {
	color: #666;
}
#content_section #content_ref #ref_logoholder a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
