/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Typo: Navi' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #67676B;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links:
ändert die Farbe der Menülinks, die aktuell nicht ausgewählt sind*/
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.9em 0.5em 0.8em 0em; /* war 1.5em some air for it */
   color: #67676B; /* Die Textfarbe für alle nicht aktiven Links ist grau: 67676B, this will be link color for all levels */
   background-color : transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   padding: 0.2em 0.5em 0.8em 0.9em;
   background-position: 1.5em center;
   background-color: transparent;
   border-bottom: none;
   color: #67676B;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background-color : transparent; 
}


/* hover state for all links */
div#menu_vert a:hover {
/* das ändert die Farbe für den Hover-Effekt*/
   color : #C40008;
   background-color: transparent;
}

div#menu_vert a.activeparent:hover {
   color: #C40008;
   background-color: transparent;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
keine Ahnung, was das ändert
*/

div#menu_vert li a.activeparent {
   background-color: transparent;
   color: #C40008;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #C40008;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
 /* DAS ÄNDERE ICH*/
/* das ändert die Farbe des aktuell ausgewählten Menüpunktes*/
   background-color: transparent;
   display: block; 
   padding: 0.8em 0.5em 0.8em 0em;  /* some air for it war 1.5em */
   color: #C40008;                          /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-weight : normal;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-weight : normal;
   padding: 0em 0.5em 0.8em 0.9em;
   background-position: 1.5em center;
   background-color: transparent;
   border-bottom: none;
   color: #C40008;
   margin : 0;     
}


/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 1.1em;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: transparent;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Typo: Navi' */

/* Start of CMSMS style sheet 'Typo: Stylesheet' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin : 0;
padding : 0;
}

/*
Set initial font styles
*/
body {
   text-align : left;
   font-family : Helvetica, Arial, Verdana, "Lucida Sans", "Trebuchet MS", Geneva, sans-serif;
   font-size : 9pt;
   line-height : 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
Formatiert die Text-Links, aber nicht das Menü
*/

a:link {
   text-decoration: none;
   background-color: transparent;
   color: gray;
}

a:active {
   text-decoration: none;
   background-color: transparent; 
   color: #c40008; 
}

a:visited {
   text-decoration: none;
   background-color: transparent;
   color: gray;
}


a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #c40008;
}

/*****************
basic layout 
*****************/

/* Damit wird der Rand der Seite formatiert 
Hintergrundfarbe = weiß*/
body {
   background-color: white;
   color: black;
   margin: 1em;    /* gives some air for the pagewrapper */
}


/* center wrapper, min max width
Der Pagewrapper formatiert den Inhaltsbereich der Seite
Auch hier ist die Hintergrundfarbe auf weiß gesetzt.*/
div#pagewrapper {
   border: 0px solid white;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 800px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 400px;
   width: 800px;
   background-color: white;
   color: #333;
}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
Das ist der Farbbereich zwischen dem Bild und dem Textbereich. Also der Teil, in dem später unsere Teaser stehen (Gutes Design hinterläßt Spuren, ...). Dieser Bereich ist rot: 100% Magenta, 100% Yellow = C40008
*/
div#header {
   height: 150px;    /* adjust according your image size */
   background: #fff;
   clear : both ;
   margin-bottom : 30px;
}

div#header h1 a {
/* you can set your own image here
formatiert den oberen Bildbereich, in dem das Logo abgelegt ist
und ändert die Hintergrundfarbe. Dieser Bereich ist im Augenblick auch auf sandfarben gesetzt.*/
   background: transparent url(uploads/images/b_home.jpg) no-repeat 0 0px;
   margin-top : 0em;
   display: block;
   height: 120px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#credo {
   padding : 0.6em 4em 0.5em 0em;
   text-align: right;
   color : white;
   background-color : #c40008;
   font-weight :  bold;
   font-size : 1.4em;
   margin-top : 0;
}

/* Aussehen und Position des Slogans*/

div#ABCDESG {
   float : left ;
   margin-left : 7.5em;
}

 div#content {
   margin: 0 0 20px 0;   /* some air above and under menu and content */
}

div#main {
   margin-left: 25.5em;
   width : 35.5em;
   line-height: 1em;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 11.2em;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin: 0em 0 20px 0em;
}

div#menu_vert {
   margin-top : 0.4em;
   border-top : 1px solid #67676B;
}


