body, h1, h2, h3, p, a, ul, li, img, form, label, input, select {
	margin: 0px;
	padding: 0px;
}
body {
	
	background: url(../images/bg-body.jpg) no-repeat center top;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #000000;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
h1 {

}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #a0a0a0;
}

p {
	font-size: 15px;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
}
a {
	color:#ffffff;
}
a:hover {
	text-decoration:none;
}

#page-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#000000;
	border:1px solid #9B0000;
    
	

}
a.logo {
	text-indent: -9999px;
	float: left;
	background-image: url(../images/logo-neu.jpg);
	position: absolute;
	height: 108px;
	width: 600px;
	left: 0px;
	top: 0px;
	overflow:hidden;
	cursor:pointer;
	margin:5px 10px 10px 10px;
	
}

a.logo-en {
	text-indent: -9999px;
	float: left;
	background-image: url(../images/logo-en.jpg);
	position: absolute;
	height: 108px;
	width: 600px;
	left: 0px;
	top: 0px;
	overflow:hidden;
	cursor:pointer;
	margin:5px 10px 10px 10px;
	
}
.header{
	float: left;

	width: 100%;
	position: relative;

	
}
.header ul {
	float:right;
	margin-right:35px;
	
}

* html .header ul /* only IS sees this */
{ margin-right:17px; }

.header li {
	float:left;
	margin-left:0px;
	margin-top:77px;
}
.header li a {
	float:left;
	width:100%;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
	overflow:hidden;
}
.header li a:hover, .header li a.active {
	text-decoration:none;
	color:#FFF;
	background-position: left bottom;
}

.m-top-image {
	background: url(../images/gr_10.jpg) no-repeat center top;
    clear:both;
	width: 900px;
	padding: 0 0px 0 0px;
	
	margin: 110px 0px 0px 0px; 

}

.m-top-left-sub {
	float: left;
	height: 324px;
	width: 260px;
	padding: 0 0px 0 0px;
	position: relative;

}
.m-top-image-sub {
	background: url(../images/grsub_top.jpg) no-repeat center top;
	float: right;
	height: 248px;
	width: 720px;
	padding: 0 0px 0 0px;
	position: relative;

}
.present-main {
	background:none;
	float: left;
	padding: 0px;
	margin-top:10px;
	position: relative;

}
.present-sub {
	background:none;
	float: left;
	padding: 6px 6px 0px 9px;
	position: relative;

}




