@CHARSET "ISO-8859-1";

a{
	text-decoration: none;
}
a img{
	border: 0;
}

p a{
	color: blue;
	font-weight: bold;
}
p a:hover{
	color: black;
}
h1{
	font-size: 25px;
	margin: 15px;
}

p, h2{
	margin: 15px;
	font-size: 13px;
	margin-top: 0;
}
h2{
	font-weight: bold;
	margin-bottom: 0px;
}

ul{
	font-size: 13px;
}


/*-------------------------------------------------------------
						Tables
-------------------------------------------------------------*/

table{
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 550px;
}
table th{
	text-align: left;
	padding-top: 10px;
}
table td{
	text-align: left;
	padding: 5px 0px 5px 0px;
	border: 0px;
	font-size: 15px;
}

table thead{
	background-color: #c0c0c0;
	font-weight: bold;
}

/*-------------------------------------------------------------
						Boxes
-------------------------------------------------------------*/

div.box,div.one-third-box{
	text-align: left;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: inline;
	margin-bottom: 15px;
}

div.box h1{
	margin-top: 25px;
	margin-bottom: 10px;
}

div#article{
	width: 580px;
	float: right;
	background-image: url('../img/elements/article_bg.gif');
	background-position: bottom;
	margin-right: 15px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
}
div#article h1{
	background-image: url('../img/elements/article_h1_bg.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
div#article img{
	float: right;
	margin: 15px;
	margin-top: 0;
}
div#heading{
	width: 285px;
	margin-left: 15px;
	min-height:100px;
  	height:auto !important;
  	height:100px;
  	background-image: url('../img/elements/page_heading_bg.jpg');
  	color: #FFFFFF;
}
div#page_heading{
	background-image: url('../img/elements/page_heading_bg.jpg');
	width: 285px;
	margin-left: 15px;
	color: #FFFFFF;
	min-height:300px;
  	height:auto !important;
  	height:300px;
}
div#page_heading p{
	font-weight: bold;
	
}

div#forside_box{
	background-image: url('../img/forside_box_bg.jpg');
	width: 580px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	float: right;
	margin-right: 15px;
}
div#forside_box p, div#forside_box h1{
	width: 300px;
}

object#regionskort{
	margin-bottom: 15px;
	float: right;
	margin-right: 15px;
}

div.one-third-box{
	float: left;
	width: 285px;
	background-image: url('../img/elements/one-third-box_bg.gif');
  	background-position: bottom left;
  	min-height:180px;
  	height:auto !important;
  	height:180px;
  	margin-left: 15px;
}

div.one-third-box img{
	float: right;
}

div.one-third-box h1{
	margin: 0;
	background-repeat: no-repeat;
	background-color: #414141;
	background-image: url('../img/elements/one-third-box_h1.gif');
	color: white;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left:10px;
	font-size: 18px;
}
div.one-third-box h1 a{
	color: white;
}
div.one-third-box h1 a:hover{
	color: BLACK;
}
div.one-third-box h2{
	margin-top: 5px;
}

div.one-third-box p{
	margin-bottom: 0;
}
div.bottom_line{
	width: 100%; 
	height: 15px; 
	background-image: url('../img/elements/bottom_line_bg.gif');
	background-position: bottom left;
	position: absolute;
	bottom: 0px;
}

div.bottom_line img, div.bottom_line a{
	float: right;
}

div#article a.medlemsblad{
	float: left;
	width: 100px;
	text-align: center;
	text-decoration: underline;
	margin: 0px 0px 15px 15px;
}
div#article a.medlemsblad:hover{
	text-decoration: none;
}
div#article a.medlemsblad img{
	margin: 0;
	float: left;
	clear: both;
	border: 1px solid BLACK;
}

div#article a.medlemsblad:hover img{
		border: 1px solid WHITE;
}	
/*-------------------------------------------------------------
						Submenu
-------------------------------------------------------------*/
ul.menu{
	font-size: 15px;
}
ul.submenu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	font-size: 15px;
}
ul.submenu li{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
}


ul.submenu a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	display: block;
	width: 225px;
	padding: 5px;
	background-color: #265721;
}

ul.submenu li>a{
	background-color: transparent;
	background-image: url(../img/layout/transparant_black.png);
}

ul.submenu li a:hover{
	background-color: #45933d;
}

ul.submenu li>a:hover{
	background-color: transparent;
	background-image: url(../img/layout/transparant_white.png);
}


/*-------------------------------------------------------------
						Forms
-------------------------------------------------------------*/

div.form{
	padding-bottom: 10px;
}
form{
	
}

form p.input{
	text-align: right;
}

form p.input label{
	float: left;
}

form p.input input, form p.input textarea{
	padding: 2px;
	font-size: 15px;
	font-family: arial, verdana;
	font-weight: normal;
	width: 175px;
	border: 1px solid #FFFFFF;
	background-color: #d6d6d6;
	background-color: transparent;
	background-image: url(../img/layout/transparant_white.png);
}

form p.input input#submit{
	width: 85px;
}

form p.error{
	color: BLACK;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #d6d6d6;
	background-color: transparent;
	background-image: url(../img/layout/transparant_white.png);
}