* {
	margin:0;
	border: 0;
	padding: 0;
	font-family: gisha, sans-serif;
}
img {
	display: block;
}
body {
	background-color:#000000;
	color:#FFFFFF;
	margin:8px 0 0;
	text-align:center;
}
div#main {
	background-color:#303030;
	height:631px;
	margin-left:auto;
	margin-right:auto;
	width:775px;
}
div#language {
	height:21px;
	width:100%;
	background-color:#000000;
}
div.flag {
	float:right;
	margin-left: 10px;
}
div.flag_text {
	float:right;
	margin-left: 10px;
	font-size: 10pt;
}
div#header {
	height:100px;
	width:100%;
}
div#content {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	height:510px;
	width:650px;
	text-align: left;
}
div#content_home {
	background-image: url("../images/home_bg.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	height:510px;
	width:650px;
	text-align: left;
}
div#menu {
	float:left;
	height:510px;
	width:125px;
}
div.menuitem {
	margin-left: 10px;
	margin-top: 25px;
	text-align: left;
}
img.menuitem {
	cursor: pointer;
}
div.submenuitem {
	text-align: right; 
	display: block; 
	margin-top: 8px;
	font-size: 11pt;
}
div.submenutext_black {
	color: #000; 
	display: inline;
}
div.submenutext_red {
	color: #F00; 
	display: inline;
}
div.submenutext {
	display: inline;
}
div.underline_red {
	overflow:hidden;
	height: 2px;
	background-color: #FF0000;
}
div.underline_black {
	overflow:hidden;
	height: 2px;
	background-color: #000000;
}
div.underline_darkred {
	overflow:hidden;
	height: 2px;
	background-color: #800;
}
div.underline_none {
	overflow:hidden;
	height: 2px;
	background-color: #303030
}
img#contact {
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
	cursor: pointer;
}
a.menuitem:link {
	color:#303030;
}
a.menuitem:visited {
	color:#303030;
}
a.menuitem:active {
	color:#303030;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
div#content_title {
	position: relative;
	width: 550px;
	left: 50px;
	border-bottom: solid 1px #FFF;
}
div#content_body {
	position: relative;
	width: 550px;
	left: 50px;
	font-size: 11pt;
}
h1.content {
	font-size: 18pt;
}
div.text_small {
	font-size: 10pt;
}