@charset "UTF-8";

@import url('/fonts/fonts.css');

/* tags */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(35,49,59); 
	background-color:rgb(218,216,177);
	
}

a,
a:active,
a:visited {
	color:rgb(35,49,59);
	text-decoration:none;
	border-bottom:1px solid rgb(255,95,0);}

a:hover { color:rgb(255,95,0); }

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:rgb(255,95,0);
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid rgb(35,49,59);
	font-weight:normal;
	text-transform:uppercase;
}

h2 {
	font-size:12px;
	margin-bottom:0px;
}

p {
	margin-top:0px;
	margin-bottom:20px;
}


/* structure */

#siteTop {
	width:100%;
	height:115px;
	background:url(/img/radius/topBack.gif) repeat-x;
}

	#topContainer {
		position:absolute;
		width:820px;
		left:50%;
		margin-left:-410px;
	}
	
		#radiusLogo {
			position:absolute;
			top:20px;
			left:-14px;
			width:50px;
			height:46px;
			background:url(/img/radius/radiusLogo.gif) no-repeat;
		}
		
	#quoteContainer {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:14px;
		color:rgb(189,191,194);
		text-align:right;
		padding-top:40px;
	}
	
		.quoteSource {
			font-style:normal;
			font-size:12px;
		}
	
#siteContainer {
	position:absolute;
	width:820px;
	top:115px;
	left:50%;
	margin-left:-410px;
}

	#contentContainer {
		background:rgb(255,255,255);
		border-top:5px solid rgb(255,95,0);
		border-bottom:3px solid rgb(255,95,0);
	}
	
	

	#footer {
		font-size:10px;
		text-align:right;
		padding-top:10px;
		padding-bottom:10px;
		clear:both;
	}


/* frontpage template */

body.frontpage { background-image:url(/img/radius/back2.gif); }

body.frontpage #pagePicture { height:190px; }

body.frontpage .leftCol {
	float:left;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:40px;
	width:480px;
	line-height:20px;
	background:url(/img/radius/dotsVertical.gif) center right repeat-y;
}

body.frontpage .rightCol {
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	width:170px;
	color:rgb(83,91,97);
	font-style:italic;
}


/* template 1 */

body.template1 { background-image:url(/img/radius/back2.gif); }

body.template1 #pagePicture { height:190px; }

body.template1 .leftCol {
	float:left;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:40px;
	width:170px;
	line-height:20px;
	text-align:right;
}

	body.template1 .leftCol h1 {
		border-bottom:0px;
	}

body.template1 .rightCol {
	line-height:20px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	width:490px;
	background:url(/img/radius/dotsVertical.gif) center left repeat-y;
}


/* medarbejdere */

body.medarbejdere { background-image:url(/img/radius/back1.gif); }

body.medarbejdere #contentContainer {
	border-top:none;
}

body.medarbejdere .leftCol {
	float:left;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:40px;
	width:170px;
	line-height:20px;
	text-align:right;
}

	body.medarbejdere .leftCol h1 {
		margin-bottom:0px;
	}

body.medarbejdere .rightCol {
line-height:20px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	width:490px;
	background:url(/img/radius/dotsVertical.gif) center left repeat-y;
}
	body.medarbejdere .rightCol .picAndInfoContainer {
		height:225px;
		margin-bottom:20px;
	}
		
		body.medarbejdere .rightCol .picAndInfoContainer h1 {
			text-transform:none;
			border-bottom:none;
		}
		
		
		body.medarbejdere .rightCol .picAndInfoContainer img {
			float:left;
			margin-right:20px;
		}
		

P.news A{
	border: none;
}
		
/* div classes */
.clr { clear:both; }

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
