﻿/* 

Stylesheet af Huset G 

*/





/* Reset, Eric Meyer style */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* /Reset */


/* Main stylesheet */

body {
	background-color: #def2db;
	text-align: center;
}

/* Header */

#header {
	margin-bottom: 24px;
	background-color: #fff;
	border-bottom: 3px solid #000;
	text-align: left;
}

#Logo { 
	margin: 0 auto;
	height: 92px;
	width: 770px;
	position: relative;
}

#Logo a {
	width: 265px;
	height: 69px;
	display: block;
	position: absolute;
	top: 14px;
	background: url(images/dyrlaeger-ko-logo.gif) top left no-repeat;
	text-indent: -9999px;
}

/* Menu */

#TopMenu {
	background-color: #BDEE93;
}
#SubMenu {
	background-color: #75AC10;
}
#TopMenu ul, #SubMenu ul{
	margin: 0 auto;
	width: 768px;
	overflow: hidden;
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	list-style-type:none;
}
#SubMenu ul {
	font: bold 0.7em Arial, Verdana, Helvetica, sans-serif;
}
#TopMenu ul li, #SubMenu ul li {
	margin-left: 7px;
	display: block;
	float: left;
}
#TopMenu ul li a, #SubMenu ul li a{ 
	height: 23px;
	display: block;
	float: left;
	padding: 0 10px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
}
#TopMenu ul li a{ 
	color: #444;
}
#SubMenu ul li a{ 
	color: #D1F3B3;
}
#TopMenu ul li a:hover{
	color: #000;
}
#SubMenu ul li a:hover  {
	color: #E8F9D9;
}
#TopMenu ul li.active a , #SubMenu ul li.active a {
	color: #E8F9D9;
	background-color: #75AC10;
}	

/* Main Content */

#Main {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#MainIndhold {
	font: 12px/21px Arial, Verdana, Helvetica, sans-serif;
}

#Main #MainIndhold p, #Main #MainIndhold blockquote {
	margin-bottom: 1em;
}

#Main #MainIndhold blockquote { 
	padding-left: 1em;
	font-style: italic;
}

#MainIndhold h1 {
	margin: 0 0 0.2em;
	font-size: 1.5em;
}

#MainIndhold h2 {
	margin: 1em 0 0.2em;
	font-size: 1.2em;
}



#ContentHeader {
	margin-bottom: 20px;
	font: 12px/21px Arial, Verdana, Helvetica, sans-serif;
}

#ContentHeader #TopPicture {
	float: left;
	margin-right:22px;
	width: 541px;
}

#ContentHeader #TopPicture img {
	border-bottom:black 3px solid;
}

#ContentHeader #TopSidebar {
	float: right;
	height: 178px;
	width: 167px;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 3px solid #000;
}


#Indhold {
	margin: 0 22px 15px 0;
	padding: 20px;
	width: 501px;
	border-bottom: 3px solid black;
	float:left;
	background-color: #fff;
}




#Indhold a:link, #sidebarbox a:link, .sidebar-box a:link, #ContentHeader #TopSidebar a:link {
	color: #52790B;
	text-decoration: none;
	border-bottom: 1px dotted #52790B;
}
#Indhold a:visited , #sidebarbox a:visited, .sidebar-box a:visited, #ContentHeader #TopSidebar a:visited {
	color: #608C0E;
	text-decoration: none;
	border-bottom: 1px dotted #608C0E;
}
#Indhold a:hover, #sidebarbox a:hover, .sidebar-box a:hover, #ContentHeader #TopSidebar a:hover {
	color: #324907;
	border-bottom: 1px solid #324907;
}

#Indhold ul {
	margin-bottom: 1em;
	padding-left: 30px;
	list-style-type: disc;
}

#Indhold ol {
	margin-bottom: 1em;
	padding-left: 30px;
	list-style-type: decimal;
}

#sidebar {
	width: 207px;
	float: right;
}

#sidebar img {
	margin-bottom: 20px;
}

#sidebar #extra-login a{
	margin-bottom: 20px;
	width: 207px;
	height: 43px;
	display: block;
	text-indent: -9999px;
	background: url(images/login.gif) top left no-repeat;
}

#sidebar #search-map a {
	width: 207px;
	height: 238px;
	margin-bottom: 20px;
	display: block;
	background: url(images/dyrlaeger-find.gif) top left no-repeat;
	text-indent: -9999px;
}

#sidebar #sidebarbox {
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 3px solid #000;
}

#sidebar .sidebar-box {
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 3px solid #000;
}

#sidebar address {
	font-style: normal;
}

/* Extranet Styles */
#Indhold #extraform {
	padding: 10px 25px;
}
#Indhold #extraform h2 {
	margin-bottom: 20px;
}

#Indhold #extraform label.large{
	width: 90px;
	display: block;
	float: left;
	font-size: 1.2em;
}
#Indhold #extraform #ExtraSubmit {
	margin-left: 90px;
}

#Indhold #extraform #ExtraName, #Indhold #extraform #ExtraPass {
	width: 200px;
	height: 20px;
	font-size: 1.2em;
}

#Indhold .loginheader { 
	padding:20px 0 20px 80px;
	background: url(images/dyrlaeger-ko.gif) top left no-repeat;
}

#UserError, #PassError {
	margin-left: 90px;
	height: 20px;
	color: red;
	font-weight: bold;
}
#Indhold .formerror {
	padding-left: 20px;
	background: url(images/error.png) left 3px no-repeat;
}
#Indhold p {
	margin: 0;
}
#Indhold #ExtraSubmit {
	margin-top: 20px;
	}


#Indhold #extranetmenu ul li a, #Indhold #extranetmenu ul li a:visited { 
	color: #777;
	display: block;
	height: 60px;
	border: 0;
}

#Indhold #extranetmenu ul li a:hover {
	cursor: pointer;
	color: #000;
}
#Indhold #extranetmenu ul li a:hover h3 { 
	text-decoration: underline;
}

#Indhold #extranetmenu ul {
	list-style-type: none;
	margin-left: 20px;
}

#Indhold #extranetmenu ul li {
	margin-bottom: 10px;
	height: 60px;
	display: block; 
}

#Indhold #extranetmenu ul img { 
	float: left;
	margin-right: 15px;
}

#Indhold #extranetmenu ul li h3 {
	padding-top: 10px;
}





