/* GENERAL STYLES */
*
{
	padding:0;
	margin: 0;
	color: #373737;
	font-family: Arial, Verdana, Serif;
}

#top
{
	height: 60px;
}

.medarbejder
{
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
}

.medarbejder img
{
	padding-bottom:10px;
}


#top img
{
	padding-top: 12px;
	padding-left: 30px;
}

#menu
{
	width: 100%;
	height: 90px;
	background-color: #BA0000;
}
#menu .title
{
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 10px;
	padding-top: 20px;
}
#menu .description
{
	padding-left: 20px;
	padding-right: 5px;
	color: #FFE7C1;
	font-weight: bold;
	font-size: 0.75em;
}

#menu .title a
{
	color: White;
	text-decoration: none;
	display: block;
	width: 140px;
	display: block;
}
#menu .description a
{
	color: #FFC280;
	text-decoration: none;
	height: 50px;
	width: 140px;
	display: block;
}

#menu .description a:hover
{
	color: white;
	text-decoration: none;
}
#menu .menuitem
{
	float: left;
	height: 90px;
	width: 160px;
}

.submenuitem
{
	float:left;
	text-decoration: none;
	background-color:#BA0000;
	padding:4px;
	margin-left:8px;
	font-weight:bold;
	font-size:13px;
	display:block;
}

.submenuitem.active 
{
	background-color:white;
}

.submenuitem a
{
	color:white;
	text-decoration:none;
}

.submenuitem.active a
{
	color:#BA0000;
}


.navigator
{
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigator .title
{
	padding-left: 20px;
	font-size: 0.75em;
	color: White;
	font-weight: bold;
}

#content
{
	height:100%;
}

#content .box
{
	border-right: solid 1px #FF9C00;
	padding-bottom: 20px;
	margin-bottom:20px;
}


h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
	margin:0;
	padding-top: 20px;
	padding-left: 10px;
}
h2
{
	font-size: 0.9em;
	font-weight: bold;
	color: #FF6600;
	margin:0;
	padding-top: 10px;
	padding-left: 15px;
}
h3
{
	padding-top: 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	color: #BA0000;
	padding-left: 20px;
}
p
{
	font-size: 0.75em;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 3px;
	margin:0;
}

/*
#content p a, #content p a:visited
{
	color: #BA0000;
}
#content p a:hover
{
	color: #FF4800;
}
*/
.pris1
{
	color: #FF4800;
	text-align: right;
	font-weight: bold;
}
 .pris2
{
	color: #BA0000;
	text-align: right;
	font-weight: bold;
}


.udregning
{
	padding-bottom:5px;	
	padding-left:10px;
}

.udregning .titel
{
	padding: 4px;
	padding-right: 10px;

}
.udregning .beloeb
{
	padding: 6px;
	text-align: right;	
	
}
.udregning .spacer
{
	background-color: #FFCFA7;
	
	font-size:0.1em;
	border:solid 1px #DF9251;
		
}

.udregning .totaltitel
{
	padding: 4px;
	background-color: #FFCFA7;
	
	font-weight: bold;
	border-left:solid 1px #DF9251;
	border-bottom:solid 1px #DF9251;
	border-top:solid 1px #DF9251;
}
.udregning .totalbeloeb
{
	padding: 4px;
	text-align: right;
	background-color: #FFCFA7;
	font-weight: bold;
	border-right:solid 1px #DF9251;
	border-bottom:solid 1px #DF9251;
	border-top:solid 1px #DF9251;
}
.coolbox
{
	margin-right: 10px;
	background-color: #FCFFA7;
	border: solid 1px #FFC200;
	margin-left: 10px;
	font-size: 0.75em;

}
.coolbox .topleft
{
	position: relative;
	top: -1px;
	left: -1px;
	background-position: left top;
	background-image: url(/graphics/box/top_left.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	float: left;
}

.coolbox .topright
{
	position: relative;
	top: -1px;
	left: 1px;
	background-position: right top;
	background-image: url(/graphics/box/top_right.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	float: right;
}
.knap
{
	font-weight: bold;

	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	margin-right: 10px;
	color: White;
	text-decoration: none;
	background-color: #FF6600;
	border: solid 1px #FF6600;
	border-top: solid 3px #FF9C00;
	
}
input
{
	
}
select
{
	text-align:left;
	font-size:1em;
	padding:1px;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}




/* EDITOR PROPERTIES */
h1 {

}


