/* CSS Document */

/* Existing tags */


body {
	background: #9E2000 url(pics/hintergrundmonica.gif); 
	background-repeat:repeat-x fixed; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.82em;
	color:#666666;
	cursor:default;

}
h1 {
	text-decoration:none;
}
a {
	color:#B76536;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#C52D15;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px dotted #333333;
}
/* img display; changed from float:left to float:right */
img {
	float:left;
	
	margin: 0px 10px 10px 0; 
}


/* Custom IDs */
#container {
	width:750px;
	margin: 0 auto 0 auto;
	padding-right:10px;
	padding-left:10px;
	border-right:2px solid #333333;
	border-left:2px solid #333333;
	background-color:#FFFFFF;
}
	
/* this one new */
#main {
	width:640px;
	margin: 0 auto 0 auto;
	padding: 30px 50px;
}



#menu {
	width:748px;
	padding:0 1px 1px 1px;
	background-color:#EBA400; 
	color:#FFFFFF;
	font-weight:bold;
	height:200px; 
}	
	
#menu a {
	height:190px; 
	padding:5px;
	background-color:#DA9044;
	background-repeat:no-repeat;
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:.8em;
	text-decoration:none;
}

#menu a:hover {
	height:190px;
	padding:5px;
	background-color:#D0723C; 
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:.8em;
	text-decoration:none;
}
#menu .aactive {
	height:190px;
	padding:5px;
	background-color:#D0723C; 
	margin-right:1px;
	float:left;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:.8em;
	text-decoration:none;
}
#footer {
	width:740px;
	padding:5px;
	background-color:#FFCC99;
	color:#FFFFFF;
	font-size:80%;
	clear:both;
}
#menufooter {
	width:740px;
	padding:5px;
	background-color:#FFCC99;

	color:#FFFFFF;
	font-weight:bold;
	clear:both;
	border-top:1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}
/* JF: changed text color, for original values see colum_left; same for width */
.column_right {
	width:164px;
	float:right;
	margin-left:2px;
	margin-bottom:2px;
	padding:10px;
	background-color:#FAAB26;
	color:#B77A46;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	border-right: 1px solid #F07800;
	border-bottom: 1px solid #F07800;
	border-top: 1px solid #FFFF99;
	border-left: 1px solid #FFFF99;
}
.column_left {
	width:120px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	padding:10px;

	color:#FFFFFF;
}
	

