@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	background-color: #f2f2f2;
}
#container {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
#header {
	position: relative;
	width: 100%;
	height: 30px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	background-color: #000;
	cursor: pointer;
}
#arrow {
	position: relative;
	float: right;
	right: 12px;
	width: 8px;
	height: 8px;
	top: 9px;
	background-image: url(arrows.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#arrow.active {
	background-position: right bottom;
}
#header_toggle {
	position: relative;
	width: 100%;
	background-color: #000;
	margin-bottom: 12px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 20px;
}
#header_toggle em{
	color:#CCC;
	display: block;
	margin-top: 20px;
}
.h1_header{
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: inline;
	top: 5px;
}
.big {
	position: relative;
	padding-top: 6px;
	padding-left: 24px;
	font-size: 64px;
	font-weight: bold;
	color: #FFF;
}
h2{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #010101;
	margin-bottom: 4px;
}
h3{
	position: relative;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	font-style: italic;
	margin-bottom: 10px;
}
hr {
	border: 0px; 
	border-bottom: 1px dotted #777777;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	margin-top: 12px;
}
.box {
	position: relative;
	float: left;
	background-color: #FFF;
	margin-left: 12px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.box img:hover {
}
.box img {
	position: relative;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.col1{
	width: 201px;
}
.col2{
	width: 438px;
}
.col3{
	width: 675px;
}
.col4{
	width: 912px;
}
.trenner {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px dotted #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* MENU */
.nav1st {
	padding-left: 24px;
	padding-right: 12px;
	list-style-type: none;
}
.nav1st li{
	display: inline;
	white-space: normal;
}
.nav1st li a{
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	margin-right: 6px;
	text-decoration: none;
}
.nav1st li a:hover{
	color: #CCC;
}
.nav1st li a.current {
	color: #999;
}
.nav1st li a.current:hover {
	color: #999;
}
.nav2nd{
	display: inline;
	list-style-type: none;
}
.nav2nd li{
	display: inline;
	white-space: normal;
	margin-left: 3px;
	margin-right: 3px;
}
.nav2nd li a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-right: 6px;
}
.nav2nd li a.current {
	color: #CCC;
}
.nav2nd li a.current:hover {
	color: #CCC;
}


/* IMAGE STYLES */
.img4x3 {
}

#footer {
	position: relative;
	float: left;
	bottom: 0px;
	width: 912px;
	height: 30px;
	background-image: url(footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #000;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 12px;
}