﻿/* USED COLORS ------------------------------------------------- */
/* original logo blau                       #246AAA neu #3d65aa 61,101,170*/ 
/* original logo orange                     #F7A800     247,168,0*/ 
/* dunkler logo orange                      #ff9f00              */
/* blau hell hell                           #8aa5d4              */
/* blau hell                                #6e94d4              */
/* blau dunkel                              #0C406F alt und neu  */
/* blau hell hell hell                      #BDCDEA              */

/* black (e.g. font)                        #000000    schwarz   */
/* anthrazit                        		    #333333    anthrazit */
/* hellgrau	                        		    #CCCCCC    hellgrau  */
/* rot		                        		      #f40101    rot	     */
/* orange	                        		      #ff6c00    orange	   */

/* deeppink green khaki magenta orangered yellow	     */
                                            
/* GENERAL ----------------------------------------------------- */	
* {
margin: 0;
padding: 0;
}      

body {
margin: 0;
padding: 0;
font-size: 100.01%;
color: #0C406F;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center;
background: url(../img/background.png) repeat;
}

#wrapper {
width: 960px;
margin: 16px auto 20px auto;
text-align: center;
background: url(../img/header.png) no-repeat 0 30px #fcfcfc;
position: relative;
border: 0px solid #0C406F;
}

/* top logo */

#top {
width: 960px;
height: 90px;
text-align: right;
padding-top: 10px;
}

/* menue */
/* linkes Hauptmenue */
#menue {
position: absolute;
top: 239px;
left: 0;
margin: 0;
background-color: transparent;
}
ul#css3menu1, ul#css3menu1 ul {
margin: 0;
list-style: none;
padding: 0;
border-width: 0;
border: 0px solid magenta;
}
ul#css3menu1 ul {
visibility: hidden;
position: absolute;
left: 100%;
top: 0;
opacity: 1;
transition: opacity 0.5s;
background-color: #3d65aa;
padding: 0 3px 3px 0;
}
ul#css3menu1 li:hover > ul {
visibility: visible;
opacity: 1;
}
ul#css3menu1 li {
position: relative;
display: block;
white-space: nowrap;
font-size: 0;
}
ul#css3menu1 li:hover {
z-index: 1;
}
ul#css3menu1 ul ul {
position: absolute;
left: 100%;
top: 0;
box-shadow: 0 0 1px #ffffff;
}
ul#css3menu1 {
font-size: 0;
z-index: 999;
position: relative;
display: block;
float: left;
padding: 0 0 5px;
border: 0px solid magenta;
}
ul#css3menu1 > li {
margin: 5px 0 0;
}
ul#css3menu1 a:active, ul#css3menu1 a:focus {
outline-style: none;
}
ul#css3menu1 a {
display: block;
vertical-align: middle;
text-align: left;
text-decoration: none;
font: 16px "Open Sans", Helvetica, Arial, sans-serif;
color: #FFFFFF;
cursor: pointer;
padding: 7px 28px;
border-width: 0;
border-style: none;
border: 0px solid magenta;
}
ul#css3menu1 ul li {
float: none;
margin: 3px 0 0;
}
ul#css3menu1 ul a {
text-align: left;
padding: 7px;
background-color: #3d65aa;
font: 16px "Open Sans", Helvetica, Arial, sans-serif;
color: #FFFFFF;
text-decoration: none;
}
ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed {
border-style: none;
color: #FFFFFF;
text-decoration: none;
}
ul#css3menu1 img {
border: none;
vertical-align: middle;
margin-left: -12px;
margin-right: 7px;
margin-top: -15px;
margin-bottom: -13px;
}
ul#css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
background-color: #5799D4;
color: #FFFFFF;
text-decoration: none;
}
ul#css3menu1 li.topmenu > a {
background-image: url("../img/orange.png");
background-position: left center;
background-repeat: no-repeat;
background-color: #3d65aa;
border: 0px solid yellow;
}
ul#css3menu1 li.topmenu:hover > a, ul#css3menu1 li.topmenu a.pressed {
background-color : #5799D4;
} 

/* ende menue */


h1 {
font-family: verdana, arial, helvetica, sans-serif;
color: #f7a800;
font-size: 2rem;		
}

h2 {
font-family : verdana, arial, helvetica, sans-serif;
margin-top : 2rem;
margin-bottom : 1rem;
color : #f7a800;
} 

h3 {
font-family: verdana, arial, helvetica, sans-serif;
color: #f7a800;
line-height: 2rem;		
}

