@charset "utf-8";


body  {
	font: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #fff;
}
.standard{background-image:url(/images/top_alm.jpg); background-repeat:repeat-x;}
.teamhest{background-image:url(/images/top_hest.jpg); background-repeat:repeat-x;}
.teamsvin{background-image:url(/images/top_svin.jpg); background-repeat:repeat-x;}
.teamkvaeg{background-image:url(/images/top_kvaeg.jpg); background-repeat:repeat-x;}
.teamfamiliedyr{background-image:url(/images/top_familie.jpg); background-repeat:repeat-x;}
.searchfield{height:16px; width:180px; border: 1px solid white; padding:2px; margin-top:4px;}
.searchbutton{font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/ color:#FFF; background:none; border:none; font-size:16px; cursor:pointer; padding-top:4px;}
.vagtcentralfelt {width:230px; height:75px; background-image:url(/images/vagtcentralBG.gif); background-position:bottom; font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/ font-size:17px; font-weight:bold; vertical-align:bottom; padding-bottom:7px; text-align:center;}
.nyhedsdato{color:#666; font-size:10px;}
form{margin:0; padding:0;}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#maincontentbg { 
	background-image:url(/images/rightBG.gif);
	background-repeat:repeat-y;
 	background-position: 705px;
} 
#header { 
	height:102px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding:0 15px 0 15px;
} 

#navigation { 
	height:37px;
	font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 15px 0 20px;
	font-size:12px;
	line-height:140%;
	background-image:url(/images/rightBG.gif);
	background-repeat:repeat-y;
}
#mainContent {
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	line-height:140%;
} 

#mainContent h1{
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/*/
	color:#007a5d;
	font-weight:bold;
	font-size:28px;
	margin-top:13px;
	line-height:120%;
} 

#mainContent h2{
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/*/
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin: 15px 0 10px 0;
	line-height:100%;
} 

#sidebar1 h2{
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/*/
	color:#333;
	font-weight:bold;
	font-size:18px;
	margin: 0 0 10px 0;
	line-height:100%;
} 


#mainContent h3{
	color:#333;
	font-weight:bold;
	font-size:12px;
	margin:0;
} 

#sidebar1 h3 {
	color:#333;
	font-weight:bold;
	font-size:12px;
	margin:0;
} 

#sidebar1 a.nyhedslink {
	text-decoration:none;
	color:#333;
}

#sidebar1 a.nyhedslink:hover {
	text-decoration:none;
	color:#000;
}

a {color:#0072bc; text-decoration:none;}
a:hover {color:#0072bc; text-decoration:underline;}

p{margin:0 0 15px 0;}

hr{color:#cdcccd; background-color:#cdcccd; height:1px; margin:0 0 15px 0; padding:0;}

#footer {
	padding: 0 15px 10px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/images/bottomBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color: #727272;
	font-size:11px;
} 
.bundnavigation p{font-size:12px; margin:0; padding-top:30px; line-height:150%}
#footer a {
	color: #727272;
	text-decoration:none;
}
#footer a:hover {
	color: #727272;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.teamhest #container #sidebar1 div img{display:none;}
#klinikker {padding-bottom:15px;}
#klinikker ul{margin:0; padding:0; list-style:none;}
#klinikker ul li a{display:block; border-bottom: 1px solid #cdcccd; color: #333; padding: 3px 0 3px 0;}
#klinikker ul li a:hover{text-decoration:none; background-color:#e8e8e8;}

#klinik1, #klinik2, #klinik3, #klinik4, #klinik5, #klinik6, #klinik7, #klinik8, #klinik9, #klinik10, #klinik11, #klinik12, #klinik13, #klinik14, #klinik15, #klinik16, #klinik17, #klinik18, #klinik19, #klinik20, #klinik21, #klinik22, #klinik23, #klinik24, #klinik25, #klinik26, #klinik27, #klinik28, #klinik29, #klinik30{display:none;}

.teamknapper img{border:0; margin-bottom:2px;}

#personalecontainer { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:140%;
} 



#personalecontainer table td table td table td{border-bottom:1px solid #CCC; padding:4px 0 4px 0;}

#personalecontainer table td table td{border:none;}
#personalelogo{text-align:left; margin:0 0 35px 25px;}

.forumtd {
				border-bottom: 1px solid #cdcccd;
}