body {	
	background-color: #E6E6E6;
	margin: 10px auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
  	width: 756px;  	
	}

p, ul, li, td, a {
	line-height: 24px;
	}
	
ul {
	list-style-image: url(images/bullet.jpg);
	}
	
blockquote {
	margin: 0 auto;
	background-color: #ddd;
	padding: 10px;
	width: 350px;
	color: #333;
	line-height: 24px;
	}
	
#counter {
	display: none;
	}

	
/* Tabel */
	
.tabel td {
	border: 1px solid #ddd;
	text-align: center;
	vertical-alignment: top;
	line-height: 24px;
	}
	
.thead {
	text-align: left;
	background-color: #fff;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	}


/* Overskrifter */

h1 {
	display: none;	
	}

h2 {
	font-size: 16px;
	font-weight: 100;
	color: #6D91A3;
	border-bottom: 1px solid #dedede;
	margin: 0px auto;
	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; 
	}	

h6 {
	font-size: 9px;
	color: #888888;
	margin: 0px;
	padding-top: 5px;
	text-indent: 17px;
	}
	
	
/* Container */

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

	
/* Menu */

#menu {
	float: left;
	margin-top: 4px;
	}

#menu a { 
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background-image: url(images/ico_logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	
	}	
	
#menu a:hover { 
	background-image: url(images/ico_logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #6D91A3;
	text-decoration: underline;
	}
	
#menu img {
	vertical-align: middle;
	}
	
	
/* Logo */

#logo {
	float: right;
	margin: 0 3px 5px 0;
	}


/* Content */

/* Left */

#left {
	float: left;
	width: 200px;
	}
	
#left a {
	font-size: 11px;
	color: #333;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #DEDEDE;
	background-image: url(images/ico_logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 4px 17px;
	}
	
#left a:hover {
	background-image: url(images/ico_logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #6D91A3;
	}	
	

/* Right */

#right {
	float: right;
	width: 500px;
	margin-right: 3px;
	}

#right a {
	color: #31536C;
	text-decoration: underline;
	}

#right a:hover {
	text-decoration: none;
	}
	
#right img {
	border: 1px solid #333;
	}

   
/* Borders */
	
#top-border {
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	width: 756px;
	height: 4px;
	}
	
#bottom-border {
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position: top center;
	width: 756px;
	height: 4px;
	}
	
/* Hosting */

.hosting {
	width: 450px;
	border-collapse: collapse;
	}
	
.hosting td {
	border: 1px solid #ddd;
	line-height: 24px;
	padding: 3px;
	}
	
.hosting th {
	line-height: 24px;
	padding: 3px;
	}
	
#center {
	text-align: center;
	width: 100px;
	}	
	
.hosting .td1 {
	background: #f6f6f6;
	}
	
.hosting h3 {
	color: #333;
	font-size: 11px;
	margin: 0px;
	}
	
.hosting h3, p {	
	margin-top: 7px;
	}
	
	
/* Kontaktformular */		
	
	
.textfield {
	height: 18px;
	background-color: #fff;
	border: 1px solid #6D91A3;
	}
	
.textarea {
	width: 420px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #6D91A3;
	}
	
.submit {
	height: 22px;
	background-color: #fff;
	border: 1px solid #6D91A3;
	width: 100px;
	margin-top: 10px;
	}
	
.send_succes	{
  	font-size: 10px;
  	color: #197B30;
	}

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