*
{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-image: url(../_images/background.jpg);
}
textarea
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
input
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#MainBox
{
	width: 1000px;
	height: 466px;
	margin-left: auto;
	margin-right: auto;

}
#MainBox p
{
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 20px;
	margin-left: 20px;
}
.LeftBox
{
	float: left;
	width: 287px;
	height: 466px;
	background-color: #333333;
	margin-left: 20px;
}
#ContentBox
{
	float: left;
	height:466px; 
	width: 693px;
	line-height: 14px;
	background-color: #333333;
}
#ContentBox p
{
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
}
.Presse
{
	height:20px; 
	width: 593px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
}
.PressePic
{
	height:104px; 
	width: 80px;
	float: left;
	margin: 20px 0px 0px 20px;
}
.PresseContent
{
	height:auto; 
	width: 500px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.PresseLink
{
	height:20px; 
	width: 593px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}

.NavTop
{
	background-image: url(../_images/nav-top.png);
	height: 121px;
	width: 1000px;
	background-repeat: no-repeat;
	cursor: inherit; 
}

.Footer
{
	height: 30px;
	width: 250px;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	left: 20px;
	
}

#BootomFooter {
    height: 30px;
    width: 100%;
    margin-top: 300px;
    background-color: #333;
    text-align: center;
}

#BootomFooter li {
    list-style: none;
    float: left;
    padding-left: 8px;
    font-size: 11px;
    color: #999;
    
    margin-top: 8px;
}
#BootomFooter li a {
    color: #999;
    text-decoration: none;
}
#BootomFooter li a:hover {
    text-decoration: underline;
}
.BootomFooterContent {
    margin: 0 auto;
    width: 1024px;
    text-align: center !important;
}