@charset "utf-8";
/* CSS Document */

body {
	
	/*background-image: url(../images/ws_background.png);*/
	background-color: #F6F2EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EC870E;
}

h1 {
	color: #504539;
	font-size: 1.5em;
}

h2 {
	color: #000000;
	font-size: 1.1em;
}

/*		Menu		*/
.menuTitle {
	padding-right: 0px;
	padding-bottom: 32px;
	width: 100%;
	padding-top: 60px;
}
.menuTitleLink {
	width: 290px;
	display: inline;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.menuTitleLink a {
	color: #EC870E;
	text-decoration: none;
	font-size: 1.5em;
	/*font-weight: bold;*/
}
.menuTitleLink a:hover {
	color: #000000;
}

/*		Left Menu		*/
.leftMenu {
	padding: 5px 0px 5px 20px;
	/*font-weight: bold;*/
	text-decoration: none;
	/*color: #000000;*/
	
	border-top: #EAEAEA 1px solid;
}
.leftMenu-selected {
	padding: 5px 0px 5px 20px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #EAEAEA;	
	border-top: #EAEAEA 1px solid;
}
a.leftMenuLink {
	color: #000000;	
}
a:hover.leftMenuLink {
	color: #EAEAEA;	
}
.leftSubMenu {
	padding: 5px 0px 5px 30px;
	/*font-weight: bold;*/
	text-decoration: none;
	/*color: #000000;*/
	background-color: #EAEAEA;
	border-top: #938356 1px solid;
}
.leftSubMenu-selected {
	padding: 5px 0px 5px 30px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #000000;
	background-color: #EAEAEA;
	border-top: #938356 1px solid;
}
a.leftSubMenuLink {
	color: #938356;
}
a:hover.leftSubMenuLink {
	color: #000000;
}
a.linkLeft {
	width: 180px;
}
/*		NEWS		*/

.news {
	padding: 10px;
}
.newsTitle {
	color: #504539;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
}
.newsLink {
	padding-top: 5px;
}
.newsLink a {
	color: #6EB0DC;
	text-decoration: none;
}
.newsLink a:hover {
	text-decoration: underline;
}
.newsDate {
	color: gray;
}
.newsName {
	font-weight: bold;
}

/*		FOOTER		*/

.footerLink {
	padding: 0px 10px 0px 10px;
	display: inline;
	width: 100px;
}
.footerLink a {
	color: #EFEADD;
	text-decoration: none;
}
.footerLink a:hover {
	color: #938356;
}
.footerCopy {
	float: right;
	display: inline;
	width: 40%;
	padding-right: 10px;
	color: #EFEADD;
}
.footer {
	width: 50%;
	float: left;
}
.vg a {
	color: #b3b3b3;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.vg a:hover {
	color: #df0029;
	text-decoration: underline;
}	
.vg {
	color: #b3b3b3;
	font-family: Arial, Helvetica, sans-serif;	
	padding-right: 10px;
}

/*		CONTENT		*/

.content {
	padding: 10px 20px 10px 15px;
	color: #938356;
}

.textfield2 {
	border: #504539 1px solid;
	width: 180px;
}
.comment {
	width: 200px;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
.topMenuSpace {
	
}
.top {	
	margin-bottom: 22px;
}
.menuTitleLink {
	margin-bottom: 0px;
}	
.menuTitleLink2 a {
	color: #504539;
	text-decoration: none;
	font-size: 1.5em;
	/*font-weight: bold;*/
}
.menuTitleLink2 a:hover {
	color: #000000;
}
.menuTitleLink2 {
	padding-top: 0px;
}
.testTop {
	padding-bottom: 16px;
	padding-right: 3px;
}
.headerImg {
	padding-bottom: 0px;
}
.tableHead {
	background-color: #504539;
}
a.lang {
	color: #DED3B8;
}
a:hover.lang {
	color: #60B0DC;
}
a.lang-select {
	color: #60B0DC;
}