html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Verdana, Arial, Sans-Serif;
	position:relative;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End reset */ 

a {
	color:#8f8c7d;
	text-decoration:underline;
	font-size:12px;
	font-family:arial, Verdana, Sans-Serif;
}
p {
    font:normal 12px/15px verdana, arial, sans-serif;
}

legend {
    display:none;
}

form {
	position:relative;
}

/* Util classes */
.clear {
	clear: both;
}
.noMargin {
	margin: 0 !important;
}


.mainHeaderContainer{
    background: url("/images/backgrounds/bck.png") no-repeat 50% 0;
	height:1%;
	position:relative;
}
    #header{
        width:985px;
        margin:0 auto;
		height:176px;
		position:relative;
    }
    #header h2 a {
        background:url("/images/backgrounds/logo.png") no-repeat scroll 0 0 transparent;
        height:87px;
        outline:0 none;
        position:absolute;
        text-indent:-9999em;
        top:21px;
        width:326px;
		left:38px;
    }
        .nav{
            width:100%;
        }
            .nav ul{
                list-style-type: none;
                float: right;
            }				
			.navService{
				position:absolute;
				top:0;
				left:0;
			}
				.nav li{
			    	list-style-type:none;
                	float:left;
					display:block;
            	}
				.mainNav li{
					margin:130px 0 0 0;
				}
					.nav li a
					{
						font-size:14px;
						color:#474747;
						padding:0 0 14px 15px;
						font-family:"Century Gothic", Monaco, monospace;
						text-decoration:none;
						display:block;
						font-weight: bold;
						background:url("/images/backgrounds/nav_hover.png") no-repeat 200px 200px transparent
					}
					.nav li a span{
						background:url("/images/backgrounds/nav_hover_bck.png") no-repeat  200px 200px transparent;
						display:block;
						padding:8px 15px 18px 0;
						height: 16px;
						cursor: pointer;
					}
						
					.mainNav li a:hover, .mainNav li a.active{
						background:url("/images/backgrounds/nav_hover.png") no-repeat 0 0 transparent;
						color:#000;
						padding:0 0 18px 15px;
					}
					.mainNav li a:hover span, .mainNav li a.active span{
						background:url("/images/backgrounds/nav_hover_bck.png") no-repeat  0 100% transparent;
						display:block;
						padding:8px 15px 18px 0;}
					.navService li.language {
						margin:5px 7px 0 0;
					}
					.navService li.language a{
						padding:8px;
						font-size:12px;
						background-color:#f1f1f1;
						-moz-border-radius: 100px; /* Firefox */
  						-webkit-border-radius: 100px; /* Safari and Chrome */
  						border-radius: 100px;
						-moz-text-shadow: 0 1px 0 #fff;; /* Firefox */
  						-webkit-text-shadow: 10px 10px 10px #fff; /* Safari and Chrome */
  						text-shadow: 0 1px 0 #fff;
						border:1px solid #f1f1f1;
					}
					.navService li.language a.active{
						background:0 none;
						-moz-border-radius: 100px; /* Firefox */
  						-webkit-border-radius: 100px; /* Safari and Chrome */
						border-radius: 100px;
						behavior: url(border-radius.nf.htc);
						border:1px solid #d9d9d9;
						background-color:#d9d9d9;
						padding:8px;
					}
					.navService li fieldset{
						background-color:#e5e5e5;
						display:block;
						padding:10px 20px 9px 14px;
					}
						.navService li fieldset legend{
						display:none;
						}
						.navService li fieldset label{
							background:url("/images/backgrounds/searchfield.png") no-repeat 0 0 transparent;
							float:left;
							width:6px;
							height:18px;
							padding:2px 0 0 0;
							position:relative;
							text-indent:-9999px;
						}
						
						.navService li fieldset input{
							background-color:#d9d9d9;
							color:#4a4a4a;
							font:12px/14px Century Gothic, Monaco, monospace;
							border:0 none;
							float:left;
							padding:1px 0 0 0;
							width:116px;
							height: 17px;
						}
						.ie .navService li fieldset input,
						.ie8 .navService li fieldset input {
							padding: 2px 0 0 0;
							height: 16px;
						}
						
						.navService li fieldset input.btn{
							background:url("/images/backgrounds/searchbutton.png") no-repeat scroll 0 0 transparent;
							text-indent:-9999px;
							width:27px;
							height: 20px;
						}
						.navService li.login{
							/*background:url("/images/backgrounds/login_bck.png") repeat-x scroll 0 0 transparent;*/
							background: #0066b3;
							/*background: #ec008c;*/
							padding:0 0 0 23px;
							height: 39px;
						}
							.navService li.login a{
								color:#FFF;
								font:14px/15px Century Gothic, Monaco, monospace;
								text-shadow: -1px -1px 2px #000;
								font-weight: bold;
								padding:13px 22px 12px 0;
							}

