body   {
	font-family: Verdana;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	background-image: url(/images/layout/background.jpg);
	background-repeat: repeat-x;
}

a:link, a:active, a:visited   {
	color: #666666;
	text-decoration: underline;
}
a:hover   {
	color: #FF7505;
	text-decoration: none;
}

a.menu_a:link, a.menu_a:active, a.menu_a:visited   {
	color: #666666;
	text-decoration: none;
}
a.menu_a:hover   {
	color: #FF7505;
	text-decoration: underline;
}

a.menu_active_a:link, a.menu_active_a:active, a.menu_active_a:visited   {
	color: #FF7505;
	text-decoration: none;
}
a.menu_active_a:hover   {
	color: #FF7505;
	text-decoration: underline;
}

a.active_link:link, a.active_link:active, a.active_link:visited   {
	color: #FF7505;
	text-decoration: underline;
}
a.active_link:hover   {
	color: #FF7505;
	text-decoration: none;
}



/* buildpage */

#main_container   {
	width: 950px;
	text-align: left;
	margin: 0px 0px 0px -475px;
	left: 50%;
	position: relative;
}

	#menu_container   {
		width: 150px;
		float: left;
	}
		#menu   {
			list-style: none;
			margin: 0px;
			padding: 10px 0 0 0;
		}

		#menu li   {
			display: block;
			text-align: right;
			margin: 0px;
			padding: 3px 0 3px 0;	
		}

	#portrait_container   {
		border-left: 1px solid #CCCCCC;
		width: 95px;
		float: left;
		margin-left: 20px;
		margin-top: 20px;
		position: relative;
	}

	#adress_container   {
		float: right;
		font-size: 10px;
		height: 33px;
		width: 600px;
		line-height: 150%;
		text-align: right;
		color: #CCCCCC;
		position: relative;
	}

	#head_container   {
		width: 335px;
		height: 154px;
		float: right;
		padding-right: 100px;
		position: relative;
	}

	#content_container   {
		background-image: url(/images/layout/bg-content.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		width: 950px;
		height: 380px;
		position: relative;
	}

		#left_column   {
			width: 690px;
			float: left;
		}

		#right_column   {
			width: 230px;
			float: right;
		}

#imprint_container   {
	font-size: 10px;
	background-image: url(/images/layout/bg-10px.gif);
	background-repeat: repeat-x;
}

/* end buildpage */

.menu_line   {
	background-image: url(/images/layout/bg-menu-lines.gif);
}
.bg_white   {
	background-color: #FFFFFF;
}

.content_box   {
	background-color: #FFFFFF;
	border: 1px solid #E1DED9;
	padding: 5px;
}

.signal_color   { color: #FF7505; }


.stdinp   {
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
}


.error_message   {
	color: #DD0000;
}
.ok_message   {
	color: #009700;
}

#f_AddEntry_EntryMessage   {
	width: 310px;
	height: 100px;
}

.container_w50   {
	width: 335px;
}

#f_Contact_ContactMessage   {
	width: 310px;
	height: 100px;
}

.sep   {
	background-image: url(/images/layout/bg-sep.gif);
	background-repeat: repeat-x;
	height: 21px;
}

.height1   {
	width: 1px;
}

#GBh { position: absolute; top: -2200px; ]