/* CSS Document */
a{
	text-decoration: none;
	color:#FFFFCC;
}

a:hover {
	text-decoration: underline;
	color:#FFFFCC;
}
a.menu{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	background-color: #b79b74;
	color: #000000;
	font: 11px arial;
}

a.menu:hover {
	background: #7c0000;
	color: #FFF
}
a.namelink{
	text-decoration: none;
	color: #000000;
}

a.namelink:hover {
	text-decoration: none
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #330000;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-track-color: #660000;
}
input[type="text"],input[type="password"]{
	border: 1px solid #000;
	width: 200px;
	height: 18px;
	padding:0px;
}

textarea{
	border: 1px solid #000;
	width: 400px;
	height: 100px;
	padding:0px;
}

input[type="checkbox"]{
	width:13px;
}

input[type="submit"], input[type="reset"]{
	border: 1px solid #000;
	height: 18px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}

SELECT {
	border: 1px solid #000;
	width: 200px;
	height: 18px;
	padding: 1px;
}
#login {
	width:180px;
	height:75px;
	float:right;
	color:#FFFFCC;
	padding-right:15px;
	text-align:right;
}

#homelink {
	cursor:pointer;
	float:right;
	width:776px;
	height:189px;
	font-size:1px;
}
.navtitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFCC;
	font-weight:bold;
	font-size:16px;
}
.menuItem {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #7c0000;
	white-space: nowrap;
	width: 150px;
}
.quote {
	float:right;
	width:160px;
	padding-right:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:15px;
	font-weight:bold;
	font-style: italic;
	text-align:right;
}
.menuLeft {
	float:right;
	width:160px;
	padding-right:20px;
	color:#000000;
	font-weight:none;
	font-style:none;
	color:#990000;
	font-size:14px;
	text-align: left;
}

#contentcenter {
	float:left;
	width:597px;
	height:389px;
	overflow-y:auto;
	overflow-x:none;
	text-align:left;
	font-size:14px;
	padding-right:20px;
	padding-top:20px;
}

#contentadmin{
	float:left;
	width:697px;
	height:389px;
	overflow-y:auto;
	overflow-x:none;
	text-align:left;
	font-size:14px;
	padding-right:20px;
	padding-top:20px;
}

#listcalam {
	height:102px;
	padding-top:8px;
}

#listmountain {
	height:102px;
}

#listbarbarian {
	height:102px;
}

#listorc {
	height:102px;
}

#listmenu{
	height:104px;
	padding-top:7px;

}
.hr {
	background-image: url(images/hr.jpg);
	height:6px;
	margin-left:auto;
	margin-right:auto;
	width:971px;
	font-size:1px;
}

.imgright {float:right;
	padding-right:5px;
}

#notice{
       background-color: #D6D6D6;
       text-align: center;
       color: #990000;
       font-weight: bold;
       font-size: 8pt;
       padding: 5px;
       border: dashed 1px #000066;
       margin-bottom: 10px;        
}
#formerror{
       color: #990000;
       font-size: 8pt;
}