/* Media Content Wrapper */
.mediaContentWrapper{
	   background: url("/images/backgrounds/bck.png") no-repeat 50% -176px;
	   position:relative;
	   z-index:0;
	   padding-bottom:20px;
	   margin: 0 auto;
}

	.slideBackgroundContainer { }

		.slideBackgroundContainer .images {
			width: 100%;
			display:none;
		}
		.cufon-active .slideBackgroundContainer .images{
			display:block;
		}
		.slideBackgroundContainer .images .slide {
			height: 360px;
			right: 0;
			position: absolute;
			top: 0;
			left: 0;
			opacity: 1;
			width: 100%;
		}

	.slideContentContainer {
		margin: 0 auto;
		width: 990px;
		height: 360px;
		position: relative;
		z-index: 20;
		
	}
		.slideContentContainer .paging {
			/*overflow: hidden;*/
			padding: 25px 0 0 40px;
			
		}
			.slideContentContainer .pager {
				padding: 0;
			}
			.slideContentContainer .paging a {
				display: block;
				height: 13px;
				width: 25px;
				color: #fff;
				text-decoration: none;
				background: #ff00ff;
				padding: 6px 0;
				text-align: center;
				float: left;
				margin-right: 1px;
			}
				.slideContentContainer .paging a.color1 {
					background: #ec008c;
				}
				.slideContentContainer .paging a.color2 {
					background: #0066b3;
				}
				.slideContentContainer .paging a.color3 {
					background: #00b37d;
				}
		
		.slideContentContainer .content {
			position: relative;
		}
		
			.slideContentContainer .content .slide {
				position: absolute;
				left: 80px !important;
				top: 80px !important;
				min-width: 500px;
			}
			.ie .slideContentContainer .content .slide{
				width:500px;
			}
				.slideContentContainer .content .slide h2 {
					font-size: 38px;
					color: #fff;
					margin-left: 50px;
					font-weight: normal;
					margin-bottom: 10px;
				}
				.slideContentContainer .content .slide h2 span {
					display: block;
					font-size: 58px;
					color: #fff;
				}
				.slideContentContainer .content .slide div.divider 
				{
					height: 11px;
					background: url("/images/backgrounds/frontpage_divider.png") no-repeat top left;
					margin-bottom: 10px;
				}
				.slideContentContainer .content .slide span.linkcontainer 
				{
					float: right;
					background: url("/images/backgrounds/frontpage_doublearrow.png") no-repeat 0 4px;
					padding-left: 35px;
					height: 28px;
				}
				.slideContentContainer .content .slide span.color1 {
					background-position: 0 0;
				}
				.slideContentContainer .content .slide span.color2 {
					background-position: 0 -28px;
				}
				.slideContentContainer .content .slide span.color3 {
					background-position: 0 -56px;
				}
				.slideContentContainer .content .slide a {
					font-size: 30px;
					color: #fff;
					text-decoration: none;
				}

	
	/* Main */
	
	#main {
		width:985px;
		position: relative;
		margin:0 auto 0 auto;
	}

	

	
	/* Section */				
	.section{
		margin:-53px 0 0 0;
		position:relative;
	}
		
		/* Breadcrumb */
		.breadCrumb {
			padding:7px 62px 13px 29px;
			margin-bottom: 30px;
			overflow: hidden;
			background: url("/images/backgrounds/subpage_divider.png") no-repeat left bottom;
		}			
			.breadCrumb ul {
				float: left;
				clear: right;
				width: 100%;
	            
			}
				.breadCrumb li {
					margin-right: 10px;
				}
				.breadCrumb li a {
					font-size: 12px;
					padding: 5px 10px 5px 0;
					font-family: Arial, Helvetica, sans-serif;
					background: url("/images/backgrounds/breadcrumb_bullit.png") no-repeat right 11px transparent;
				}
				.breadCrumb li h1 a {
					color: #8f8c7d;
					background: 0 none;
				}
		
		.column{
			float:left;
			background:url("/images/backgrounds/sectionBoxes.png") no-repeat 0 0 transparent;
			width:247px;
			display:block;
			padding:34px 27px;
		}
		.newsColumn{
			margin-left:38px;
		}
		.eventColumn{
			margin-left:26px;
		}
			.eventColumn .imageButton {
				margin-top: 10px;
			}

		.newsColumn ul,
		.eventColumn ul {
			list-style: none;
			position:relative;
			width:100%;
			overflow:hidden;
		}
			.newsColumn ul.bottomLinks {
				margin-top: 10px;
			}
			ul.bottomLinks li{
			    overflow:hidden;
			    float:left;
			}
			ul.bottomLinks li a{
			        float:left;
			        display:block;
			    }
		
		.eventColumn .imageButton,
		.newsColumn .imageButton {
			float: right;
		}
		.eventColumn .bottomLinks a.events{
		   background: url("/images/buttons/allearrangementer.png") no-repeat 0 0;
		   text-indent:-999em;
		   width:148px;
		   height:31px;
		   display:block;
		   position:relative;
		   overflow:hidden;
		   line-height:0;
		   float:right;
		}
		.newsColumn .bottomLinks a.addRss{
		   background: url("/images/buttons/tilmeldRSS.png") no-repeat 0 0;
		   text-indent:-999em;
		   width:127px;
		   height:31px;
		   display:block;
		   position:relative;
		   overflow:hidden;
		   line-height:0;
		   float:right;
		}
		a.moreNewsRelated{
		    font-size:13px;
		    background: url("/images/backgrounds/arrow_black.png") no-repeat 0 8px;
		    display:block;
		    padding-left:9px;
		    color:#000;
		    text-decoration:none;
		    padding-top:5px;
	    }
			
		.column h2{
			font:18px/22px Century Gothic, Monaco, monospace;
			text-align:right;
			background:url("/images/backgrounds/dots.png") no-repeat 0 100%;
			padding-bottom:12px;
			margin-right:12px;
		}
		.column dt{
			color:#797669;
			padding:15px 0 0 0;
			font:10px/10px Arial, Helvetica, sans-serif;
		}
		.column dd{
			padding-bottom:10px;
			background:url("/images/backgrounds/dots.png") no-repeat 0 100%;
		}
		.column dd.lastItem{
		    background:0 none;
		}
		.column dd a{
			color:#000;
			font:11px/15px Arial, Helvetica, sans-serif;
			text-decoration:none;
		}
	
		#mainContent{
			float:left;
			margin-left:190px;
			width:487px;
		    
		}
		.ie #mainContent{
		    
		}
		
				
			/* Article */
			.article {
				padding:0 62px 0 29px;
				clear: both;
			 }
				.article h2 {
					padding: 0 0 12px 0;
					border-bottom: 1px dotted #000;
					margin-bottom: 14px;
					font:normal 18px/22px verdana, arial, sans-serif;
					color:#000;
				}
				.article p {
					margin-bottom: 1em;
				}
				.article ul, .article ol	
				{
					font: 12px/15px verdana,arial,sans-serif;
					margin: 0 0 1em 59px;
				}
				.article table 
				{
					font: 12px/15px verdana,arial,sans-serif;
				}			
				.article th 
				{
					font-weight: bold;
				}		
				.article blockquote {
					background: url("/images/backgrounds/blockquote.png") no-repeat 0px 0px;
					padding-left: 65px;
					padding-top: 18px;
					margin: 30px 0;
					min-height: 50px;
				}
					.article blockquote p {
						font:normal 31px/34px "Century Gothic", Monaco, monospace;
					}
						.article blockquote p strong {
							font-size: 46px;
							font-weight: normal;
						}
		
		.searchGoogle .article
		{
		    padding:0;
		    clear:both;
		    }
				
		.searchGoogle #mainContent{
			width:788px;
			margin-left:0;
		}
			.searchGoogle fieldset{
				margin-bottom:26px;
			}
			.searchGoogle fieldset input{
				width:178px;
				background-color:#f4f4f4;
				border:1px solid #d6d6d6;
			}
			.searchGoogle fieldset select{
				width:168px;
				background-color:#f4f4f4;
				border:1px solid #d6d6d6;
			}
				.searchGoogle fieldset input[type=button]{
		        
				}
			
			#mainContent .footer {
				clear: both;
				overflow: hidden;
				padding:15px 62px 3px 29px;
			}
				#mainContent .footer a.toTop {
					float: right;
					padding-right: 14px;
					background: url("/images/backgrounds/arrowtop_brown.png") no-repeat right 6px;
					text-decoration: underline;
					margin-right: 16px;
				}
				#mainContent .footer a.print {
					padding-right: 17px;
					float: right;
					display: block;
					height: 12px;
					background: url("/images/backgrounds/icon_print.png") no-repeat right 1px;
				}
		
		/* Subppage sections */		
		.subPageSection{
			margin:40px 0 0 68px;
		}

			.subPageImage {
			}
				.subPageImage .container img{
					margin:0 auto;
					width:1154px;
					height:86px;
				 }
			
	
	
	/* Aside */
	.aside {
		float:right;
		margin:-301px 0 0 0;
		position:relative;
		background:0 none;
		width:311px;
		padding:0;
	}
	.subPageSection .aside {
	    margin:0;
	    width:240px;
	    float:left;
	}
		.subPageSection .aside a img {
			margin-left: -12px;
		}
		.aside img.jumping_man {
			position: absolute;
			right: -70px;
			
			z-index: 2;
		}
		.aside .infoBox{
			/*background:#fcf9ea url("/images/backgrounds/aside_bck.png") no-repeat 100% 100%;*/
			background: transparent url("/images/backgrounds/aside_bck_grey.png") no-repeat 0 0;
			width:269px;
			float:right;
			padding: 15px 0 0 20px;
			height:292px;
		}
		
		.aside p {
			margin-bottom: 1em;
		}

		.aside .infoAd{
			margin-left:11px;
		}
			.aside .infoAd a{
				display:block;
				margin-bottom:-2px;
			}
				.infoEducation{
					position:relative;
				}
					.infoEducation img{
						float:right;
						margin-top:-148px;
					}
					.infoEducation img.circle{
						position:absolute;
						right:-50px;
					}
			.aside h2{
				text-align:left;
				margin-bottom: 12px;
				background:url("/images/backgrounds/dots_alt.png") no-repeat 0 100%;
				padding-bottom:6px;
			}
			
			.aside .infoText p{
				color:#303030;
				font: bold 12px/14px Arial, Helvetica, sans-serif;
				padding:0 100px 0 0;
			}
			.aside .infoEducation h2{
				
			}
			.ie .aside .infoEducation h2{
				
			}
			
			.aside .infoEducation p.intro{
				padding-right: 115px;
				font: bold 12px/14px Arial, Helvetica, sans-serif;
				color: #303030;
			}
			.aside ul{
				list-style-type:none;
			}
				.aside ul li a{
					display:block;
					padding-left:10px;
					background:url("/images/backgrounds/arrowright_brown.png") no-repeat 0 5px;
					padding-bottom:2px;
					font:bold 11px/14px Arial, Helvetica, sans-serif;
				}
				.infoMag{
					background:url("/images/backgrounds/magasinAD.png") no-repeat top right;
					position:relative;
					padding: 15px 0 0 20px;
					width:280px;
					float: right;
					margin-right: -11px;
				}
					.infoMag ul{
						float:left;
						width:160px;
						
					}
							.infoMag ul li a{
								background-position:0 4px;
							}
					.infoMag img{
						position: absolute;
						top:10px;
						right:25px;
					}
					
			.box{
				background-color:#f4f4f4;
				margin-bottom:23px;
			}
			 .box .hdr{
				background:#8f8c7d none;
			 }
				.box .hdr img{
					display:block;
				}
			 .box .bd {
 				padding: 20px 20px 0;
			 }
			 .box .ft {
 				padding: 0 20px;
 				padding-bottom: 30px;
			 }
			 
			.moreInfo h2{
				color: #fff;
				background: 0 none;
				margin: 0;
				padding: 11px 11px 10px 28px; 
			}
					
		/* Footer */			
		#footer {
			width:980px;
			clear:both;
			margin:0 auto;
			background:url("/images/backgrounds/footer.png") no-repeat 40px 0;
			height:33px;
			padding-bottom:30px;
			
			font:normal 12px/15px arial, verdana, sans-serif;
			
		}
		    #footer #creditsLink {
		        
		        color: #ccc;
		    }
			.vcard{
				float:right;
				margin:22px 35px 0 0;
				font-size:11px;
				color:#8a8a8a;
			}
			    .vcard span.seperator{
			        padding:0 7px;
			    }
			    
				.vcard a{
					color:#8a8a8a;
					font-size:11px;
					text-decoration:none;	
				}
                    .subNav{
						background:url("/images/backgrounds/subnav_bck.png") no-repeat 0 100% transparent;
					    padding-bottom:159px;
					    width:190px;
                        float:left;
                        margin-left:-700px;
                        height:1%;
					}
					    .subNav ul{
                            float:none;
                        }
                             .subNav li{
                                float:none;
                            }
					.subNav li a{
					    text-align:right;
					    background:url("/images/backgrounds/subnav_tabs.png") no-repeat 0 0 transparent;
					    padding:9px 47px 11px 0;
					    font:bold 14px/17px arial, verdana, sans-serif;
					    color:#4a4a4a;
					}
					.subNav li a.active{
						background:url("/images/backgrounds/subnav_tabs.png") no-repeat 0 -37px transparent;
						color: #8f8c7d;
					}
					.subNav li.parent a.active {
						background:url("/images/backgrounds/subnav_tabs.png") no-repeat 0 -74px transparent;
					}	
						.subNav li.parent ul {
							padding: 7px 0;
						}
							.subNav li li a {
								background: 0 none;
								font:normal 12px/15px arial, verdana, sans-serif;
								font-weight: bold;
								color:#4a4a4a;
								padding: 5px 24px 5px 0;
							}
							.subNav li li a.active {
								color:#4a4a4a;
							}
							.subNav li.parent li a.active {
								background: 0 none;
								
								color: #8f8c7d;
							}
							.subNav li.parent li ul {
								padding: 7px 0;
							}
							.subNav li.parent li.parent li a {
								color: #4a4a4a;
								padding-right: 38px;
								background: url("/images/backgrounds/bullit_subnav.gif") no-repeat 0 0px transparent;
							}
							.subNav li.parent li.parent li a.active {
								color: #8f8c7d;
								text-decoration:underline;
							}
							.subNav li.parent li.parent li.parent a {
								
								color: #8f8c7d;
								background-position 0 -37px;
							}
	


	     
					
	
