html, body{
	font-size: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
a{
	text-decoration: none;
	color: #a50516;
}
a:hover{
	text-decoration: none;
	color: #dd7268;
}
/************main container************/
.container{
	margin: 0px auto;
	padding: 0px;	
	position: relative;
	width: 963px;
	height: auto;
	border-top:3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/***********header********************/
.header{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 963px;
	height: 140px;
}
.callnumbers_header{
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 10px;
	color: white;
	z-index: 10;
}
.callnumbers_header img{
	border: 1px solid #ffffff;
}
.callnumbers_header div{
	margin: 3px;
}
#recommend{
	display: none;
}
/**************main navi**************/
.main_navi{
	display: none;
}
/***************main content*********/
.content{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	background-image:  none;
	background-repeat: repeat-y;
	width: 963px;
	height: auto;
	text-align: left;
}
.left_content{
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	float: left;
	width: 163px;
	min-height: 200px;
	color: white;
}
* html .left_content{
	height: 200px;
}
.main_content{
	margin: 0px;
	padding: 18px 10px 10px 10px;
	position: relative;
	float: left;
	width:614px;
	min-height: 200px;
	font-size: 12px;
}
* html .main_content{
	height: 200px;
}
.right_content{
	display: none;
}
.cat_navi{
	display: none;
}
.counter{
	display: none;
}
.l_header{
	display: none;
}
.lexikon_navi{
	display: none;
}
/*****************footer**********/
.footer{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	position: relative;
	width: 963px;
	line-height: 18px;
	height: 18px;
	text-align: center;
	background-color: white;
	font-size: 10px;
	font-weight: bold;
	color: #9c413d; 
}
.footer a{
	color: #9c413d;
}
.footer a:hover{
	text-decoration: none;
	color: #dd7268;
}
.firmamento_footer{	
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 963px;
	height: 112px;
}
.firmamento_footer .footer_navi{
	display: none;
}
/*******************left adviser info*******/
.adviser{
	display: none;
}
/*****************sitemap**************/
.sitemap{
	border-top: #83120c 1px  solid;
	list-style-image: url(images/sitemap_small_gif.gif);
}
.sitemap li{
	margin: 5px 0px 5px 0px;
}
.sitemap li a{
	font-weight: bold;
}
/***********ads******************/
.ad_prepaid{
	display: none;
}
.left_banner{
	margin: 15px 0px 15px 0px;
	padding: 0px; 
	width: 163px;
	height: 282px;
	text-align: center;
}
/**********search box*****************/
.searchbox{
	display: none;
}
