@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #333;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 24px;
}
h2 {
	color: #333;
	font-size: 18px;
}
h3 {
	color: #333;
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}

#content_layer {
	position:absolute;
	left:50%;
	min-width:950px;
	padding-left: -40%;
	top:20px;
	width:80%;
	height:auto;
	z-index:1;
	margin-left: -40%;
	background-color: #D3D3D3;
	padding: 0px;
}
#header {
	height: 130px;
	width: 100%;
	background-color: #666;
	margin-bottom: 5px;
	background-image: url(images/pci_logo_normal.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	color: #FFBF00;
	font-size: 46px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

#top_navigation {
	height: 48px;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#top_navigation #line1 {
	float: none;
	height: 20px;
	padding-left: 0px;
	margin-left: 15px;
}

/* ---- Navigation 1 ---- */
#navigation1 {
	float: left;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation1 a {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 100;
	text-decoration:none;
	letter-spacing: 0px;
	padding: 0px;
	font-variant: normal;
}
#navigation1 a:hover {
	color: #FFBF00;
}
#navigation1 a:active {
	color: #FFBF00;
}
#navigation1_active {
	float: left;
	padding-top: 4px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFBF00;
}
#navigation1_active a {
	font-variant: normal;
	color: #FFBF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration:none;
	letter-spacing: normal;
	padding: 0px;
}
#navigation1_active a:hover {
	color: #FFBF00;
}
#navigation1_active a:active {
	color: #FFBF00;
}



#top_navigation #line2 {
	float: none;
	height: 27px;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 5px;
}

/* ----- Navigation 2 ---- */
#navigation2 {
	color: #FFBF00;
	padding-top: 1px;
	padding-right: 27px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#navigation2 a {
	font-size: 14px;
	text-decoration:none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation2 a:hover {
	color: #FFBF00;
}
#navigation2 a:active {
	color: #FFBF00;
}
#navigation2_active {
	color: #FFBF00;
	padding-top: 1px;
	padding-right: 27px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: left;
}
#navigation2_active a {
	font-size: 14px;
	text-decoration:none;
	color: #FFBF00;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation2_active a:hover {
	color: #CCC;
}
#navigation2_active a:active {
	color: #FFBF00;
}



#left_row {
	float: left;
	width: 18%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 100;
	min-width:155px;
}
#left_row a {
	text-decoration:none;
}
#left_row a:hover {
	color:#F90;
}

#center_row {
	padding: 3px;
	float: left;
	width: 60%;
	margin: 2px;
	min-height: 625px;
	height:auto !important;  /* für moderne Browser */
	height:625px;  /*für den IE */
	line-height: 20px;
	min-width:575px;
}
#right_row {
	float: right;
	width: 16%;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
	min-width:140px;
}
#search_box {
	color: #000;
	padding-right: 0px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	text-align: right;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#contact {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#right_row_content {
}