/* Sprungmarke */
a.nachoben {
font-family : verdana, arial, helvetica, sans-serif;
font-size: 60.01%;
margin-top : 1rem;
margin-bottom : 1rem;
color : #F7A800;
}

#content {
text-align: left;
margin-top: 126px;
margin-left: 250px;
line-height: 1.3em;
background-color: transparent;
padding-bottom: 0.4em;
min-height: 500px;
height:auto !important;  /* fÃ¼r fast alle Browser */
height:600px;  /*fÃ¼r den alten IE */
border: 0px solid yellow;
}

#contin {
padding: 4px 1.5em 0 1em;
}

#content p {
color: #0C406F;
margin-bottom: 0.9em;
}

#contin p {
padding-right: 1.5em;
}

#contin ul {
margin-left : 24px;
list-style-type : square;
} 

#contin ul li {
margin-bottom: 0.5em;
padding-right: 1.5em;
list-style-image: url(../img/quadrat_orange.png);
}

#contin ul.mabst li {
margin-bottom: 1.5em;
padding-right: 1.5em;
}

#spaltemitte {
float: left;
margin-left: 80px;
width: 500px;
height: 300px;
}

#spaltelinks {
float: left;
width: 280px;
}
#spalterechts {
float: right;
margin-right: 80px;
width: 280px;
}

.textre {
width: 195px;
margin-bottom: 20px;
border: 1px solid #ccc;
}

.textre .innerdiv{
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.textre p {
padding: 2px 8px;
font-size: 0.7em;
margin-bottom: 0;
line-height: 1.3em;
}


 

/*tabelle impressum*/
.CSS_Table {
	margin:-9px 0px 0px -9px;padding:0px;
	width:100%;
}
.CSS_Table table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSS_Table tr:first-child td{
  vertical-align:top;
}
.CSS_Table td{
	text-align:left;
  vertical-align:top;
	padding:7px;
  font-size: 80.01%;
  color: #0C406F;
  font-family: verdana, arial, helvetica, sans-serif;
}
.CSS_Table tr:last-child td{
  vertical-align:top;
}

/*tabelle bauweise*/
.CSS_Thor {
	margin:-9px 0px 0px -9px;padding:0px;
	width:100%;
}
.CSS_Thor table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
  background-color : #F7A800;
  border: 1px solid #7690DC; 
}
.CSS_Thor tr:first-child td{
  vertical-align:top;
  border-width:0px 1px 1px 0px;
}
.CSS_Thor td{
	text-align:left;
  vertical-align:top;
	padding:7px;
  border: 1px solid #7690DC;
  border-width:0px 1px 1px 0px;
  font-size: 80.01%;
  color: #0C406F;
  font-family: verdana, arial, helvetica, sans-serif;
}
.CSS_Thor tr:last-child td{
  vertical-align:top;
  border: 1px solid #7690DC;
  border-width:0px 1px 1px 0px;
}
/* ---- */
.breaker {
clear: both;
height: 20px;
background-color: #F7A800;
font-size: 11px;
color: #FFFFFF;
line-height: 18px;
}




/*clear alle floats und fix firefox und ie bgcolor-bug */
div.clearer {
clear: both;
font-size: 1px;
line-height: 1px;
display: block;
height: 1px;
} 

p.iebug {
height: 1px;
}

a:link {
color: #0C406F;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color: #0C406F;
text-decoration: underline;
}

a:active, a:hover {
color: #0C406F;
text-decoration: underline;
background-color: transparent;
}

/* verborgen vor IE5-mac \*/
* html p, h1, h2, h3, h4, h5, #contin {height: 1%;}
/* Ende verborgen vor IE5-mac */



p, li {
font-size: 0.8em;
}

img {
border: 0;
}

.fett {
font-weight: bold;
color: #353535;
}

.klein {
font-size: 0.7em;
}

.toplink {
font-size: 0.65em;
text-align: right;
margin-top: 3em;
}

/* zoom*/
.foto
{
margin: 0;
padding: 0;
}

.foto img
{
border: none;
}

.foto li
{
list-style: none;
position: relative;
} 
a .gross
{
display: none;
} 
a:hover .gross
{
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 1;
} 
a .gross_unten
{
display: none;
}
a:hover .gross_unten
{
display: block;
position:absolute; top:-220px; left:-360px; width:600px; height:450px;
      z-index:3; 
} 

#slider {
width:90%;
height:auto;
margin: 20px 0px 0px 19px;
}

.nivo-caption {
background: #F7A800;
}