/* CSS Document */


body {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 1em;
	margin:0px;
	padding:0px;
	/*text-align:center; Wird nichtmehr benötigt da outer_container margin auf auto hat */
	background-color:white;
	padding-bottom:20px;
	background-image:url(../images/elemente/hg_verlauf1.gif);
	background-repeat:repeat-x;
}

h1 {
	font-size:1.05em;
	padding-top:8px;
	margin-top:12px;
	margin-bottom:8px;
	font-weight:bold;
}


h2 {
	font-size:0.95em;
	padding-top:6px;
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
}


h3 {
	font-size:0.85em;
	padding-top:6px;
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
}

p {
	margin:0px;
	font-size:0.8em;
}

p.kleinSchwarz {
	margin:0px;
	font-size:0.55em;
}

p.kleinGrau {
	margin:0px;
	font-size:0.7em;
	color:#555555;
}


ul {
	font-size: 0.8em;
	list-style-position:outside;
	margin-bottom: 8px;
	line-height:1.3em;
	margin-top:8px;	
	list-style-image: url("../images/elemente/aufzaehlungszeichen.gif");
	padding-left:25px;
	margin-left:0px;
}

/* Layout - Boxen */

#outer_container {
	text-align:left;
	width:980px;
	margin:0px auto 0px;
	border:1px black solid;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#FFFEDB;
}

#header_outer{
	width:980px;
	height:172px;
	background-image:url(../images/elemente/verlauf_oben.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px;	
	overflow:hidden;
	/*background-color:#f1f1f1;*/
}

#menu_top{
	width:980px;
	height:24px;
	padding:0px;
	background-color:#FF6100;
	border-top:1px #6D2B03 solid;
	border-bottom:1px #6D2B03 solid;
	overflow:hidden;
	z-index:1;
}

#header_left{
	width:auto;
	height:130px;
	float:left;
	text-align:left;
}


#header_right{
	width:350px;
	height:172px;
	float:right;
	padding:0px;
	text-align:right;
	background-image:url(../images/elemente/chips_header.jpg);
	background-repeat:no-repeat;
	background-position:14px -36px;
}

#header_slogan {
	float:left;
	background-image:url(../images/logos/rabeler_slogan.gif);
	height:65px;
	width:458px;
	position:relative;
	top:95px;
	left:20px;
}	

#main_outer{
	width:980px;
	background-image:url(../images/elemente/hintergrund_gruen.gif);
	background-position:-110px 0px;
	background-repeat:repeat-y;
}

#main_left{
	width:170px;
	float:left;	
	background-image:url(../images/elemente/verlauf_gruen_unten.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*Border right für das kleine Stück Verlauf ganz oben. Weiter unten ist die Border im Hintergrund integriert*/
	border-right:1px black solid;
}

#menuWrapTs {
	border-top:1px #936E0B solid;
	border-bottom:1px #936E0B solid;
	width:170px;
}

.left_boxtitle {
	margin-top:30px;
	margin-bottom:8px;
}

.left_boxtitle p{
	/* Absatz mit dem Haupttitel in den linken Boxen*/
	color:#FFBF13;
	font-weight:bold;
	margin-left:15px;
}

#left_adresse {
	background-color:#8BBF6B;
	padding:15px;
	padding-right:5px;
	margin:0px;
	margin-top:35px;
}

.left_adresse_logos {
	margin:5px 0px;
	padding-top:5px;
	border-top:1px solid #A5DB83;
	width:140px;
}

.left_adresse_logos a {
	text-decoration:none;
}

#content_container {
	background-image:url(../images/elemente/verlauf_unten.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#main_content{
	padding-left:190px;
	padding-top:20px;
	padding-right:170px;
	margin:0px;	
	border:0px red solid;
}


#main_right{
	width:135px;
	float:right;
	background-image:url(../images/elemente/chips_unter_menu.jpg);
	background-repeat:no-repeat;
	background-position:11px -1px;
	border: 0px red solid;
	padding:0px;
	padding-right:1px;
	text-align:right;
}

#menu_right {
	margin-top:15px;
	margin-bottom:5px;
	width:135px;
	text-align:right;
}

#menu_images {
	margin-top:100px;	
}

#footer {
	clear:both;
	margin-top:25px;
	margin-bottom:0px;
	text-align:right;
	border-top:1px black solid;
	padding-bottom:20px;
}

/* Menüboxen */

table.menu_main {
	/* Die Tabelle, in der das Hauptmenü angezeigt wird */
	border-collapse:collapse;
}

td.menu_main_cell {
	border:0px #aaaaaa solid;	
	text-align:center;
	padding:0px;
}

/* Allgemeine Links*/

a{
	color:#cF5331;
}

a.boxtitle {
	color:#FFBF13;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	padding:0px;	
}

a.menu_main_NO, a.menu_main_ACT {
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
	display:block;
	float:left;
	margin:0px;	
	padding-top:3px;
	padding-bottom:6px;
	width:120px;
}

a.menu_main_ACT {
	background-color:#FF9351;
}

a.menu_main_NO:hover, a.menu_main_ACT:hover{
	text-decoration:underline;
	background-color:#FF9351;
}



a.menu_left {
	color:white;
	font-weight:normal;
	text-decoration:none;
	font-size:0.75em;
	display:block;
	margin:0px;	
	padding-top:4px;
	padding-bottom:5px;
	padding-left:30px;
	border-top:1px #417124 solid;
	border-bottom:1px #2A580E solid;
	background-color:#306411;
}

a.menu_left_2 {
	/* Eingerückt */
	padding-left:45px;
}

