body {	
	background-color: #E6E6E6;
	margin: 10px auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
  	width: 726px;  	
	}
	
p, ul, li, td, a {
	line-height: 24px;
	}

ul {
	list-style-image: url(images/bullet.jpg);
	}	
	
a {
	color: #3F6186;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	

/* Overskrifter */

h1 {
	display: none;
	}

h2 {
	font-size: 16px;
	font-weight: 100;
	color: #3F6186;
	border-bottom: 1px solid #dedede;
	margin: 0px ;
	padding-bottom: 4px;
	text-transform: uppercase;
	}

h3 {
	color: #333;
	font-size: 11px;
	margin: 0px;
	}
	
h3, p {	
	margin-top: 7px;
	}
	
h4 {
	color: #333;
	font-size: 10px;
	margin: 0px;
	}
	
h5 {
	font-size: 11px;
	color: #888888;
	margin: 0px;
	padding-top: 3px; 
	}
		
	
/* Container */

#container {
	width: 726px;
	background: url(images/bg.gif);
	background-repeat: repeat-y;
	padding: 10px 13px 13px 13px;
	}

	
/* Menu */

#menu {
	float: left;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;	
	padding: 170px 0 0 40px;
	margin-bottom:10px;
	text-align: center;
	}

#menu a {
	float: left;
	background-color: #fff;
	font-size: 11px;
	color: #333;
	width: 90px;
	line-height: 18px;
	text-decoration: none;
	margin-right: 2px;
	padding: 5px;
	border: 1px solid #ccc;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	opacity:0.70;
	}	
	
#menu a:hover { 
	color: #3F6186;
	text-decoration: underline;
	border-bottom-color: #fff;
	filter:none;
	-moz-opacity: none;
	-khtml-opacity: none;
	opacity:none;
	}
	
#menu a.active { 
	color: #3F6186;
	text-decoration: underline;
	border-bottom-color: #fff;
	filter:none;
	-moz-opacity: none;
	-khtml-opacity: none;
	opacity:none;	
	}

	
/* Content */

#content {
	width: 700px;
	}

#content img {
	border: 1px solid #333;
	}	
	
	
/* Footer */

#footer {
	width: 726px;
	color: #aaa;
	margin-top: -5px;
	text-align: center;
	}
	
#footer a {
	color: #aaa;
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
    	}	


/* Tabel */
	

table.ledige_lejemaal {
 	text-align: center;
 	width: 100%;
	}

table.ledige_lejemaal th {
        background: #ccc;
        text-weight: bold;
        padding: 18px;
	} 
	
table.sag {
 	margin: auto;
 	width: 100%;
 	border: 1px solid #ccc;
	}
	
table.sag th {
        background: #ccc;
        text-weight: bold;
        padding: 5px;
	} 
	
table.sag img {
        margin: auto;
	} 
	
.td_grey {
        background: #eee;
        } 
   
   
/* Borders */
	
#top-border {
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 726px;
	height: 4px;
	}
	
#bottom-border {
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
	width: 726px;
	height: 4px;
	}
	
	
/* Kontaktformular */		
	
	
.textfield {
	height: 18px;
	background-color: #fff;
	border: 1px solid #3F6186;
	}
	
.textarea {
	width: 420px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #3F6186;
	}
	
.submit {
	height: 22px;
	background-color: #fff;
	border: 1px solid #3F6186;
	width: 100px;
	margin-top: 10px;
	}
	
.send_succes	{
  	font-size: 13px;
  	color: #197B30;
	}

.send_fiasko	{
  	font-size: 13px;
  	color: #9E0B0E;
	}	
		