@charset "UTF-8";
/* CSS Document */

/*Allgemeine Einstellungen*/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

#maintable {
    margin-left: auto;
      margin-right: auto;
      width:897px;
background-color:#fff;
    }


/*    html
*******************************************************************************/
html {
    min-height: 100%;
    margin-bottom: 0px;
}

/*    body
*******************************************************************************/
body {
    font-family:verdana, arial, helvetica, sans-serif;
    font-size: medium;
	background-color:#f0f0f0;
}

.clearer {
    display:block;
    clear:both;
    line-height:0;
    height:1px;
    font-size:0;
    visibility:hidden;
}

.clear {
    clear:both;
    height: 1px;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning,
#main-block .warning { color:#f00; }


/*    website
*******************************************************************************/
#website {
    height:100%;
    color:#000;
    text-align:left;
}

/*    header
*******************************************************************************/
#header {
    height:150px;
    background-image:url(../img/header_logo.jpg);
}

/* breadcrumb
*******************************************************************************/
#breadcrumb {
    float:right;
    padding-right: 12px;
}

#breadcrumb a,
#breadcrumb a:link {
    color:#F66013;
}

#breadcrumb a:hover {
    text-decoration:underline;
}

#caption_left_color {
/*       background-color: #90abb4; */
       background-color: #d4e4ea;
              font-size: 12px;
            font-weight: bold;
             font-style: italic;
                padding: 6px;
             margin-top: 12px;
          margin-bottom: 3px;
             text-align: left;
}


/*    Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
    font-family:arial, helvetica, verdana, sans-serif;
    font-size:1.4em;
    font-weight:bold;
    font-style:italic;
    line-height:2.5em;
}

#main-block .teaser h1 {
    font-size:1.4em;
    line-height:1.8em;
}

/* Headline 2 */
#main-block h2 {
    font-family:arial, helvetica, verdana, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    font-style:italic;
    line-height:1.4em;
}

/*    content
*******************************************************************************/


#content, #content2 {
    display:block;
    clear:both;
    position:relative;
    padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
    height:1px;
}
/* end hide */


/*    MAIN
*******************************************************************************/

#main {
    float:left;
    width:760px;
    font-size:12px;
}

#main table {
  font-size:12px;
}

#main table th {
background-color:#CCCCCC;
border-left:1px solid #fff;
padding:3px;
}

#main table td {
padding:3px;
vertical-align:top;
}

#main-block {}

#main-block2 {

    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

/*    Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
    margin-bottom:1.2em;
    font-size:1em;
    line-height:1em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
    font-size:1em;
}

#main-block ul {
    margin-left:25px;
    list-style-type:square;
}

#main-block ol {
    margin-left:25px;
    list-style-type:decimal-leading-zero;
}


/*    Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
    color:#090;
    text-decoration:underline;
}

#main-block a:hover {
    color:#000;
}



/*    Images
------------------------------------------------------------------------------*/
#main-block div.image {
    margin-bottom:0;
}
#main-block div.image p {
    margin:0;
    font-size:0.9em;
}
#main-block div.flLeft {
    margin-right:14px;
}
#main-block div.flRight {
    margin-left:14px;
}

/*    footer
------------------------------------------------------------------------------*/
#footer {
    background-color:#90abb4;
    padding:5px;
    vertical-align:middle;
    text-align:center;
    font-size:9px;
}


/*    Menu
------------------------------------------------------------------------------*/

.menu {
  font-family: verdana, sans-serif;
  width:897px;                    /*  (1)  */
  position:relative;
  font-size:1.1em;
  padding-bottom:5px;
  z-index:9; /* Wert 200 verursachte Probleme mit Lightbox2, da Menu ueber Bild! */
  left: 1px;
  top:-1px;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0;
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a,
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block;
  text-decoration:none;
  color:#fff;
  width:117px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:25px;                    /*  (2)  */
  border:1px solid #fff;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:1px 1px 0 0;
  background:#90abb4;
  padding-left:10px;
  line-height:25px;               /*  --> (2)  */
}