/* Forms  */
.xform {
	padding:0 62px 0 29px;
	font-size: 12px;
}
	.xform table td {
		padding-bottom: 8px;
	}
	.xform label {
		display: block;
		margin-bottom: 4px;
		padding-left: 1px;
	}
	.ie7 .xform label {
		/*margin-top: 3px;*/
	}
	.xform legend {
		margin-bottom: 4px;
		padding-left: 1px;
	}
	
	.xform input[type=text],
	.xform input.text,
	.xform textarea,
	.xform select
	{
		background-color: #f4f4f4;
		border: 1px solid #d6d6d6;
		font: 12px/15px Helvetica, Arial, sans-serif;
		
	}
	
	.xform input[type=text],
	.xform input.text,
	.xform textarea
	{ 
		padding: 1px;
	}
	
	.xform input.radio,
	.xform input.checkbox 
	{
		float: left;
		clear: both;
		margin: 0 5px 0 0;
		padding: 0;
	}
	.ie7 .xform input.radio,
	.ie7 .xform input.checkbox {
		margin-top: -3px;
	}
	
	
	.xform .wide {
		
		width: 240px;
	}
	.xform .medium {
		width: 140px;
	}
	.xform .narrow {
		width: 70px;
	}
	
	.xform .button 
	{
		display: block;
		background: url("/images/buttons/indsend_brown.png") no-repeat 0 0 transparent;
		padding: 0;
		margin: 0;
		border: 0px solid #FFFFFF;
		width: 77px;
		height: 31px;
		float: left;
		text-indent: -9999px;
		font-size: 0;
		line-height: 0;
		cursor: pointer;
		/*
		margin: 0;
		overflow: hidden;
		cursor: pointer;*/
	}
	.ie8 .xform .button:active {
		padding: 0;
		background-position: 0 0;
		border: 0px solid #ffffff;
	}
	
#map { width:450px; height:400px; float:right; border: 1px solid #d6d6d6; }
#clinicList{float:left; width:310px;}
.clinicRow {
    padding: 12px 0 12px 2px;
	border-bottom: 1px dotted #000;
	/*margin-bottom: 14px;*/
	width:100%;
	float:left;
	clear:both;
}

#clinicList .info
{   
    height:200px;    		
    }

.clinicRow div{
    font:normal 12px/17px verdana, arial, sans-serif;
}

    .clinicRow div a{
        display:block;
        padding-left:8px;
        background:url("/images/backgrounds/arrow_aside.png") no-repeat 0 50%;
        padding-bottom:2px;
    }
		

