@media screen, projection {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

body {
  background-color: #ddd;
  color: #000;
  margin: 0;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  overflow: auto;
}

/* Positioning informations */

/* Wrapper for whole content area */
#wrapper {
  background: #fff;
  padding: 0;
  width: 750px;
  border: 1px solid #000;
  text-align: left;
  margin: 5px auto;
}

/* Welcome Head-Information */
#welcome {
	background: #ddd url(images/intro.jpg);
	width: 100%;
	height: 480px;
	margin: 0; 
	padding: 0;
	margin-top: -5px;
}

/* Button für Katalog */
#startCatalogue {
	position: relative;
	top: 400px;
	left: 0px;
	width: 290px;
	height:30px; 	
	text-align: center;
}

#startCatalogue a {
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid white;
	padding: 5px;
	margin: 5px 70px;
	display: block;
	background: #C4131B;
	text-decoration: none;
}

#startCatalogue a:hover {
	color: #C4131B;
	border: 1px solid #C4131B;
	background: white;
}

/* Topheader including breadcrumb information */
#breadcrumb {
  width: 100%;
  height: 60px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  background: #fff url(images/bg_top.jpg);
  border-bottom: 2px solid #C4131B;
}

#breadcrumb ul {
  margin: 0px;
  padding: 10px 10px 5px 234px;
}
#breadcrumb li {
  display: inline;	
  list-style-type: none;
  margin-right: 10px;
}

#breadcrumb li a {
	color: #C4131B;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

/* Main content area, holds navigation and content */
/* If needed a background image could be set, including
   navigation background */
#main {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
}

/* Left navigation container */
#leftnav {
  width: 220px;
  margin: 0px;
  float: left;
  background: #fff;
  height: 307px;
  overflow: auto;
}

#leftnav ul {
  margin: .3em;
  padding: 0;
}
#leftnav li {
  margin-left: 5px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
  padding: 3px 0px;
  font-size: 9px; 
  line-height: 11px;  
}

#leftnav li.article {
	list-style: none;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#leftnav li.article-active {
	list-style: none;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	background-color: #ddd;
	padding-left: 10px;
	margin-top: 2px;
}

#leftnav li a {
	color: #000;
	text-decoration: none;
	font-size: 9px; 
	line-height: 11px;
  padding: 0px;	
}

#navBackButton {
	margin: 5px 10px;
}
#navBackButton a {
  color: #C4131B;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  background-image: url(images/pfeil_back.gif);
  background-repeat: no-repeat;
  padding-left: 10px;
}

#contentArea {
	width: 520px;
	height: 307px;
	float: right;
	margin: 0px;
	background: white;
}

#groupPicture {
	margin: 0px;
	padding-top: 2px;
	background: #fff;
	text-align: center;
}

#bottom {
  background: #fff url(images/bot_rechts.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ddd;
  font-size: 10px;
  border-top: 1px solid #000;  
  clear: both;
  margin: 0px;
  text-align: left;
  padding: 0px;
  height: 40px;
}

#navBottom {
	margin: 5px 10px;
}

#searchButton, #infoButton, #homeButton, #helpButton {
	font-weight: bold;
	margin-top: 10px;
	padding-right: 20px;
}

#bottom a {
	text-decoration: none;
	color: white;
}

/* Footer information */
#footer {
  color: #aaa;
  clear: both;
  font-size: 10px;
  text-align: center;
  padding: 3px 0;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

/* Container for navTab and shortdescription */

#toplist {
	padding: 4px;
	background: white;
	color: black;
	vertical-align: middle;	
	height: 25px;
}

/* short description in contentArea */
#navTab {
	font-size: 10px;
}

#shortdescription {
	width: 235px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	color: #000;
}

/* navigational tab for switching general / logistics */
#navTab {
	text-align: center;
}

#navTab a {
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	padding: 4px;
	width: 120px;
	margin-right: 5px;
	font-weight: bold;
	border: 1px solid #C4131B;
}

#navTab a:hover {
	color: white;
	background: #C4131B;
}

#navTab a.active {
	color: white;
	background: #C4131B;
}


/* Picture data left part of contentArea */
#pictureData {
  font-size: 10px;
  width: 236px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

#pictureData .highres {
	text-align: center;
}
#pictureData a {
	display: block;
	color: black;
	width: 110px;
	margin: 0px auto;
	border: 1px solid #C4131B;
	padding: 2px;
	background: white;
	text-decoration: none;
	font-weight: bold;
}

#pictureData a:hover {
	color: white;
	background-color: #C4131B;
}
#pictureData a.pictNavItem {
	display: inline;
	width: 15px;
	margin: 2px;
}

#pictureData .pictureNav, #pictureData .highres {
	margin-top: 5px;
	margin-bottom: 4px;
}


/* article Data shown in the right part */
#articleData {
	width: 280px;
}

#articleDataTab {
  width: 270px; 	
}

#articleDataTab td {
	font-size: 10px;
	text-align: right;
}

#articleDataTab td.tdLabel {
	font-weight: bold;
	text-align: left;
}

#articleDataTab td.tdText {
   padding	: 10px 0px;
	text-align: left;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;	
}

/* Contact informational data */
#contact {
	padding: 10px;
	padding-bottom: 0px;
	font-size: 10px;
}

#contact form {
	margin: 0px;
	padding: 0px;
}
#contact textarea {
	width: 300px;
	height: 80px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px dotted #C4131B;
	margin-bottom: 10px;
	padding: 5px;
}
#contact label {
  font-weight: bold;
  float: left;
  width: 150px;
}

#contact input {
	border: 1px dotted #C4131B;
	width: 300px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#contact input.small {
	width: 50px;
}

#contact input.middle {
	width: 145px;
}

#contact input.button {
	width: 100px;
	color: #C4131B;
	margin: 0px;
	font-weight: bold;
}

/* Help Form */
#help {
	padding: 10px;
	overflow: auto;
	height: 307px;
	font-size: 10px;
}

#help a {
	color: #C4131B;
	font-weight: bold;
	text-decoration: none;
}

#help ul {
	margin: 15px;
}



/* general values to define */
h1, h2, h3 {
	font-weight: bold;
	color: #C4131B;
	margin: 15px 0 5px 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

hr {
	color: #C4131B;
}

/* Clear the float */
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}



} /* end media rules */
