body {
	background-color: #004183;
}
html {
background: #004183;
 text-align: center;

}
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
font-family: Arial;
font-size:  12px;
}

  .c3 {clear:both; padding-top: 8px;}
/*
lichtrose achtergrond: ffe5b8
donkerroze achtergrond: ffdaa3
donkerblauwe achtergrond: 004183
*/


#container {
	text-align:left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 980px;
}

#header {
	height: 48px;
	width: 980px;
}
#flags {
	text-align: right;
	margin-right: 30px;
	float: right;
	}
#flags img {border: 1px solid grey;}
#columnleft {
	width: 560px;
	z-index: 1;
	float: left;
	padding-top: 32px;
	padding-left: 0px;
}

hr { 
	background: url(../nl/images/divider.png) no-repeat scroll top left;
	height: 22px;
	border: 0;
}


#footer { background-color: #ffdaa3; font-family: arial; font-size: 12px; width: 980px;  color: black; text-align: center; }
#footer a:link {color: 004183; padding-left: 10px; padding-right: 10px; text-decoration: none;}
#footer a:hover {color: 004183; text-decoration: underline;}



.awesome, .awesome:visited {
	background: #222 url(http://www.landhaus-angerhof.com/images/awesome-buttons/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }




