html {
	overflow-y: scroll;
	background: white url("images/vert_grad1.gif") top repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 140%;
}

img {
	border: 0;
}

h1 {
	font-size: 17.5px;
	margin: 0.33em 0 1.5em 0;
}

h2 {
	font-size: 15px;
	margin: 0.5em 0 1.25em 0;
}

h3 {
	font-size: 13px;
	margin: 2em 0 1.5em 0;
}

h1,h2,h3,h4 {
	font-weight: bold;
	color: #335F4D;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #335F4D;
	margin-left: -3px;
	padding-left: 3px;
}

th, td {
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: bold;
}

label {
	font-weight: bold;
}

input, textarea {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

input[type="text"], textarea {
	padding: 1px 4px;
	border: 1px solid #39392f;
}

blockquote {
	font-style: italic;
	margin-left: 3em;
}

li {
	margin-bottom: 0.333em;
	list-style-type: square;
}



#envelope {
	margin: 1.5em auto 3em auto;
	padding: 0;
	width: 870px;
	border: 1px solid #4A8B71;
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#999999)";
	box-shadow: 4px 4px 4px #999;
	background: #fffffd;
	border-radius: 1px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 98px;
}

#headerimg {
	margin: 20px 0 0 40px;
	padding: 0;
}

#flags {
	margin: 8px 0 0 3px;

}

#content {
	position: relative;
	margin: 0;
	padding: 2.5em 114px 3em 114px;
	color: #001;
	background: #fffffd;
}

#content p, #content blockquote {
/*	background: #fff; */
}

#content a:link {
	color: #06b;
}

#content a:visited {
	color: #06b;
}

#content a:hover {
	color: #06b;
}

#content a:active {
	color: #06b;
}

#menu2 {
	text-align: center;
	font-size: 13px;
	width: 100%;
	padding: 3px 0 4px 0;	/* IE6 and IE7 need this to display top and bottom borders on the menu items */
	background: #90DEBA;
}

#menu2 a, #thispage, #footer a {
	margin: 0 5px;
	padding: 1px 8px 3px 8px;
	text-decoration: none;
/*	border: 1px solid #000;		*/
	border-top: 1px solid #5CAC8C;
	border-left: 1px solid #5CAC8C;
	border-radius: 2px;
	color: #fffffe;
	background: #3E735E;
	font-family: Verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu2 a:hover, #footer a:hover {
	background: #5CAC8C;
	transition-duration: 93ms;
}

#thispage{
	background: none;
}



#footer {
	margin: 0;
	padding: 3.3em 0;
	border-top: 4px solid #90DEBA;
	text-align: center;
	font-family: Verdana,sans-serif;
	font-size: 0.7em;
}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer a:active {
	color: #fff;
}


.verborgen {
	display: none;
}

#flags {
	position: absolute;
	top: 1em;
	left: 20px;
}

#flags a {
	margin-right: 4px;
}

#flags a img {
	border: 1px solid #000;
	border-top: 0;
	border-left: 0;
}


@media (max-width: 890px) {
	#envelope {
		margin-top: 0;
		width: 100%;
		box-shadow: none;
		border-left: 0;
		border-right: 0;
	}
	
	#content {
		width: 642px;
		padding: 2.5em 0 3em 0;
		margin: 0 auto;
	}
}


@media (max-width: 730px) {
	
	#content {
		width: 87%;
		line-height: 140%;
	}

	#menu2 a, #thispage {
		margin: 0 4px;
		padding: 1px 6px 2px 6px;
	}
}


@media (max-width: 530px) {
	
	#headerimg {
		margin: 12px 0 0 20px;
		padding: 0;
	}
	
	#content {
		width: 91%;
	}
	
	#menu2 a, #thispage {
		margin: 0 2px;
		padding: 1px 3px 2px 3px;
	}
}


@media (max-width: 450px) {

	h3 {
		font-size: 14px;
	}
	
	#content {
		width: 94%;
		font-size: 14px;
	}
	
	#menu2 {
		min-height: 20px;
	}
	
	#menu2 a, #thispage {
		margin: 0;
		padding: 6px 4px 7px 4px;
	}
	
	#header {
		height: none;	
	}
	
	#headerimg {
		margin: 12px 0 0 10px;
		padding: 0;
	}
	
	#flags {
		margin: 3px 0 0 3px;
	
	}

	#footer {
		font-size: 0.8em;
	}
}