/*** footer***
Formatiert den Bereich der Fußzeile.
*/
div#footer {
   margin-top : 20px;
   clear: both;       /* keep footer below content and menu */
   color : #67676B;
   background-color : transparent;
   border-top : solid 1pt #67676B;
   border-bottom : solid 1pt #67676B;
}

div#footer p {
   font-size: 1em;
   padding: 0.2em 0 0.3em 0;       /* some air for footer */
   text-align: right;
   margin-left : 300px;
   margin-right : 0;
   margin-bottom : 0;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 2px;
   padding: 1em 0em 1em 0em;
   border-bottom: 2px solid #C40008;
   margin: 1em;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1.8em;
   margin: 0;
}

/* Die normale Headline auf den Seiten */
div#content h2 {
   color: #C40008; /* gleiches rot wie überall */
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1.5em;
   margin-bottom : 0.5em;
}
div#content h3 {
   color: #C40008; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #C40008; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #C40008; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #C40008; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1em 0; /* some air around p elements */
   line-height: 1.3em;
}

p.last {
   margin-bottom : 0em;
}

p.last , p.first , p.interim {
   line-height : 1.5em;
}


/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 2.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div.Reihe {
margin-left : 0px;
}

div.versal {
color : #C40008; 
font-weight : bold;
margin-bottom : 3px;
}

div.Produktlinie {
color : gray;
margin : 0 0 30px 0px;
}

div.impressum {
color : gray;
margin : 0 0 3px 0px;
}

div.Bild1 {
margin-left : 0px;
float: left;
padding : 5px 0;
}

div.Bild2 {
margin-left : 20px;
float : left;
padding : 5px 0;
}

div.Bild3 {
margin-left : 25px;
margin-right : 50px;
float : left;
padding : 5px 0;
}

div.Bild4 {
margin-left : 0px;
float: left;
padding : 5px 0;
}

div.Bild5 {
margin-left : 26px;
float : left;
padding : 5px 0;
}

div.Bild6 {
margin-left : 25px;
float : left;
padding : 5px 0;
}

div.Bild7 {
margin-left : 0px;
float: left;
padding : 5px 0;
}

div.Bild8 {
margin-left : 25px;
float : left;
padding : 5px 0;
}

div.Bild9 {
margin-left : 25px;
float : left;
padding : 5px 0;
}

div.Bild10 {
margin-left : 0px;
float: left;
padding : 5px 0;
}

div.Bild11 {
margin-left : 25px;
float : left;
padding : 5px 0;
}

div.Bild12 {
margin-left : 0px;
margin-top : 36px;
float : left;
padding : 5px 0;
}

div.Bild13 {
margin-left : 15px;
float : left;
padding : 5px 0;
}

div.Bild14 {
margin-left : 15px;
float : left;
padding : 5px 0;
}

div.Bild15 {
margin-left : 0px;
float : left;
padding : 5px 0;
}

div.Bild16 {
margin-left : 25px;
float : left;
padding : 5px 0;
}

div.Bild17 {
margin-left : 5px;
float : left;
padding: 5px 0 7px 0;
}

img.Thumb {
margin-bottom : 5px ;
border : 1pt solid gray;
}

img.Montage {
margin-bottom : 5px ;
}

span.BU_Vorschau {
padding-top : 15px;
clear : left ;
color : gray ;
font-size : 0.8em;
}

div.BU_Vorschau {
padding-top : 0px;
clear : left ;
color : gray ;
font-size : 0.8em;
text-align : center;
}

p.BU_unten {
color : gray ;
font-size : 0.8em;
}

p.BU_rechts {
color : gray ;
font-size : 0.8em;
float : right;
}

span.rot {
color : #C40008;
}

div.address {
line-height : 1.3em;
}

div.description {
float : left;
margin-bottom : 20px;
}

div.Kontakt {
float : left;
line-height : 1.3em;
}

div.nummern {
float : left ;
margin-left : 20px;
line-height : 1.3em;
}

ul.liste {
color : #C40008;
list-style : none outside;
margin-left : 0px;
padding-left : 0px;
}

ul.liste li  {
margin-left : 0px;
padding-left : 0px;
border : 1pt maroon solid;
}

span.liste {
color : gray ;
}

td {
padding-top : 1em;
}

input , textarea {
margin-top : 3px;
}

td.oben {
padding-top : 0em ;
}

td.align_right {
text-align : right ;
}


/* END LISTS */
/* End of 'Typo: Stylesheet' */

