@charset "utf-8";
/* ludent.is */

body {
	background-color: #d1d2d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-image: url(../graphic/bg.png);
	background-repeat: repeat;
}

* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 975px;
	height: 100%;
	margin: auto;
	background-image: url(../graphic/shadow.png);
	background-repeat: repeat-y;
}

#header {
	border-top: 1px solid #999999;
	background-image: url(../graphic/header.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 955px;
	margin: auto;
}

#header h1 {
	display: none;
}

#logo {
	height: 98px;
}

#navigation {
	width: 300px;
	float: left;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	height: 35px;
	border-top: 1px solid #c4c4c4;
	background-image: url(../graphic/arrow.gif);
	background-repeat: no-repeat;
	background-position: 50px 12px;
}

#navigation li a:link, #navigation li a:active, #navigation li a:visited {
	display: inline-block;
	width: 220px;
	height: 25px;
	padding-left: 78px;
	padding-top: 10px;		
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#navigation li.selected, #navigation li:hover {
	background-color: #cdced0;
	background-image: url(../graphic/arrow-hover.gif);	
}

img {
	border: 0px;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
}

#main {
	float: right;
	width: 600px;
}

#side {
	float: left;
	text-align: center;
	width: 261px;
}

#main h1 {
	font-size: 18px;
	color: #095079;
	margin-bottom: 5px;
}

.right {
	margin-left: 15px;
	float: right;
}

p {
	margin-bottom: 8px;
}

div.tilbod {
	width: 300px;
	border: 1px dotted #f27623;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #e7e7e7;
}

div.tilbod h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #f27623;
}

div.tilbod h3 {
	font-size: 14px;
	margin-bottom: 8px;
	color: #f27623;
}


p.verd {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;

}

p.verd1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #f27623;
	font-size: 13px;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#footer {
	margin: auto;
	width: 975px;
	clear: both;
	background-image: url(../graphic/bg-bottom.png);
	background-repeat: repeat-y;
}

#info {
	background-image: url(../graphic/footer.gif);
	background-repeat: repeat;
	padding-top: 18px;
	margin: auto;
	width: 955px;
	height: 22px;
	text-align: center;	
}

#info p {
	color: #FFFFFF;
	font-size: 12px;
}

#info a:link, #info a:active, #info a:visited {
	color: #FFFFFF;
	font-weight: normal;
}

/* Min height fix */
.prop {
	height: 370px;
	float: right;
	width: 1px;
}

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

.pdf img {
	margin-right: 5px;
}

#languageBar {
	width: 975px;
	margin: auto;
	height: 20px;
	padding-top: 8px;
	font-size: 11px;
}

#languageBar ul {
	padding-left: 10px;
	list-style-type: none;
}

#languageBar li {
	float: right;
	padding-right: 10px;
}

#languageBar a:link, #languageBar a:active, #languageBar a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

#languageBar a:hover{
	text-decoration: underline;
}

#languageBar .img {
	padding-top: 1px;
	float: left;
}

#languageBar .txt {
	float: left;
	padding: 0 10px 0 5px;
}

.classshown {

}

.classhidden {
	 display: none;
}

#bookings {
	margin: auto;
	text-align: left;
	width: 198px;
	border: 1px solid #f27623;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

#bookings h2 {
	display: block;
	height: 18px;
	background-color: #f27623;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 3px 14px;
}

#bookings table {
	margin: 10px 10px 4px 10px;
	font-size: 11px;
}

#bookings table .leftColumn {
	width: 50px;
}

#bookings input, #bookings submit, #bookings select {
	font-size: 11px;
}

#bookings .submitButton {
	margin-top: 5px;
}

#bookings p {
	margin: 2px 12px 2px 12px;
}

#bookings p a:link, #bookings p a:active, #bookings p a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

#bookings p a:hover{
	text-decoration: underline;
}



.days {
	width: 40px;
	margin-bottom: 5px;
}

.months {
	width: 80px;
}

.years {
	width: 52px;
}

.numbers {
	width: 40px;
	margin-bottom: 5px;
	margin-top: 2px;
}
