﻿html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	color:#646567;
	text-align:left;
	background-color: #fff;
	margin-top:20px;
		margin-left:20px;
			background-position: 820px 160px;
	background-image: url(demogr_trans.gif);
		background-repeat: no-repeat;

	

}
p{margin:0 10px 10px}
a{display:block;color:#003882; padding:1px}
div#header {height:115px;line-height:80px;margin:0;
  padding-left:0px;color: #fff; border:none;border-color:#000000;
  border-width:1px;}
  
div#container{text-align:left}


div#footer{color: #FFF}

div#footer p{margin:0;padding:5px 10px}

div#container{width:1200px;margin:0 auto}

div#wrapper{float:left;width:100%}


div#content{
margin: 0 105px;
width:590px;
margin-top:53px;
float:left;
}

div#navigation{float:left;width:100px;margin-left:0px}

div#extra{float:left;width:120px;margin-left:-120px;
}


div#footer{clear:left;width:100%}
.style1, h1{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	font-family:  Arial, "Sans Serif";
}

div#content p, div#content li{
line-height:1.4;
}


div#content p, div#content li, div#content h3, div#content h4,div#content h5{
padding-left:0px;
margin-left:0px;
margin:0px;
padding:0px;

}

div#content p.style1{line-height:1.4;
width:450px;}

#navigation .logos{
width:89px;
padding:0px;
background-color:white;
border:#aaa solid 1px;
height:500px;}

#navigation .logos img{
padding-top:20px;
padding-left:5px;
}


.style2, label {
	color: #23438F;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Sans Serif";
}
label{

color: #23438F;
	font-size: 12px;
	font-weight: bold;
	font-family:  Arial, "Sans Serif";

}
input.submit{

margin-top:10px;
}
img.left-img{
float:left;
padding-right:20px;

}
p.style1{
background-color:white;
padding:2px;
}
.style3 {font-size: 12px}
#emailtext, #emailform{
padding-top:20px;
width:250px;
float:left;}



/*******************************************************************************
Columns
        
*******************************************************************************/



div#column1-2{
width:243px;
float:left;
margin-left:0px;

}

div#column2-2{
margin-left:20px;
width:243px;
float:left;
}

div#column1-3{
width:78px;
float:left;

}

div#column1-1{
width:500px;
float:left;


}
h1.titlec1{
margin-left:78px;
padding-bottom:15px;

}
h1.titlec2{
margin-left:0px;
padding-bottom:15px;

}

img.flLeft
{
float:left;


padding-right: 5px;
padding-bottom: 3px;
}
img.flRight{
float:right;
padding-left: 5px;
padding-bottom: 3px;
}

h2 {
	font-weight: bold;
	padding: 3px;
	padding-left: 3px;
	background-color: white;
	color: #4a4a4a;
	font-size: 12px;
}
h3 {
	font-weight: bold;
	color: #4a4a4a;
	font-size: 12px;
margin:0;
}
h4 {
	font-weight: normal;
	color: #4a4a4a;
	font-size: 12px;
margin:0;
}
h5 {
	font-weight: normal;
	color: #4a4a4a;
	font-size: 11px;
margin:0;
}

h6 {
	font-weight: normal;
	color: #4a4a4a;
	font-size: 10px;
line-height:1.1em;
margin:0;

}

.clear {
	clear:both;
}

#content td{vertical-align:bottom}

.intro {
	color: #23438F;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "Sans Serif";
}

.flag{
float:right;
padding-right:300px;
z-index:100;
}



/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: arial, verdana, sans-serif; 
  width:780px;                    /*  (1)  */
  position:relative; 
  font-size:1.0em;
  z-index:100;
margin-top:20px;
margin-bottom:100px;
}
.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:auto;                   /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:0px;                    /*  (2)  */
  border:1px solid #aaa;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:0px 1px 0px 0px;
 
  background:#003882; 
    padding:11px; 
    
      line-height:0px;    

           /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:auto;                    /* fuer 'normale' Browser */
  w\idth:auto;                   /* fuerr IE */
    padding:11px; 

}
.menu ul li ul {
  display: none;
}

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

/* li:hover  fuerr non-IE-Browser  ---  a:hover  fuerr IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#fff; 
  background:#003882; 
  text-decoration:underline;
}

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

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

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#abc1db; 
  color:#003882; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 5px; 
  width:auto;
  text-decoration:underline;
    padding-left: 15px;  /* Ebene 2 einrueckung */


}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
  text-decoration:underline;
    padding-left: 15px;   /* Ebene 2 einueckung */


}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#abc1db;
text-decoration:underline;
  color:#003882;

}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#abc1db; 
  color:#003882;
  text-decoration:underline;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
  text-decoration:underline;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}



.intro{
width:350px;
}

/** WYSIWYG MODULE ****
*********************************************
*/

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {font-size:1.0em; line-height:1.3em;}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg a.wysiwygimg img {vertical-align:top;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #d4d4d4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #d4d4d4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #d4d4d4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}

/* FÃ¼r Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em; width:100%}
.wysiwygimg td {vertical-align:bottom; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}