/*
www.specialstyrken.dk
2009-06-30

Af Lasse Gejl
www.linkedin.com/in/lassegejl
*/

* {
	margin: 0;
	padding: 0;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
/* self clearing - end */
body {
	background: #1e2123;
	color: #666;
	font: 11px/14px "Lucida Grande", Tahoma, sans-serif;
}
acronym {
	cursor: help;
	border: none;
}
a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
a:hover {
	border-bottom: 1px solid #666;
}
img {
	border: none;
}
h1, h2, h3 {
	font: 18px/18px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-style: italic;
	font-weight: normal;
}
h1 {
	color: #565a5c;
	font-size: 32px;
	line-height: 40px;
}
h2 {
	color: #b4b4b4;
}
h2 a {
	color: #b4b4b4;
	text-decoration: none;
	border-bottom: 1px dotted #b4b4b4;
}
h2 a:hover {
	border-bottom: 1px solid #b4b4b4;
}
h3 {	
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-style: italic;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
ol, ul {
	margin: 0 0 15px 15px;
}
ul {
	padding: 0 0 0 0;
}
li {
	float: left;
	margin: 10px 30px 0 0;
	width: 170px;
}
ul li {
	list-style: none;
}
.and {
	font-family: "Baskerville","Goudy Old Style","Palatino","Book Antiqua","Georgia", sans-serif;
}
p.line {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
}
a.clients {
	margin: 0 0 0 5px;
	border: none !important;
	border-color: #fff;
}
#content {
	background: #fff;
	border-top: 2px solid #ffb400;
	border-bottom: 3px solid #0f1214;
	padding: 100px 20px 20px 20px;
	margin: 90px 0 0 90px;
	position: relative;
	width: 615px;
}
#info {
	display: none;
}
#rfp {
	background: url(../img/bg_rfp.gif) repeat-x left top;
	border: none;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	left: 20px;
	height: 21px;
	padding: 2px 7px 0 7px;
	position: absolute;
	top: 0;
	width: 67px;
}
#frp:hover {
	border-bottom: 1px dotted #fff;
}