@charset "utf-8";
/* CSS Document */
html {
  overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	background-image: url(img/bg.gif);
}

/*Umschließt den gesamten Inhalt der Website*/
#frame {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
/*header Bereich*/
#header {
	margin: 0;
	padding: 0;
	height: 166px;
	background-color: #FFFFFF;
	background-image: url(img/bg_navi.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 799px;
}

/*header Bereich mit Schrift und Hintergrundbild*/
#kopf {
	margin: 0;
	padding: 0;
	height: 138px;
	background-color: #FFFFFF;
	float: right;
	width: 613px;
	background-image: url(img/bg_kopf_rick_apparatebau.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #666666;
}

/*Navigation*/
#navigation {
	height: 28px;
	border: none;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 615px;
	background-image: url(img/bg_navi.gif);
	background-repeat: repeat-x;
}
/*Werbung - Navigation mit Bildern */
.navi-bilder {
	float: left;
	padding: 5px 5px 0 0;
}
/*Seite mit Branchenübersicht*/
#side {
	position: relative;
	height: 800px;
	float: left;
	clear: both;
	margin: 0;
	width: 182px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 14px 0 0 0;
	background-color: #FFFFFF;
}
/*Seite mit Branchenübersicht*/
#side_4bilder {
	position: relative;
	height: 650px;
	float: left;
	clear: both;
	margin: 0;
	width: 182px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 14px 0 0 0;
	background-color: #FFFFFF;
}
/*Navigation - Text*/
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0 18px 0 18px;
	margin: 0;
	line-height: 28px;
}
/*Navigation - Text Hover*/
.navtext:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	background-image: url(img/bg_navi_choose.gif);
	background-repeat: repeat-x;
	padding: 6px 18px 13px 18px;
}
/*Navigation - Text - ausgewählt*/
.navtext_choose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 18px 13px 18px;
	margin: 0;
	line-height: 28px;
	background-image: url(img/bg_navi_choose.gif);
	background-repeat: repeat-x;
}
#abstand {
	line-height: normal;

}
/* Neue Navigation */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	width: 100%;
	list-style: none;
	float: left;
}
/* Neue Navigation */
.nav li {
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/*Content mit Inhalt*/
#content {
	position: relative;
	width: 613px;
	height: 814px;
	float: left;
	margin: 0;
	background-image: url(img/bg_content_rick_apparatebau.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}
/*Content mit Inhalt*/
#content_4bilder {
	position: relative;
	width: 613px;
	height: 664px;
	float: left;
	margin: 0;
	background-image: url(img/bg_content_rick_apparatebau.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}
/*Content Kästchen rechts*/
#kasten {
	background-color: #B5CDE7;
	position: relative;
	width: 225px;
	height: 533px;
	float: right;
	padding: 0;
	margin: 0;
	border-right: 1px solid #346699;
}
/*Kästen mit Teaser*/
#teaser{
	height: auto;
	padding: 0;
	margin: 6px 21px 0 21px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*Text*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 150px 0 20px;
	text-align: left;
	margin-top: 5px;
}
/*Text im Impressum - Haftungsauschluss, Disclaimer etc.*/
p.imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 150px 0 20px;
	text-align: left;
}
/*Text im Teaser*/
.text_teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #666666;
}
/*Text im Teaser nur ohne Strich unten - sprich für den letzten Teaser einer Seite*/
.text_teaser_last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-align: center;
	margin: 0;
}
/*Bilder*/
img {
	padding: 0;
	margin: 0;
	border: 0;
}
/*header logo*/
img.logo {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}
/*header bild*/
img.right {
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
}

/*H1*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5113E;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 20px 20px 10px 20px;
	margin: 0;
}
/*H2*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0 150px 5px 20px;
	margin: 0;
}
/*H2*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CF3C09;
	text-decoration: none;
	line-height: 15px;
	text-align: left;
	padding: 10px 0 0 10px;
	margin: 0;
}

.kopf {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 20px;
	color: #666666;
}
.kopf_absatz {
	margin: 0;
	padding: 3px 0 0 0;
	line-height: normal;
	color: #666666;
}

/*Links*/
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B5113E;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
}
/*Link - hover*/
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
/*Footer mit Inhalt*/
#footer {
	background-color: #FFFFFF;
	position: relative;
	width: 627px;
	height: auto;
	padding: 0 0 5px 170px;
	margin: 0;
	clear: both;
	background-image: url(img/bg_footer.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-right: 1px solid #666666;
}
/*Footer - Text*/
.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}
/*Tabelle*/
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 20px;
}
td {
	border-bottom: 1px solid #CCCCCC;
}

