/************************************************************************
* Elements
************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f1f1f1;
	background-image: url("/files/design/images/background.jpg");
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 11px;
	color: #3b3b3b;
}

div {
	font-family: verdana;
	font-size: 11px;
}

.breaker {
	height: 1px;
	overflow: hidden;
	clear: both;
}

p{
	margin-top: 0px;
}

a {
	color: #006699;
	text-decoration: none;
	cursor: pointer;
}
/************************************************************************
* Typography
************************************************************************/
h4{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/************************************************************************
* END Typography
************************************************************************/

/************************************************************************
* Colums
************************************************************************/

#newsletter{
	width: 602px;
	background-color: white;
}

.newsletterHeadline{

	padding-right: 11px;
	color: #8F8F8F; 
	font-family: Arial;
	font-size: 16px;
	float: right; 
}

#newsletterNews{
	padding-left: 11px;
	padding-right: 11px;
}

#newsletterBottom{
	background-image: url(http://al2008.kunde.siteloom.dk/files/design/images/news_bund.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 35px;
	padding-left: 10px;
}

.newsletterImage{
	width: 110px;
	padding-top: 3px;
	float: left;
}

.newsletterText{
	width: 420px;
	padding-left: 20px;
	float: left;
}

.newsletterSignatur{
	width: 420px;
	padding-left: 131px;
}

.adresseBottom{
	padding-right: 20px;
	float: left;
}

a.newsletterLink{
	color: #007eaf;
	text-decoration: none;
}

a.newsletterLink:hover{
	text-decoration:underline;
}

#newsletterTop{
	width: 602px; 
	padding-top: 30px;
}

#newsletterTopimage{
	margin-left: 11px;
	margin-right: 11px;
}

#toppageimage{
	width: 578px; 
	height: 73px;	
	margin-top: 0px;
}

/************************************************************************
* END Colums
************************************************************************/