* html .menu ul li a, .menu ul li a:visited {
  width:117px;                    /* fuer 'normale' Browser */
  w\idth:117px;                   /* fuer IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px;
  border-collapse:collapse;
  font-size:0.8em;
}

/* li:hover  fuer non-IE-Browser  ---  a:hover  fuer IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#555;
  background:#ddd;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block;
  position:absolute;
  top:25px;                          /*  --> (2)  */
  margin-top:1px;
  left:0;
  width:116px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden;
  position:absolute;
  height:0;
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block;
  background:#ddd;
  color:#555;
  height:auto;
  line-height:1.2em;
  padding:5px 10px;
  width:107px
}
* html .menu ul li a:hover ul li a {
  width:107px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#000 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#aaa;
  color:#fff;
}

/*    News Ausgabe
------------------------------------------------------------------------------*/

.news {
 width: 749px;
}

.newswrapper {
 width: 749px;
 margin: 1em 0;
 border: 1px solid #666;
}

.pag {
 width: 729px;
 margin: 1em 0;
 border: 1px solid #666;
 font-weight: bold;
 background-color: #d4e4ea;
 padding: 10px;
}

.pag-left {
 float: left;
 width: 75%;
}
.pag-right {
 float: left;
 width: 25%;
 text-align: right;
}

.newstop {
 border-bottom: 1px solid #666;
 background-color: #DDDDDD;
 padding: 5px;
}

.newsheader {
 font-weight: bold;
}

.newspic {
 padding: 5px;
}

.newsmain {
 padding: 5px;
}


/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:5px;
	width:725px;
	background-color:#DDDDDD;
	margin:0px;
    line-height: 24px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
    border-bottom:2px solid #FFFFFF;
	font-size:12px;
	color:#000000;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
	width:725px;
	background-color:#d4e4ea;
	margin:0px;
    line-height: 20px;
	}

.list_content3 {
	font-style:italic;
    font-size:12px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	width:725px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 20px;
	}

/* Modulname: Textile Editor mit Artikelbild */

.fllinks {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

.flrechts {
	float:right;
	padding:0px;
	margin:14px 0px 0px 14px;
}



/* Submenue links */

#navigation {
	position: relative;
	left: 2px;
	top: 13px;
	float: left;
	width: 130px;
/*	background-color: #fff; */
}

#navigation ul.nav2nd li {
	padding: 0;
	margin-right: 3px;
	font-size: 12px;
	font-weight: normal;
	background-color:#d4e4ea;
	border-top:1px solid #fff;

}

#navigation ul.nav2nd a,

#navigation ul.nav2nd a:link {
/*	display: block; */
	padding: 4px 0 4px 0;
	color: #517689;
	line-height: 22px;
}

#navigation ul.nav2nd a.current,

#navigation ul.nav2nd a.current:link {
	color: #F66013;
	font-weight: bold;
	margin-left: 3px;
/*	border-top:1px solid #fff;*/
}

#navigation ul.nav2nd a:hover {
	color: #F66013;
	margin-left: 4px;

/*	 border-bottom: 1px solid #E7E7E7;*/
/*	border-top: 1px solid #E7E7E7;*/


}



/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

.zweispalter {
  width: 710px;

}

.zweispalter_1 {
  width: 350px;
}

.zweispalter_2 {
  width: 350px;
  margin-left: 10px;
}

.zweispalter_1,
.zweispalter_2 {
  float: left;
}

.clboth {
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}


/* Formatierungen für Kontaktformular */
/* allgemein */
#contactform input, #contactform textarea, #contactform select, #contactform button {
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
              font-size: 12px;
}
#contactform input.text {
                  width: 435px;
}

/* speziell */
#contactform textarea.nachricht {
                  width: 435px;
                 height: 150px;
}