body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: rgb(106,74,60);
	margin-top: 5;
	margin-bottom: 5px;
	font-size: 100%;
		
}
h1 {
	font-size: 130%;
	width: 100%;
	border-bottom: 1px solid #9C2931;
}
h2 {
	font-size: 110%;
	width: 100%;		
}
h3 {
	font-size: 100%;
}
.imphint {
	float: right; 
	width: 20%; 
	border: 2px dashed #9C2931;
	padding: 10px;
	background-color: #EDE4DF;
}
.imphint[class] {
	padding-top: 0;
}
a img {
	border: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:  top;
	font-size: 0.8em;
	padding: 10px;
	color: #9C2931;		
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
li img {
	padding-top: 5px;
	
}
li a div {
	padding-bottom: 20px;
}
/*li a > img {border: 1px solid red; float: left;}*/

li a.info:hover {
	z-index: 200;
	border: 0px solid white;/*IE spec.*/
}
li a.info div {
	display: none;	
}
li a.info:hover div {
	display: block !important;
	width: auto;
	z-index: 300;
	float: right;
}
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
	
	background-image: url(images/maincontent_bkr.jpg);
	background-repeat: repeat-y;
	background-position: 0 -44px;

	/*border: 1px solid black;	*/
}
#header {
	background-image: url(images/header_bk.jpg);
	background-repeat: no-repeat;
	height: 137px;
	text-align: left;
	
}
#title1 {
	display: inline;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
	color: #9C2931;
	padding-top: 15px;
	padding-left: 40px;
	float: left;

}
#title2 {
	display: inline;
	text-align: left !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #9C2931;
	padding-top: 40px;
	padding-left: 30px;
	float: left;
}
#title1 a {	color: #9C2931; text-decoration: none;}
#title2 a {	color: #9C2931; text-decoration: none;}
#maincontent {
	/*background-color: rgb(238,228,223);*/
	background-image: url(images/maincontent_bk2.jpg);
	background-repeat: no-repeat;
	background-position: 0px left;

	text-align: left;

	width: 100%;
}
#menu {
	/*border: 1px solid black;*/
	width: 200;
	float: left;
	height:auto;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 170px;		
}
#menu[id] {
	padding-bottom: 0;
}
#menu div {
	padding-left: 40;
	padding-top: 30;	

}
#menu a { color:white; text-decoration:none; display: block; width: 100%;}
#menu a:hover {text-decoration:underline; }
#menu a:focus {text-decoration:underline; }
#menu a:active {text-decoration:underline; }

#menu .menuAct a{  text-decoration:underline; }

#content {
	/*border: 1px solid red;*/
	height: auto;
	margin-left: 200px;
	
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 50px;
	padding-bottom: 150px;
	color: #9C2931;
	min-height: 380px;
	font-size: 0.8em;
}
#content a { color: #cC2931; text-decoration:underline;  }
#content a:hover {text-decoration:none; }
#content a:focus {text-decoration:none; }
#content a:active {text-decoration:none; }
#contentgallery {
	/*border: 1px solid red;*/
	height: auto;
	text-align: left;
	color: #9C2931;
	background-color: #EDE4DF;	
	font-size: 0.8em;
}
