/**
* Layout CSS for the given website
*
* use @import statement for getting other
* CSS files in if needed.
*/

@import url("content.css");
@import url("contentContainer.css");
@import url("gallery.css");
@import url("guestbook.css");

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* klinikoversigt style for området (sdrjylland osv) */
.klinikoversigt_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px; 
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}
/* klinikoversigt style for byerne */
.klinikoversigt_city {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
/* klinikoversigt angiv mellemrum mellem kolonnerne */
.klinikoversigt_space {
	width: 30px;
}
/* når vi kigger på den enkelte klinik, er dette teksten i højre side der viser klinikkens adresse, tlf osv */
div#klinik_details {
	position: absolute;
	height: 300px;
	width: 200px;
	top: 220px;
	right: 120px;
	border: 0px dotted;
	text-align: right;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px; 
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/**
* Container places the entire
* "page" in the center.
* Ensure to define the width
* of the given design and 
* left to "-(width/2)px"
*/
div#centerContainer {
	position:absolute;
	height: 553px;
	width: 1000px;
	/*top: 10px;*/
	margin-left:50%;
	left:-500px;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	
	/*border: 1px dashed #18659E;*/
	/*background-color: #FFFFFF;*/
}
/**
* Container that fits the background design image in size
*/
div#fitToDesign {
	height: 553px;
	width: 797px;
	margin-left: 113px;
	margin-right: 90px;
}
div#mmlogo {
	/*height: 553px;*/
	width: 797px;
	margin-left: 113px;
	margin-right: 90px;
	text-align:right;
}
/**
* Menu container and menu elements
*/
div#menuContainer {
	width: 777px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	height: 19px;
	padding-top: 26px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

div#overskrift {
	height: 30px;
	max-height: 30px;
	width: 712px;
	margin-right: 5px;
	margin-left: 60px;
	padding-top: 30px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
}


/**
* @update 19-03-2008
* Slideshow
*/
div#flashSlideshowContainer {
/**
	background-image:url(../slideshow/pictures/1.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	*/
}

/*div#anbefal_ven {
	filter:alpha(opacity=100);
	width: 400px;
	height: 500px;
	font-size: 10px;
}*/
.anbefal_ven_textfield {
	/*width: 75px;*/
	font-size: 11px;
	width: 250px;
	margin-bottom: 2px;
}
/******************************
* popdiv
******************************/
#layer1 {
	z-index: 1000;
	/*filter:alpha(opacity: 100);*/
	position: absolute;
	/*visibility: hidden;*/
	height: 260px;
	width: 375px;
	margin-left: 60px;
	bottom: 30px;
	color: black;
	background-color: #FFDE01;
	padding: 10px;
	font-size: 11px;
	line-height: 17px;
	border: 1px dotted black;
	
	
}

#close {
	float: right;
	font-size: 12px;
	
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	/*line-height: 18px; */
	text-decoration: none;

/*>>>>>>> der skal være en LODRET streg i mellem punkterne - STORE bogstaver*/

}
a.menu:link {

}

a.menu:active{
}

a.menu:visited {
	
}

a.menu:hover {
	text-decoration: underline;	
}

/**
* When a link in the menu is selected
*/
.menu.selected {
	/*text-decoration: underline;*/
	color: darkblue !important;
}