* {
	padding: 0;
	margin: 0;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

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

a img {
	border: 0;
}

body {
	text-align: center;
	background-color: #EDECEC;
	background-repeat: repeat-x;
	background-image: url(../gfx/bg.jpg);
}

p {
	padding-bottom: 15px;
}

h1,h2,h3 {
	color: #FE7900;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}

h2,h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 20px;
}

h3 {
	font-size: 14px;
	color: #666;
}

small {
	font-size: 85%;
	font-weight: normal;
}

td {
	vertical-align: top;
}

#main {
	margin: auto;
	text-align: left;
	width: 950px;
}

#logoContainer,#bottomContainer {
	background-color: #1A1A1A;
}

#logoLink {
	display: inline-block;
	padding: 25px;
}

#menuContainer {
	padding: 0;
	height: 39px;
	background-image: url(../gfx/menu_bg.png);
}

#menuContainer span {
	position: relative;
	display: inline-block;
}

#menuContainer a {
	padding: 0px 5px;
	line-height: 36px;
	display: inline-block;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	border-right: 1px solid #CCC;
	font-size: 90%;
}

#menuContainer a:hover {
	color: #999;
}

#bottomContainer {
	position: relative;
	height: 90px;
}

#bottomLinks {
	position: absolute;
	top: -40px;
	padding: 10px;
}

#bottomLinks td,#bottomLinks th {
	vertical-align: top;
	padding: 0px 10px;
}

#bottomLinks th {
	color: #EEE;
}

#bottomLinks a {
	color: #999;
	display: block;
}

#footerContainer {
	padding: 0px 10px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 5px;
	background-image: url(../gfx/footer_bg.png);
}

#contentWrapper {
	overflow-x: hidden;
	width: 950px;
	padding-bottom: 10px;
}

#arrowL,#arrowR {
	position: fixed;
	top: 50%;
	opacity: .3;
}

#arrowL {
	left: 0;
}

#arrowR {
	right: 0;
}

table.contentTable {
	width: 970px;
	margin-left: -10px;
	margin-bottom: -10px;
	border-spacing: 10px;
}

table.contentTable td {
	height: 100%;
	padding: 20px;
	background-repeat: no-repeat;
}

table.contentTable td a {
	color: #f49634;
}

table.contentTable td a:hover {
	text-decoration: underline;
}

table.contentTable td img.icon {
	float: left;
}

table.referenser {
	border-spacing: 0px;
}

table.referenser th {
	vertical-align: baseline;
	width: 33%;
}

table.referenser td {
	padding: 10px;
	margin: 0;
}

table.price th {
	text-align:left;
	width: 250px;
}

table.price td {
	padding: 5px;
}

div.contentPage {
	float: left;
	width: 970px;
}

div.referens {
	
}

div.referens img {
	padding: 5px 0;
	display: block;
}

div.citat {
	padding: 15px;
	text-align: center;
	font-style: italic;
}

.subMenu {
	position: absolute;
	left: -5px;
	top: 36px;
	right: 0px;
	border: 1px solid #CCC;
	display: none;
	background-color: #EEE;
}

.subMenu a {
	padding: 0px 5px;
	display: block !important;
	border: 0 !important;
}

.subMenu a:hover {
	
}

.download {
	line-height: 200%;
}

label {
	display: inline-block;
	width: 120px;
	font-weight: bold;
	text-align: left;
}

#loginForm {
	display: inline-block;
}

#loginForm .row {
	margin-bottom:5px;
}

#loadingCover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.8;
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: none;
	vertical-align: middle
}

#status {
	position: relative;
	top: 50%;
	margin-top: 15px;
}
#out {
	display:none;
}
#error {
	color: red;
}

applet {
	width: 1px;
	height: 1px;
}