<!--

img {
	border: 0;
}

A:link { 
color:	 			#ee2e4e; 
font-weight: 		bold; 
text-decoration: 	none; }

A:visited { 
color: 				#ee2e4e; 
font-weight: 		bold;
text-decoration: 	none; }

A:hover {
color: 				#ff0000; 
font-weight: 		bold;
text-decoration: 	underline; }

A:active {
color: 				#ee2e4e; 
font-weight: 		bold;
text-decoration: 	none; }

body {
		background-color: 	#e4e2d6;
		margin-top:			30px;
		margin-left:		30px;
		top:				30;
		left:				30;		
		color:				#625f50;
		font-family:		verdana, sans-serif;
		font-weight:		normal;
		font-size:			11px;
		}

/* text-klassen */
	
.headlinesmall {
		font-family:		verdana, sans-serif;
		font-weight: 		bold;
		font-size: 			12px;
		color: 				#625f50;
		line-height:		18px;
		}

.headlinebig {
		font-family:		verdana, sans-serif;
		font-weight: 		bold;
		font-size: 			18px;
		color: 				#625f50;
		line-height:		18px;
		}
		
.text	{
		font-family:		verdana, sans-serif;
		font-weight:		normal;
		font-size:			11px;
		line-height:		24px;
		color:				#625f50;
		text-align:			left;
		}
		
hr {
		color:				#808285;
		height:				1px;
		padding:			0px;
		width:				100%;
		}

.bold {
		font-weight:		bold;
		}

.blockred {
		color:				#e2001a;
		}

.boldred {
		color:				#e2001a;
		font-weight:		bold;
		}

/* div-klassen */

#pagehead {
		background-color:	#ffffff;
		height:				120px;
		width:				770px;
		text-align:			left;
		position:			absolute;
		left:				30px;
		top:				30px;
		}

#vplt {
		background-color:	#ffffff;
		height:				120px;
		width:				190px;
		text-align:			left;
		position:			absolute;
		left:				800px;
		top:				30px;
		}
	
#navi {
		background-color:	#ffffff;
		width:				230px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		color:				#000000;
		text-align:			left;
		position:			absolute;
		left:				30px;
		top:				170px;
		}

#navi a {
		color:				#b1ad98;
		font-size:			12px;
		font-weight:		bold;
		}

#navi a:hover {
		color:				#84806a;
		font-size:			12px;
		font-weight:		bold;
		}
		
#content_center {
		background-color:	#ffffff;
		width:				500px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		line-height:		14px;
		color:				#000000;
		text-align:			left;
		position:			absolute;
		left:				280px;
		top:				170px;
		}

#content_right {
		background-color:	#ffffff;
		width:				190px;
		font-family: 		verdana,sans-serif;
		font-size: 			11px;
		color:				#000000;
		text-align:			left;
		position:			absolute;
		left:				800px;
		top:				170px;
		}

/* this style def is for placing content into the appropriate boxes, applying a padding */

.content_padding {
		padding: 			8px;
		}

/* Page-Footer */

#pagefoot {
		text-align:			center;
		width:				960px;
		padding:			0px;
		margin-top:			600px;
		clear:				both;
		}

-->