a.menu_left_ACT {	
	background-color:#154900;	
}

a.menu_left:hover {
	background-color:#154900;
}


a.menu_right_NO {
	color:black;
	width:130px;
	border:none;
	padding-right:5px;
	display:block;
	font-size:0.75em;
	text-align:right;
	margin-right:0px;
	text-decoration:none;
}

a.menu_dropdown_IFSUB {
	background-image:url(../images/elemente/pfeil.gif);
	background-repeat:no-repeat;
	background-position:right;
}

a.menu_dropdown_NO, a.menu_dropdown_ACT, a.menu_dropdown_IFSUB {
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:0.65em;
	margin-top:0px;
	display:block;
	float:none;
	margin-left:0px;
	width:113px;
	text-align:left;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	background-color:#FF6100;
}

a.menu_dropdown_NO:link, a.menu_dropdown_IFSUB:link,
a.menu_dropdown_NO:active, a.menu_dropdown_IFSUB:active,
a.menu_dropdown_NO:visited, a.menu_dropdown_IFSUB:visited {
	color:#000000;
	background-color:#FF9351;
}

a.menu_dropdown_ACT:link, a.menu_dropdown_ACT:active, a.menu_dropdown_ACT:visited {
	color:#000000;
	background-color:#FF6100;
}

a.menu_dropdown_NO:hover, a.menu_dropdown_ACT:hover,a.menu_dropdown_IFSUB:hover {
	text-decoration:underline;
	background-color:#FF6100;
	color:#000000;
}

.menu_dropdown_outer {
	border:1px #000000 solid;
	border-top:none;
	width:119px;
}


a.menu_lang_NO {
	margin-left:10px;	
}

/* Vier Klassen für die 4 unterschiedlichen Bilder rechts im Menü*/
a.bildrechts {
	padding:5px;
	display:block;
	height:50px;
	width:125px;
	text-decoration:none;
	color:#0F2F03;
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	margin-top:4px;
}

a.bild1 {
	background-image:url(../images/menu_rechts/bild1.jpg);	
}

a.bild2 {
	background-image:url(../images/menu_rechts/bild2.jpg);
}

a.bild3 {
	background-image:url(../images/menu_rechts/bild3.jpg);
}

a.bild4 {
	background-image:url(../images/menu_rechts/bild4.jpg);
}





/* Mailform designen */
.csc-mailform {
	border:none;
	padding:0px;
}

.csc-mailform-field {
	padding-top:5px;
}

label {
	display:block;
	width:250px;
	margin-bottom:3px;
	float:left;
	font-size:0.8em;
}

Input{  	
	border: 1px #999999 solid;
	width:240px;
}

input.csc-mailform-submit{
	float:none;
	margin-left:250px;
}

input.csc-mailform-check {
	border:none;
}

Textarea{  	
	border: 1px #999999 solid;
	font-family: Verdana,Arial,Sans-Serif;
	width:240px;
}




/*
********************
Besondere Inhaltselemente
********************
*/

#spacertop {
	height:10px;
}

.news-item-latest {
	margin-left:15px;
	margin-bottom:10px;
}

.news-item-latest p {
	font-size:0.7em;
	color:white;
}

.news-item-latest a {
	text-decoration:none;
	color:white;
	font-size:0.9em;
}

.titelbild {
	/* Großes Bild, das auf der Homepage angezeigt wird */
	margin-left:30px;
	margin-top:10px;
}


div.csc-textpic {
	/*overflow hidden notwendig, damit die Bilder im FF innerhalb des umschließenden DIVs bleiben und 
	nicht irgendwohin floaten */	
	overflow:hidden;
}

div.csc-textpic-image {
	border:1px black solid;
}

dd.csc-textpic-caption {
	font-size:0.70em;
	color:#666666;
	/*background-color: #f3f3f3;*/
	background-image:url('../images/menu_bg.png');
  	background-repeat:no-repeat;
	padding:2px;
	border:0px black solid;
	border-top:none;
	margin-top:-1px;
	background-color:white;
}


.tx-newloginbox-pi1 input {
  	/* Input-Felder innerhalb von new-Login */
	width:150px;  
}

/*** TABELLEN ***/

.tabelle-mit-rand {
	border: 1px #808080 solid;
	border-collapse:collapse;
}

.tabelle-mit-rand td {
	vertical-align:top;
	font-size:0.9em;
	border: 1px #808080 solid;
	padding:8px;
	margin:0px;
}

.tabelle-ohne-rand {
	font-size:0.9em;
}

.tabelle-ohne-rand td {
	vertical-align:top;
	padding:8px;
	margin:0px;
}

.produkttabelle {
	border:1px solid #999;
	border-bottom:none;
	background-color:#FDFFF0;
	float:none;

	border-collapse:collapse;
}

.produkttabelle tr:hover {
	background-color:#F9FFD0;
}

.produkttabelle td {
	padding:4px 15px;
	margin:0px;
	vertical-align:top;
	border-bottom:1px solid #999;
}

.produkttabelle a {
	display:block;
}

.produkttabelle-first-line {
	font-size:0.8em;
	font-weight:bold;
	background-color:#F3F3F3;
}

.besonderer-link {
	border:1px solid #999;
	background-color:#FDFFF0;
	padding:4px;
	width:100px;
}

.produktionsbereiche td {
	border:1px solid #999;
	background-color:#FDFFF0;
}

.produktionsbereiche td:hover {
	background-color:#F9FFD0;
}

.produktionsbereiche p {
	padding:3px;
}

.produktionsbereiche li {
	font-size:0.7em;
}
