@charset "utf-8";
/* CSS Document */
.container {
	height: auto;
	width: 1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#maincontainer .munten {
	background-image: url(img/index_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 151px;
	width: 287px;
}
#maincontainer #leftcontainer {
	float: left;
	width: 287px;
	background-image: url(img/index_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 570px;
}
#maincontainer #logo {
	background-image: url(img/index_r1_c2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 123px;
	width: 713px;
}
#maincontainer #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	height: 28px;
	width: 713px;
	clear: none;
}
#maincontainer #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	overflow: auto;
	height: auto;
	width: 693px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
	text-indent: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
  .menubutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #0C4758;
	text-align: center;
	width: 20%;
	height: 28px;
	vertical-align: bottom;
	color: #FFFFFF;
}
  .menubutton  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
  .menubutton a:link {
	color: #FFFFFF;
}
  .menubutton a:visited {
	color: #FFFFFF;
}
  .menubutton a:active {
	color: #CCCCCC;
	font-weight: bold;
}
  a:link {
	text-decoration: underline;
	color: #CD4515;
}
a:visited {
	text-decoration: none;
	color: #CD4515;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	height: 25px;
	width: 1000px;
	vertical-align: text-bottom;
	margin-right: auto;
	margin-left: auto;
}
