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


/* Grundgerüst */
* { margin:0; padding:0; }

html { height:101%; } /* erzwingt den vertikalen Scrollbalken im Browser, damit die Website nicht "springt" wenn man zwischen kurzen und langen Seiten navigiert */

body { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; color:#2c2c2c; background:url(background.jpg) 0 65px repeat-x; }

#background { display:none; }

#wrapper { width:950px; margin:auto; }

#logo { background:url(logo.jpg); width:950px; height:190px; }

#content { padding:45px 0 0 100px; overflow:hidden; }

#linke_spalte { width:540px; padding-right:50px; float:left; }

#linke_spalte_halb { width:425px; padding-right:50px; float:left; }

#footer { display:block; background-color:#2e3192; margin-top:35px; padding-bottom:4px; }

#footer p { padding:3px 0 0 100px; width:850px; margin:0 auto; color:#FFFFFF; font-size:11px; line-height:normal; }

#footer p a, #footer p a:hover { font-weight:normal; color:#FFFFFF; }

h1, h2, h3 { font-weight:normal; color:#2e3192; }

h1 { font-size:26px; padding-bottom:20px; }

h2 { font-size:20px; padding-bottom:18px; }

h3 { font-size:14px; padding-bottom:0; font-weight:bold; }

p { padding-bottom:16px; line-height:20px; }

img { border:none; }

a { font-weight:bold; border-bottom:1px dotted #2c2c2c; color:#2c2c2c; text-decoration:none; }

a:hover { font-weight:bold; border-bottom:1px solid #2c2c2c; color:#2c2c2c; text-decoration:none; }

ul { margin-left:30px; line-height:20px; }
/* Ende Grundgerüst */


/* nav */
#nav { padding-left:100px; height:65px; }

#nav ul { padding-top:40px; margin:0; }

#nav ul li { float:left; list-style-type:none; padding-right:18px; }

#nav ul li a { font-weight:bold; text-decoration:none; color:#2c2c2c; border:none; }
#nav ul li a span { white-space:nowrap; }

#nav ul li a:hover, #nav ul li a.active { text-decoration:underline; }
/* Ende nav */


/* Klassen */
.ankerstelle { font-weight:normal; border:none; text-decoration:none; color:#2e3192; }

.bilder, .bilder:hover { border:none; }

.bilder_gross {  }

.contact { padding-bottom:0; }

.hide { display:none; }

.meetings { overflow: hidden; width:650px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #2c2c2c; }
.meetings img { float:right; width:250px; }

.text { margin-right:300px; }

.mitarbeiter { height:180px; }

.mitarbeiter img { width:144px; float:left; }

.personalien { margin-left:155px; }

.float_aufheben { clear:both; display:block; }
/* Ende Klassen */