﻿body		{ font-family:Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  color:#404040;
		  }
 
a		{ color:#404040; }		  
a:link 	{ text-decoration:none; }
a:visited { text-decoration:none; }
a:hover 	{ text-decoration:none; color:black; }
a:active { text-decoration:none; }
a:focus 	{ text-decoration:none; }

/* für die Zellen in der Tabelle */
.oben_links { 
	border-width:1px 0px 0px 1px; 
	border-style:solid; 
	border-color:black;
	background-color:#eeeeee; 
	padding:0;
	margin:0px;
	height:455px;
	/* min-height:455px;
	max-height:455px; */
	width:920px;}
.oben_rechts { 
	border-width:1px 1px 0px 0px; 
	border-style:solid; 
	border-color:black;
	background-color:#eeeeee;
	padding:0;
	margin:0;
	height:455px;
	width:130px;}
.mitte_links { 
	border-width:1px 1px 1px 0px; 
	border-color:black;
	border-style:solid;
	padding:0;
	margin:0;
	height:50px;
	width:920px;}
.mitte_rechts {
	border-width:0px 1px 0px 0px; 
	border-color:black;
	border-style:solid; 
	padding:0;
	margin:0;
	background-color:#eeeeee;
	height:50px;
	width:130px;}
.unten_links {
	border-width:0px 0px 1px 1px; 
	border-style:solid;
	border-color:black;	
	background-color:#eeeeee;
	padding:0;
	margin:0;
	height:245px;
	width:920px;}
.unten_rechts {
	border-width:0px 1px 1px 0px; 
	border-style:solid; 
	border-color:black;
	background-color:#eeeeee;
	padding:0;
	margin:0;
	height:245px;
	width:130px;}

.img_cell {
	width:670px; 
	height:425px; 
	vertical-align:bottom; 
	padding:0; 
	margin:0}
	
.text_cell {
	width:235px; 
	height:425px; 
	vertical-align:top;}
	
.menu_cell {
	width:105px; 
	height:20px; 
	padding-left:15px}
	
.hofhorst { font-size:20px; font-weight:normal; }
.submenu  { font-size:11px; font-weight:bold; }
.selected_submenu { font-size:11px; font-weight:bold; color:#941b48 }
.pale_submenu { font-size:11px; font-weight:bold; color:#cccccc }
.pale_main_menu {font-weight:bold; font-size:14px; line-height:50px; color:#cccccc}
.main_menu { font-weight:bold; font-size:14px; line-height:50px;}
.selected_main_menu { font-weight:bold; font-size:large; color:black}

img		{ border:none; margin:0; padding:0; display:block}

tr.bild	{ background-color:#d5d3c8 }

tr.text	{ text-align:center; font-size:small }
		  
.color_archi_red	{ color:#941b48
	/* color:#a00000 */}

.color_lightgrey	{ background-color:#eeeeee }

.font_klein		{ font-size:10px }

.font_zeichenabstand_halb	{ letter-spacing:'0.5em' }

.font_unten	{vertical-align:bottom }
.font_oben	{vertical-align:top }


#footerlinks{
	list-style-type:none;
	padding:0;
	text-align:right;
}

#footerlinks li{
	display:inline-block;
	padding-left:10px;
}

#footerlinks li:first-child{
	padding-left:0;
}