/* 2010-03-08, am
 * CSS-Style zum Rheingas2010-Layout
 */


/* Allgemeine Standard-Definitionen, Browser-"Reset" */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans;
	text-align: left;
	border: 0px black solid;
	border-spacing: 0px;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: white;
}


/* Positionierung/Satz (und teilweise Styling) der im Layout verwendeten Positionierungs-Divs */
#wrapper {
	height: 99%;
	width: 960px;
	margin: auto;
	margin-top: 5px;
}

#logo {
	height: 142px;
	width: 200px;
	float: left;
}

#slogan {
	height: 101px;
	width: 560px;
	float: left;
	text-align: center;
	padding-top: 41px;
}

#service {
	height: 142px;
	width: 200px;
	float: left;
	text-align: right;
}

#search {
	height: 22px;
	width: 200px;
	float: left;
	font-size: 10pt;
}

#menu {
	width: 490px;
	height: 22px;
	float: left;
	font-size: 10pt;
}

#rss {
	width: 20px;
	height: 22px;
	float: left;
	overflow: hidden;
	text-align: right;
}

#modright  {
	width: 188px;
	float: right;
	margin-left: 12px;
}

#bar {
	width: 760px;
	height: 3px;
	margin-right: 200px;
	margin-top: 1px;
	clear: left;
}

#modleft {
	width: 0px;
	height: 0px;
	float: left;
}

#content {
	margin-top: 11px;
	width: 760px;
	font-size: 8pt;
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
}


/* Definition des Mainmenus */
#mainlevel li {
	float: left;
	list-style: none;
}

#mainlevel a:hover {
	background: #003061;
	color: white;
}

#mainlevel a {
	color: #003061;
	background: white;
	/*font-weight: bold;*/
	margin-right: 7px;
	padding: 2px;
}

#active_menu {
	background: #003061 !important;
	color: white !important;
}


/* Darstellung Footer */
#footer ul {
	margin-left: 200px;
}

#footer li {
	list-style: none;
	margin-right: 5px;
	display: inline;
}

#footer a {
	font-size: 8pt;
	font-weight: bold;
	color: #003061;
	margin-right: 18px;
}


/* Aufbau Standard-Layout für linksseitige Subnavigation */
#nav_rheingas {
	background-color: #E5EBF6;
}

#nav_rheingas * {
	font-size: 8pt !important;
}

#nav_rheingas  ul{
  margin-bottom: 22px;
}

#nav_rheingas  li{
  background-color: #E5EBF6;
}

#nav_rheingas .active {
	background: #ABBDE2;
}

#nav_rheingas a{
	padding-left: 14px;
}

#nav_rheingas ul li a {
  padding-left: 24px;
}

#nav_rheingas ul li ul li a {
  padding-left: 34px;
}

#nav_rheingas ul li ul li ul li a {
  padding-left: 44px;
}

#nav_rheingas .separator   {
	display: block;
	background-color: #E5EBF6;
	padding-bottom: 5px;
}

#nav_rheingas .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Aufbau Layout für linksseitige Subnavigation Bereich Rund ums Haus*/
#nav_ruh {
	background-color: #FDF7E7;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

#nav_ruh * {
	font-size: 8pt !important;
}

#nav_ruh  ul{
  margin-bottom: 22px;
}

#nav_ruh li{
  background-color: #FDF7E7;
}

#nav_ruh .active {
	background: #F8E5B0;
}

#nav_ruh a{
	padding-left: 14px;
}

#nav_ruh ul li a {
  padding-left: 24px;
}

#nav_ruh ul li ul li a {
  padding-left: 34px;
}

#nav_ruh ul li ul li ul li a {
  padding-left: 44px;
}

#nav_ruh .separator   {
	display: block;
	background-color: #FDF7E7;
	padding-bottom: 5px;
}

#nav_ruh .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Aufbau Layout für linksseitige Subnavigation Bereich Gewerbe + Industrie*/
#nav_gi {
	background-color: #ECF3F9;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

#nav_gi * {
	font-size: 8pt !important;
}

#nav_gi  ul{
  margin-bottom: 22px;
}

#nav_gi li{
  background-color: #ECF3F9;
}

#nav_gi .active {
	background: #C1D9EB;
}

#nav_gi a{
	padding-left: 14px;
}

