/* 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,
div#main hr.accessibility {
   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
*/

/* clearing removed :-)

*/

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000;
  background: #FFE9AF;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/


div#fpnews {
background: #fff;
padding: 10px;
}
div#fpnews p.newsdate {font-size: .7em; margin: 0;}

#content div#fpnews h3 {font-size: 1em;}
div#fpnews {padding: 6px;  }

div#fpnews ul{
padding-left: 10px;
line-height: 1.2em;
}

div#fpnews h3 a {
color: #f00;
text-decoration: none;}

/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/*
background-color for the entire menu row,
covering 100% of the width and text center-aligned
*/
div#menu_horiz {
   background-color: #4d4b4a;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/*
the menu ul box has top and left border,
right border is provided by the li elements
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-left:  30px solid #f00;
   padding-left: 2px;
   height:1.8em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */
   border-right: 2px solid #fff;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .4em .6em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   font-weight: 700;
   padding-left: 20px;
   padding-right: 20px;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #f00;
   color: #fff;
   padding-left: 20px;
   padding-right: 20px;
}
div#menu_horiz a.activeparent:hover {
   background-color: #f00;
   color: #fff;
   padding-left: 20px;
   padding-right: 20px;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #ff0000;
   color: #fff;

}

div#menu_horiz h3 {

   padding: .4em .6em; /* padding inside the list item box */
   padding-left: 20px;
   padding-right: 20px;
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #f00;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;
font-weight: 700;                          /* instead of the normal font size for <h3> */
}

/* End of 'Navigation: Simple - Horizontal' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 5px;
   margin-left: 1em;
}


/* 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;
   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 */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(/images/cms/arrow-right.gif) no-repeat 0.5em center;
   min-height:1em; /* Fixes IE7 whitespace bug */
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(/images/cms/dash.gif) no-repeat 2.8em center;
}

/* 4th level links, more padding */
div#menu_vert ul ul ul ul a {
   padding: 0.3em 0.5em 0.3em 5.3em;
   background: url(/images/cms/dash.gif) no-repeat 4.3em center;
}

/* hover state for all links */
div#menu_vert a:hover {
color: #ff0000;
}
div#menu_vert a.activeparent:hover {
   background-color: #eeeeee;
   color: #18507C;
}

/*
active parent, that is the first-level parent
of a child page that is the current page
*/
div#menu_vert li a.activeparent {
   background: url(/images/cms/arrow-down.gif) no-repeat 0.4em center;
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center;
   background-color: transparent;
   color: #18507C;
}

div#menu_vert ul ul ul li a.activeparent {
   background-position: 2.6em center;
   background-color: transparent;
   color: #18507C;
}

/*
current pages in the default Menu Manager
template are unclickable. This is for current page on first level
*/
div#menu_vert ul h3 {
   background: url(/images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* 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 */
}

/*
next level current pages, more padding,
smaller font and no background color or bottom border
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;
}

div#menu_vert ul ul ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 5.3em;
   background-position: 4.3em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(/images/cms/arrow-right-active.gif) no-repeat 2.7em center;
}

/* current page on fourth level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(/images/cms/arrow-right-active.gif) no-repeat 2.7em center;
}

/* section header */
div#menu_vert li.sectionheader {
   font-size: 100%;
   font-weight: bold;
   padding: .4em 0 0.4em 1.4em;
   line-height: 1em;

   margin: 0;
   text-align:left;
}



/* 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 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	background-image: url(/uploads/images/fond_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*
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
*/
/* set all links to have underline and bluish color */
a,
a:link
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
   color: #18507C;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
      color: #ff0000;
}

/*****************
basic layout
*****************/
body {
   background-color: #DADFD1;
   color: #333;
 /*  margin:1em; */ /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper1,
div#pagewrapper2 {
margin: 0 auto;
width: 100%;
max-width: 1010px; /* IE wont understand these, so we will use javascript magick */
   min-width: 760px;
   color: black;
position: relative;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 222px; /* adjust according your image size */
background: #8286A3 url(/uploads/images/bg.jpg) no-repeat center 0;
}




div#topmain h1 {padding: 0;
margin-top: 110px;
color: #000;
font-size: 30px;
font-family: georgia,"times new roman","times roman", serif;
line-height: 1.5em;
text-indent: -999em;
background: transparent;
}



div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   padding-left: 30px;
clear: left;
}

div#content {
padding-top: 1.5em;
   margin: 0 auto 2em 0; /* some air above and under menu and content */
overflow: hidden; position: relative;
}


div#topmain,
div#main {
   float: left;
 width: 45%;
   margin-left: 25%;
   margin-right: 0%;
   padding: 0;

}

