@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin:0;
	}
h1{
	font-family: "Courier New", Courier, monospace;/*Georgia, "Times New Roman", Times, serif;*/
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin:0;
	line-height:20px

}
h2{
	font-family: "Courier New", Courier, monospace;/*Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin:0;
	line-height:18px

}
h3{
	font-family: "Courier New", Courier, monospace;/*Georgia, "Times New Roman", Times, serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin:0;
	line-height:16px

}
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:15px
}

#logo{
	background-repeat:no-repeat;
	background-image: url(../images/logo.gif);
	background-position:right top;
	margin-right:130px;
	height:50px;
	}
.ruler{
	background-color:#666666;
	height:1px;
	width:975px;
	margin-top:0px;
	margin-left:0px;
	}
#leftbox{
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	}
	
#centerbox{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	}
#rightbox{
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	}
#contentbox{
	border-left:0px solid #666666;
	border-top:0px solid #666666;
	border-right:0px solid #666666;
	border-bottom:1px solid #666666;
	width:975px;
	height:400px;
	margin: 0;
	}
.baggrund_bund{
background-image:url(../images/baggrund_bund.gif);
background-position:top left;
background-repeat:repeat-x;
width:975px;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #bf1e2d;
	text-decoration:none;
}
a:hover{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}
a.secondlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #bf1e2d;
	text-decoration:none;
}
a:hover.secondlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}
a.normallink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bf1e2d;
	text-decoration:none;
}
a:hover.normallink {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}
a.smalllink {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #bf1e2d;
	text-decoration:none;
}
#billede_left_kontakt{

	margin-top: 15px;
	margin-left:1px;

}
#billede_right_kontakt{

	margin-top: 35px;
	margin-left:40px;

}

.content_history_left{
	align:left;
	width: 700px;
	padding-top:16px;
	padding-left:0px;
	padding-right:36px;
	
	}

.content_history_right{
	align:right;
	width: 275px;
	padding-top:16px;
	padding-left:40px;
	
	}
	
.content_presse_right{
	align:left;
	width: 400px;
	padding-top:56px;
	padding-left:0px;
	padding-right:6px;
	
	}

.content_left_kontakt{
	align:left;
	
	height: 440px;
	width: 306px;
	}
.content_center_kontakt{
	
	
	width: 306px;
	padding-top:16px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-top:15em;
	margin-right:10px;
}
.content_right_kontakt{

	height: 440px;
	width: 306px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-top:10em;
	margin-right:10px;
}
.imageform{
	padding-left:240px;
	margin-top:-34px;
}
#worldmap{
	
	margin-left:120px;
	margin-top: 0px;
}




.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 205px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 245px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
	

