/* ################ */
/* # CSS Document # */
/* ################ */

/* Standards */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1c388;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000000;
}

p, ul {
	margin: 0;
	padding-bottom: 10px;
}

ul ul {
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}


div.headingbox div.left {
	float:left;
}   
div.headingbox div.right {
	float:right;
	margin-bottom: 2px;
}   


div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

img {
	border: 0;
}

#seite {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	width: 900px;
	padding-top: 15px;
	background-color: #f1c388;
}

#header {
    background-image: url(../img/bildleisten/bildleiste_startseite.jpg);
	background-color: white;
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-top: 1px;
}

/* ## Navigation ## */
#navigation {
	float: left;
	line-height: 28px;
	padding: 0px 1px 0px 1px;
	height: 34px;
	background-image: url(../img/navigation-hintergrund.jpg);
	background-repeat: repeat-x;
	width: 898px;
	overflow: hidden;
}

#navigation a {
	float: left;
	width: 148px;
	height: 34px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#navigation a.aktiv {
	color: #5c2c0a;
	background-image: url(../img/navigation-aktiv-hintergrund.gif);
	background-repeat: repeat-x;
}

#navigation div.trennung {
	float: left;
	width: 2px;
	height: 34px;
	background-image: url(../img/nav-trennung.gif);
	background-repeat: no-repeat;
}

* html #navigation {
	margin-top: -15px;
}

*+html #navigation {
	margin-top: -15px;
}

/* ## Seitenelemente ## */
#header {
	float: left;
	width: 900px;
	height: 100px;
	border-bottom: 1px solid #ffffff;
}

#inhalte {
	float: left;
	width: 870px;
	min-height: 450px;
	padding: 15px;
	background-repeat: no-repeat;
}

*+html #inhalte {
	margin-top: -15px;
	margin-bottom: -15px;
}

* html #inhalte {
	margin-top: -15px;
	margin-bottom: -15px;
}

.bgstartseite {
	background-image: url(../img/inhalt-hintergrund.jpg);
	background-color: #f7d1a2;
}

.bgtext {
	background-image: url(../img/inhalt-hintergrund.jpg);
	background-color: #f7d1a2;
}

#inhalte #raps-logo {
	text-align: center;
}

#inhalte #startseite {
	margin: 0px auto 0px auto;
	width: 800px;
}

#inhalte #startseite h4 {
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 7px;
}

#inhalte #startseite img.hr {
	padding-bottom: 30px;
}

#inhalte #startseite table {
	border: none;
	border-spacing: none;
	width: 100%;
}

#inhalte #startseite table h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 9px;
	float: left;
}

#inhalte #startseite table h1 {
	font-size: 14px;
	color: #e3001a;
	font-weight: bold;
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	padding-left: 15px;
	margin-top: -2px;
	overflow: hidden;
}

#inhalte #startseite table a {
	color: #e3001a;
	font-size: 12px;
  background-image: url(../img/icon_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 13px;
}

#inhalte #startseite .top {
	background-image: url(../img/news-back-top.png);
	background-repeat: no-repeat;
	width: 192px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}

#inhalte #startseite .content {
	background-image: url(../img/news-back.png);
	background-repeat: repeat-y;
	width: 192px;
	height: 300px;
	vertical-align: top;
	overflow: hidden;
}

#inhalte #startseite p {
	float: left;
	display: block;
	padding-left: 42px;
	width: 130px;
	font-size: 11px;
}

#inhalte #startseite .space {
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}

#inhalte #startseite .bottom {
	background-image: url(../img/news-back-bottom.png);
	background-repeat: no-repeat;
	width: 192px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}

#inhalte #startseite .news-image {
	display: block;
	background-image: url(../img/news-image-back.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 90px;
	float: left;
	margin-left: 10px;
	padding-left: 4px;
	padding-top: 4px;
}

#inhalte #content {
	margin: 10px auto 0px auto;
	width: 800px;
}

#inhalte #breadcrum {
	font-size: 11px;
	color: #a57439;
}

#inhalte #breadcrum #path {
	color: #e3001a;
	font-weight: bold;
}

#inhalte #breadcrum #path a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#inhalte #leftmenu {
	float: left;
	width: 240px;
	padding-top: 1px;
	border-bottom-color: #c9995c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 35px;
}

#inhalte #text {
	float: left;
	width: 490px;
	min-height: 595px;
	background-image: url(../img/text-background.jpg);
	background-repeat: no-repeat;
	background-color: #ffc277;
	padding: 25px 30px 0 40px;
}

* html #inhalte #text {
	height: 595px;
}

#inhalte #text h1 {
	font-size: 21px;
	color: black;
	font-weight: bold;
	line-height: 25px;
}

#inhalte #text h2 {
	font-size: 14px;
	color: #a57439;
	font-weight: bold;
}

#inhalte #text p {
	width: 470px;
	line-height: 20px;
	margin-bottom: 20px;
}

#inhalte #wideimage {
	background-image: url(../img/content/wide-background.gif);
	padding: 5px;
	width: 469px;
	height: 200px;
	margin-top: 20px;
}

#inhalte #normalimage {
	background-image: url(../img/content/normal-background.gif);
	background-repeat: no-repeat;
	padding: 5px;
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#text p strong {
	color: #a57439;
}

#text p em {
	color: #e3001a;
}

#text img.normal {
	float: left;
	margin-right: 20px;
}

#text .produkt {
	display: block;
	float: left;
	width: 480px;
}

#inhalte #text .produkt h1 {
	font-size: 14px;
	background-image: url(../img/heading-back.gif);
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	padding-left: 10px;
	padding-top: 2px;
}

#inhalte #text .produkt h2 {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	color: #e3001a;
	width: 350px;
}

.produkt img {
	background-image: url(../img/content/product-background.gif);
	float: left;
	margin: 0;
	padding: 5px;
	margin-bottom: 25px;
}

#inhalte #text .produkt p {
	margin-left: 10px;
	width: 350px;
	float: left;
	margin-bottom: 0px;
}

.menuitem {
	height: 46px;
	width: 240px;
	vertical-align: middle;
    cursor: pointer;
    padding-left: 0px;
	padding-bottom: 2px;
}

.menutrenner {
	background-image: url(../img/navigation/trenner1.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 240px;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
}

.menuitem .menuimage {
	height: 39px;
	width: 39px;
	float: left;
	background-color: white;
	border: 1px solid #ec0011;
	padding: 1px;
}

.menuitem a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    width: 165px;
    line-height: 16px;
}

* html .menutrenner {
	margin-bottom: -14px;
}

.menu3 {
	background-image: url(../img/pfeil_bg.gif);
	background-repeat: repeat-y;
	height: 25px;
}

.tablehome3 table {
	margin-bottom: -2px;
}

#footer {
	height: 81px;
	background-image: url(../img/footer-hintergrund.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#footer-links {
	color: #f3c389;
	padding-top: 13px;
	font-size: 11px;
	font-weight: bold;
}

#footer-links a {
	color: white;
	text-decoration: none;  
}

#footer-copyright {
	color: #6d481c;
	font-size: 10px;
	padding-top: 18px;
}


#seminare label.seminar {
	width: 110px;
	display: block;
	float: left;
}

#seminare label.von {
	width: 80px;
	display: block;
	float: left;
}

#seminare label.bis {
	width: 80px;
	display: block;
	float: left;
}

#seminare label.pdf {
	width: 100px;
	display: block;
	float: left;
}

#seminare label.anmeldepdf {
	width: 100px;
	display: block;
	float: left;
}

/*
	border: 1px solid red;
*/

* html #inhalte #leftmenu {
	margin-left: 17px;
}