div#topmain {
background-color: transparent;

}

* html #main {display: inline;}
* html #topmain {display: inline;}

div#topleftsidebar,
div#leftsidebar {
   float: left;
   margin-left: -69.5%;
   margin-right: 0;
   width: 24%;
   padding: 0;
position: relative;


}


div#toprightsidebar,
div#rightsidebar {
   float: right;
   width: 25%;
   padding-right: 0;


}

div#rightsidebar {
text-align: left;
border: none;

}

div#toprightsidebar,
div#topleftsidebar
 {

background-color: #transparent;
height: 160px;
}
div#topleftsidebar {

text-align: center;
vertical-align: middle;
}

div#topleftsidebar img {
border: 1px solid #c00;
position: relative;
top: 35px;
}

div#toprightsidebar {
text-align: center;

}

div#toprightsidebar a{

}


/* if sidebar doesnt include menu but content add class="hascontent" */
div#leftsidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
   border-top: 0px solid #999;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}





/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.5em;  /* font size for h1 */
   line-height: 1.3em;
   margin: 0 0 10px 0;
   color: #900;
}
div#content h2 {
   font-size: 1.8em;
   text-align: left;
   color: #f00;
font-family: arial,helvetica, sans-serif;

   padding-bottom: 1px;
 /* background-color: #ec8;  */


   line-height: 1.3em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #666;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

q {
line-height: 1.4em;
font-style: italic;
margin-bottom: 1em;
}
blockquote {
line-height: 1.5em;
   margin: 0 0 1em 50px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}





/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.7em 3em;
}

dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 0;
}
dl dd {
   margin: 0 0 1em 2em;
}

/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */




/* new styles */

div#newproducts {
margin-left: 3em;
width: 160px;
}

div#newproducts a {
text-decoration: none;
color: #f00;
font-weight: 700;
}

div#main hr {   position: relative;
   top: 0;
   left: 0;
margin-bottom: 1em;}

img.links {float: left; width: 200px; margin: 0 20px 10px 0; border: 1px solid #999}
img.rechts {float: right;  width: 200px; margin: 0 0 10px 20px; border: 1px solid #999}
img.frei {float: right;  width: 200px; margin: 0 0 10px 20px; border: none;}

img.bb {
float: left;
margin: 4px 4px 0 0;
border: 1px solid #900;
}

div#toprightsidebar img {
margin: 10px;
}

div#context {
background-color: #fff;
padding: 10px;
}

div#context img {
margin-bottom: 10px;
}




div#efa {text-align: right;
padding: 6px 0;}

table {margin: 10px 0 20px 0;}
td {padding: 4px}



table.std  {
border-collapse: collapse;
width: 99%;
}



table.std th,
table.std td,
table.dbview th,
table.dbview td
 {
padding: 4px;

}


table.std td.bold {
background-color: #fed;
border-top: 1px solid #900;
}







/* spezifisch wg. album.css */
div#main > ul {
margin: 1em;
 list-style-type: circle;
}
div#main > ul li {
line-height: 170%; margin-left: .6em;
margin-bottom: 6px;

 padding-left: 10px;
/*
background-image: url(/images/bullet.jpg);
background-position: 0 4px;
background-repeat: no-repeat;
*/
}


/*  ###################   */
/*  Anfrageformular       */
/*  ###################   */

textarea {background: #ffe; width: 90%}
legend {color: #000;}
form li {list-style-type: none; margin-bottom: 4px;}
form.anfrage {width: 80%}
form.anfrage input.text {width: 50%; margin-right: 30px;}
form.anfrage input#rueckruf { margin-right: 24px;}
form.anfrage fieldset {padding: 1em;}
form.anfrage label {padding: .5em;}
form.anfrage legend {padding: .5em;}
form.anfrage textarea {margin-bottom: .5em;background: #efefef;}
fieldset.text {text-align: right;}
fieldset {border: 1px solid #ccc}
input.text {background: #efefef; border: 1px solid #987}


div#gm {width: 500px; height: 400px;}
div#gmsb {margin-top: 20px}
div#gmapmarker {width: 300px !important}
div#gmapmarker p {}



span.searchword {
border: 1px solid #f00;
padding: 0 1px;
margin: 0 1px;
background-color: #ff9;}

body div#toolTip { position:absolute;z-index:1000;width:220px;background:#F0EDE2;border:1px solid #000;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p {font-weight:700; padding: 4px; margin: 0;color:#000;}
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:700; }
body div#toolTip p em span { font-weight:700;color:#fff; }




