﻿/* Diverse */

body {
	background: #C8DCC8;
	font-family: "trebuchet ms", tahoma, sans-serif;
	text-align: center;
	}

/* Struktur */

#wrap {
	width: 750px;
	height: auto;
	margin: 0 auto;
	}

#header {
	background: #EBEBEB;
	width: 700px;
	height: 70px;
	float: none;
	margin: 0 auto;
	text-align: center;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
	border-bottom-style: none;
	}

#menu {
	width: 700px;
	height: 30px;
	background: #EBEBEB;
	margin: 0 auto;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
	border-bottom-style: none;
	}

#menu ul {
	text-align: center;
	margin: 0 auto;
	width: 93%;
	height: 100%;
	}

#menu li {
	display: inline;
	margin: 0 30px;
	}
	
#main {
	width: 700px;
	min-height: 600px;
	background: #F7F7F5;
	margin: 0 auto;
	text-align: left;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
	border-bottom-style: none;
	}

#maintext {
	width: 689px;
	height: 100%;
	background: #F7F7F5;
	margin-left: 10px;
	text-align: left;
	}
	
#footer {
	width: 700px;
	background: #EBEBEB;
	text-align: center;
	margin: 0 auto;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
	}

#topshad {
	width: 750px;
	height: 25px;
	background: #FFFFFF;
	}
	
#botshad {
	width: 750px;
	height: 25px;
	background: #FFFFFF;
	}
	
#restshad {
	width: 750px;
	height: auto;
	background: #FFFFFF;
	}


/* Linker */

a {
	text-decoration: none;
	}

a img {
	border: 0;
	}

/* Tekst */

h1 a {
	color: #008200;
	text-transform: lowercase;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: larger;
	margin-right: 30px;
	line-height: 150px;
	}

.menu a {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 1.3em;
	color: #008200;
	font-weight: bold;
	text-transform: lowercase;
	}

.menu a:hover {
	text-decoration: none;
	color: #FF6400;
	}

.footer {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: small;
	color: #008200;
	}

h2 {
	color: #006400;
	text-transform: uppercase;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: medium;
	}


p {
	font-size: small;
	}


.header {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 2.3em;
	color: #008200;
	font-weight: bold;
	text-transform: lowercase;
	}