@charset "utf-8";
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/fileadmin/system/bgBig2009.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#00727d;
}
#topRight {
	position:absolute;
	right:0px;
	top:0px;
}
#gitter {
	position:absolute;
	bottom:0px;
	left:0px;
}
#menu {
	position:absolute;
	top:320px;
	left:0px;
	border-top:1px solid #22baea;
	border-right:1px solid #22baea;
	height:20px;
	width:863px;
	padding-left:30px;
}
#menu a {
	float:right;
	font-size:14px;
	color:#22baea;
	border-left:1px solid #22baea;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
	width:112px;
}
#menu a:hover, #menu a.act {
	color:#ffffff;
	font-weight:bold;
}
#content {
	position:absolute;
	top:370px;
	left:45px;
	width:950px;
	color:#ffffff;
	padding-bottom:40px;
}
#content h1 {
	font-size:22px;
	font-weight:normal;
	color:#ffffff;
}
#content p {
	font-size:12px;
	line-height:18px;
}
#content a {
	color:#ffffff;
	text-decoration:underline;
}
#content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#content td {
	font-size:12px;
}
#content img {
	padding-left:10px;
	padding-right:0px;
}
#contentRight {
	position:absolute;
	top:440px;
	left:640px;
}
.caption {
font-size:12px;
color:#FFF;
}

/***
/* Form styling - nyhedsbrev
/*********************************************************************/
div.formfield {
    margin-bottom: 1em;
    font-size: 12px;
    width:400px;
}

div.formfield label {}

input.submitbutton {
    margin-top: 20px;
}

p.warning {
    padding: 10px;
    font-weight: bold;
    background-color: #22BAEA;
    color: black;
    width: 350px;
}
