@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	
}
#header {
}
/**---menu*/
a {
	text-decoration:none;
}
#menu {
	width: 800px;
	height: 40px;
	margin: 0px auto;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color:#999;
	font-weight:900;
	font-size:14px;
	padding:10px;
}
#menu a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color:#750009;
	font-weight:900;
	font-size:14px;
	padding:10px;
	border-bottom:#170001 solid 2px;
}

#menu2 {
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    height: 30px;
    margin: 0;
    width: 869px;
}

#menu2 ul {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	text-decoration: none;
	color:#600;
	font-weight:900;
	font-size:12px;
	padding:4px;
	margin-right:10px;
}
#menu2 a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color:#333;
	font-weight:900;
	font-size:12px;
	padding:4px;
	border-bottom:#333 solid 1px;
}
#menu a.grafik {
	display: block;
	float: left;
	text-decoration: none;
	color:#750009;
	font-weight:900;
	font-size:14px;
	padding:10px;
	border-bottom:#170001 solid 2px;
}
#menu2 a.por {
	display: block;
	float: left;
	text-decoration: none;
	font-weight:900;
	font-size:12px;
	padding:4px;

}




/** Style for wrapper starts here */
#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color:#000;
	padding: 20px;
	margin-top:20px;
}



/** Style for content starts here */
#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 40px;
	background-repeat:no-repeat;
	height:500px;
}


#left {
	float: left;
	width: auto;
	padding-left: 14px;
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 190px;
	margin-bottom: 20px;
	padding-bottom:0;

}
#footer {
	width: 800px;
	margin-bottom: 0px;
	padding-bottom:0;
	text-align:right;
	color:#000;

}
#footer a {
	text-decoration:none;
	color:#000
	
}
table {
	font-size:14px;
	color:#FFC;
	text-align:justify;

	
}