@charset "UTF-8";
/* CONTENT (C) 2009 ACO ENGINEERING    */
/* MADE BY Lund-Co, Bryndum, Esbjerg   */

html, body {
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	margin: 0px; padding: 0px;
	text-align: center;
	color: #333;
}


td {
	vertical-align: top;
}
p {
	font-size: 11px;
}
a img {
	border: none;
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}

/* LAYOUT */
#wrapper {
	text-align: left;
	left: 50%;
	position: absolute;
	margin: 0px -450px;
	background: url('images/contentbg.png') top left repeat-y;
	height: 100%;
	z-index: 5;
}
#contentwrapper {
	margin-bottom: 20px;
	width: 900px;
}
#left {
	background: url('images/leftshade.png') top left no-repeat;
	width: 20px;
	height: 655px;
}

#right {
	background: url('images/rightshade.png') top right no-repeat;
	width: 20px;
	height: 655px;
}
#content {
	width: 860px;
}
#fpheader {
	/* background: url('images/fpheader.png') top left no-repeat; */
	width:  860px;
	height: 200px;
	z-index: 1;
}
#subheader {
	background: url('images/subheader.png') top left no-repeat;
	width: 860px;
	height: 160px;
}
#contleft {
	width: 520px;
	margin: 40px 35px /*40px*/ 0px 40px;
	float: left;
}
#contright {
	width: 225px;
	margin: 40px 40px 40px 0px;
	float: right;
}
#footerbox {
	width: 900px;
	height: 80px;
	bottom: 0px;
	position: fixed;
}
#footerleft {
	width: 520px;
	margin: 40px 0px 0px 40px;
	float: left;
}
#footerright {
	width: 225px;
	margin:15px 10px 0px 0px;
	float: right;
}
#footer {
	background: url('images/footer.png') top left no-repeat;
	height: 80px;
	color: #CCCCCC;
	font-size: 10px;
}
#leftf { width: 20px; height: 80px; background: url('images/footerleft.png') top left no-repeat; }
#rightf { width: 20px; height: 80px; background: url('images/lctag.png') top left no-repeat; }
#footer a {	color: #ccc; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: underline;}



/* TOP NAVIGATION MENU */
#menubox{
  	height: 70px;
	width: 900px;
	background: white;
}
#clicker {
  	background: url('images/menubox.png') no-repeat;
	height: 70px;
	width: 250px;
	float: left;
}
#clicker a {
	background: url('images/menubox.png') no-repeat;
	height: 70px;
	width: 250px;
	display: block;
}
#langselect {
	height: 70px;
	width: 100px;
	text-align: right;
	float: right;
	margin-right: 50px;
}
a.langitem img {
	height: 38px !important;
	width: 24px !important;
	margin-left: 3px;
}


/* CLASSES */

.headline {
	height: 40px;
	background: url('images/headlines.png') repeat-x top left;
	color: #996600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* TYPO3 TILRETTELSER */
a.mail, a.external-link-new-window, a.internal-link {
	color: #0099FF;
	text-decoration: underline;
}
a.mail:hover, a.external-link-new-window:hover, a.internal-link:hover {
	color: #0072BF;
	text-decoration: none;
}
.csc-textpic-caption {
	font-size: 9px;
}
div.textpadding .fl p.bodytext {
	margin-right: 15px;
}
div.textpadding .fr p.bodytext {
	margin-left: 15px;
}
	/* Pictures in text adding margin */
div.textpadding div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin: 10px !important;
}

/* TEKST FARVER */
span.important {
	color: #FF0000; 
}

span.detail {
	font-weight: bold;
	font-size: 13px;
}

span.name-of-person {
	color: #3399FF;
}



/* TILRETTELSER - FORM MAIL */

#contright .csc-mailform {
	border: none;
	width: 225px;
}

.csc-mailform {
	border: none;
	width: 400px;
}

.csc-mailform label {
	width: 150px;
	float: left;
	font-size: 11px;
}

.csc-mailform-field {
	display: block;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	width: 200px;
}

.csc-mailform-check {
	width: auto !important;
}

.csc-mailform-submit {
	width: 70px !important;
}


/* LISTS */

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 1em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: circle outside;
}
li { 
	font-size: 11px;
}

a.greybox, a.greybox:hover { 
	text-decoration: underline;
	font-size: 11px;
}
.greyboxlink {
	background: url(http://aco-engineering.dk/fileadmin/templates/aco_v0.1/images/3dikon.gif) no-repeat top left;
	height: 15px;
	text-indent: 25px;
	line-height: 15px;	
}