#nav_gi ul li a {
  padding-left: 24px;
}

#nav_gi ul li ul li a {
  padding-left: 34px;
}

#nav_gi ul li ul li ul li a {
  padding-left: 44px;
}

#nav_gi .separator   {
	display: block;
	background-color: #FDF7E7;
	padding-bottom: 5px;
}

#nav_gi .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Aufbau Layout für linksseitige Subnavigation Bereich Autogas*/
#nav_autogas {
	background-color: #F9E5E8;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

#nav_autogas * {
	font-size: 8pt !important;
}

#nav_autogas  ul{
  margin-bottom: 22px;
}

#nav_autogas li{
  background-color: #F9E5E8;
}

#nav_autogas .active {
	background: #EBABB5;
}

#nav_autogas a{
	padding-left: 14px;
}

#nav_autogas ul li a {
  padding-left: 24px;
}

#nav_autogas ul li ul li a {
  padding-left: 34px;
}

#nav_autogas ul li ul li ul li a {
  padding-left: 44px;
}

#nav_autogas .separator   {
	display: block;
	background-color: #FDF7E7;
	padding-bottom: 5px;
}

#nav_autogas .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Aufbau Layout für linksseitige Subnavigation Bereich Freizeit*/
#nav_freizeit {
	background-color: #F4F7EF;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

#nav_freizeit * {
	font-size: 8pt !important;
}

#nav_freizeit  ul{
  margin-bottom: 22px;
}

#nav_freizeit li{
  background-color: #F4F7EF;
}

#nav_freizeit .active {
	background: #DDE6CB;
}

#nav_freizeit a{
	padding-left: 14px;
}

#nav_freizeit ul li a {
  padding-left: 24px;
}

#nav_freizeit ul li ul li a {
  padding-left: 34px;
}

#nav_freizeit ul li ul li ul li a {
  padding-left: 44px;
}

#nav_freizeit .separator   {
	display: block;
	background-color: #FDF7E7;
	padding-bottom: 5px;
}

#nav_freizeit .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Aufbau Layout für linksseitige Subnavigation Bereich Engineering*/
#nav_engineering {
	background-color: #E8E8E8;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}

#nav_engineering * {
	font-size: 8pt !important;
}

#nav_engineering  ul{
  margin-bottom: 22px;
}

#nav_engineering li{
  background-color: #E8E8E8;
}

#nav_engineering .active {
	background: #B5B5B6;
}

#nav_engineering a{
	padding-left: 14px;
}

#nav_engineering ul li a {
  padding-left: 24px;
}

#nav_engineering ul li ul li a {
  padding-left: 34px;
}

#nav_engineering ul li ul li ul li a {
  padding-left: 44px;
}

#nav_engineering .separator   {
	display: block;
	background-color: #FDF7E7;
	padding-bottom: 5px;
}

#nav_engineering .separator span   {
	display: block;
	background-color: #003061;
	color: #FFFFFF;
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Styling für den Contentbereich */
.contentpagetitle {
	font-size: 26pt;
	text-transform: uppercase;
	color: #000000 !important;
}

.contentheading {
	font-size: 26pt;
	text-transform: uppercase;
	color: #000000 !important;
}

#content a {
	color: #003061;
}

#content h1, h1 span{
	font-size: 12pt;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000000;
}

#content h2, h2 span {
	font-size: 12pt;
	color: #000000;
}

#content h3, h3 span {
	font-size: 10pt;
	font-style: italic;
	color: #000000;
}


/* sonstige direkte Elementstyles */
#slogan * {
	text-align: center;
	font-size: 18pt;
	color: #003061;
}

#search input {
	border: 1px solid black;
	width: 172px;
	padding-left: 14px;
	padding-right: 2px;
}

#modright img {
	margin-bottom: 11px;
}

#modleft li {
	list-style: none;
}

#modleft a{
	color: #003061;
}

#menu li:first-child { display: none; }

.contentheading { padding-bottom: 2px; }

.contentpaneopen h1 { padding-bottom: 11px; }

#content li {
	list-style-image:url(../images/list-style.png);
	margin-left: 15px;
}

#access {
	width: 50px;
	height: 22px;
	float: left;
	font-size: 10pt;
}
#access a:hover {
	background: #003061;
	color: white;
}

#access a {
	color: #003061;
	background: white;
	padding: 2px;
}

