@charset "utf-8";

* {
	
	}
	
	

html, body,
h1, h2, h3, h4, h5, h6, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(bg_body.jpg) 0 116px repeat-x;
	background-image:none;
	font-size: 0.75em;
	line-height: normal;
	color: #444444;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 1em;
}

a {
	color: #e2001b;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

form {
  margin: 0;
  padding: 0;
}

input, select, textarea {
	font-size: 1em;
	color: #000;
}

img, fieldset {
	border: 0 none;
}

legend {
	display: none;
}

button span {
  display: none;
}

.formular input {
  padding: 2px 5px;
}

.formular input.text,
.formular input.tx{
  width: 420px;
}

.formular textarea.text {
  padding: 2px 5px;
  width: 420px;
  height: 100px;
}

.formular input.submit {
  width: auto;
  margin-top: 1em;
  border: 0 none;
  background: #ea4629;
  color: #fff;
}

.formular label {
  display: block;
  margin: 1em 0 3px 0;
}

.formular label.inline {
  float: left;
  margin: 0;
  width: 180px;
}

.form_error {
	color:#e2001b;
}

.login {
	margin-left:20px;
}

.login label {
    margin-top: 0.5em;
}

.login input.submit {
    background: none repeat scroll 0 0 #e2001b;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 1em;
    padding: 2px 5px;
    width: auto;
}

.login input.text {
	width:250px;
    border: 1px solid #AAAAAA;
    padding: 2px 5px;
}


/* ************************************ */

#copyright {
	float:right;
}

#hubertusFooter {
clear: both;
height:55px;
background-image:url(footer.jpg);
background-repeat:repeat-x;
}

#hubertusFooterContent {
width:960px; 
margin:0 auto; 
text-align:left;
color:#ffffff;
font-size:14px;
padding-top:20px;
}

#hubertusFooterContent a{
color:#ffffff;
}

#hubertus {
margin-top:-22px;
}

#hubertusContent {
width:960px;
margin:0 auto;
padding:0;
text-align:left;
}

#hubertusHeader {
height:402px;
background-color:#336382;
background-image:url(hubertusHeadBackground2.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
}

#hubertusImage {
background-image:url(headerbackground.jpg);
background-position:center;
background-repeat:no-repeat;
height:402px;
margin:0;
padding:0;
text-align:center;
}

#hubertusLeft {
width:640px;
float:left;

}

#hubertusRight {
width:300px;
float:right;
}

#impressum {
float:left;
}


/****** styling for dropdown menu ******************/

#smoothmenu1 {
margin-top:-49px; /* pull it up onto the header graphic */
background-color:transparent; /* make background graphic show through */
}

#smoothmenu1 a:hover {
text-decoration:none;
}

.ddsmoothmenu{
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #ffffff; /*background of menu items (default state)*/
color: #E2001B;
padding: 8px 10px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #E2001B;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black !important; 
color: white !important;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 350px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ececec;

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


ul.menuLevel2 {background-color:white; border:1px solid #666666; border-top:none; }
ul.menuLevel3 {background-color:white; border:1px solid #666666; }  


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* ############# CSS for top level menu items ############ */

#smoothmenu1 li.listLevel0 {
background-image:url(menuline.jpg);
background-position:right;
background-repeat:no-repeat;
}

#smoothmenu1 li.listLevel0.last {
background-image:none;
}

a.listLevel0 {
background-color:transparent !important;
font-size:18px;
width:80px;
color:white !important;
}

.listLevel0:hover {
background-color: white !important;
color:#444444 !important;
}

a.listLevel0.selected {background-color:white !important; color:#444444 !important;}

/****** end styling for dropdown menu **************/


#spdLogo img{
margin-top:350px;
}

#wrap-all {
  margin: 0 auto 100px auto;
  width: 1008px;
}

#wrap-head h1#head-logo{
  height: 350px;
  padding: 0;
  overflow: hidden;
  background: transparent url(hubertheader.jpg) 5px 0px  no-repeat;
}

#wrap-head h1#head-logo a.mdb{
  float: right;
  width: 351px;
  height: 350px;
  margin-top: 20px;
  background: transparent url(logo_mdb_hubertus_heil.jpg) left top no-repeat;
}

#wrap-head #head-content{
  margin-top: 15px;
  height: 258px;
  overflow: hidden;
  background: transparent url(bg_sh_lr.jpg) 0px 3px repeat-y;
}

#wrap-head #head-content .sh-top{
  height: 3px;
  font-size: 0;
  background: transparent url(bg_sh_top.jpg) left top no-repeat;
}

#wrap-head #head-content .sh-bottom{
  height: 5px;
  font-size: 0;
  background: transparent url(bg_sh_bottom.jpg) left top no-repeat;
}
/* ********************** Slideshow: never touch! ********************** */
#wrap-head #head-content #slideshow-wrap {
    height: 250px;
    overflow: hidden;
    margin: 0 3px 0 5px;
}

#wrap-head #head-content #slideshow-wrap #slideshow{

}

#wrap-head #head-content #slideshow-wrap #slideshow .slide{
  height: 230px;
  padding: 20px 20px 0 687px;

  background: transparent url(head_teaser.jpg) left top no-repeat;
}

#wrap-head #head-content #slideshow-wrap #slideshow .slide .slide-text-box {
  height: 167px; /* max Höhe Textbox */
  overflow: hidden;
}

#wrap-head #head-content #slideshow-wrap #slideshow .slide .slide-text-box h4 {
  font-family: 'Times New Roman' , Times, serif;
  font-size: 1.7em;
  font-weight: normal;
  color: #3B7FAA;
}

#wrap-head #head-content #slideshow-wrap #slideshow .slide .slide-text-box .date {
  display: block;
}

#wrap-head #head-content #slideshow-wrap #slideshow .slide .slide-text-box p{
  font-size: 1.2em;
}

#wrap-head #head-content #slideshow-wrap #slidepager{
 position: relative;
 z-index: 80; /* #overlay lightbox css: 90*/
 top: -50px;
 left: 687px;
}

#wrap-head #head-content #slideshow-wrap #slidepager a{
  float: left;
  width: 34px;
  height: 27px;
  padding-top: 7px;
  margin-right: 6px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  background: transparent url(bg_pages.jpg) left top no-repeat;
  cursor: pointer;
}

#wrap-head #head-content #slideshow-wrap #slidepager a:hover,
#wrap-head #head-content #slideshow-wrap #slidepager a.activeSlide{
  color: #e2001b;
  text-decoration: none;
  background: transparent url(bg_pages_act.jpg) left top no-repeat;
}

#wrap-head #head-content #slideshow-wrap #slidepager a:focus {
  outline: none;
}

#slidepager {

}
/* ********************** /Slideshow: never touch! ********************** */

/* ************* not touched it - but this below replaces it *********** */

#content-left #slideshow {
    height: 350px;
    overflow: hidden;
    margin: -10px 3px -10px 5px;
	background: none;
	padding-top:20px;
}

#slideshow h4 {
color:#3b7faa;
font-weight:bold;
font-size:14px;
padding:0 0 0 10px;
margin-top:10px;
}

#slideshow .date {
padding:0 0 2px 10px;
}

#slideshow p {
padding:0 0 0 10px;
}


#slidepager { width: 300px; margin: 0 0 0 0;}
#slidepager li { width: 50px; float: left; margin: 8px; list-style: none }
#slidepager a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#slidepager li.activeSlide a { background: #E2001B;}
#slidepager a:focus { outline: none; }
#slidepager img { border: none; display: block }


#content-left .slide{
  height: 230px;
  padding: 20px 20px 0 687px;

  background: transparent url(head_teaser.jpg) left top no-repeat;
}

#content-left .slide .slide-text-box {
  height: 167px; /* max Höhe Textbox */
  overflow: hidden;
}

#content-left .slide .slide-text-box h4 {
  font-family: 'Times New Roman' , Times, serif;
  font-size: 1.7em;
  font-weight: normal;
  color: #3B7FAA;
}

#content-left .slide-text-box .date {
  display: block;
}

#content-left .slide .slide-text-box p{
  font-size: 1.2em;
}

#wrap-head #head-navigation {
  margin: 30px 3px 0 5px;
}

#wrap-head #head-navigation ul {
  margin:0;
  padding: 0;
  list-style: none;
}

#wrap-head #head-navigation ul li {
  float: left;
  width: 326px;
  margin-right: 10px;
}

#wrap-head #head-navigation ul li.last {
  margin-right: 0;
}

#wrap-head #head-navigation ul li a{
  display: block;
  padding: 0 10px;
  font-size: 1.5em;
  color: #3B7FAA;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

/* 1. Sub-Ebene */
#wrap-head #head-navigation ul li li{
  width: 326px;
  margin-right: 0px;
}

#wrap-head #head-navigation ul li li a{
  display: inline;
  font-size: 1em;
  line-height: 1.5;
  text-transform: none;
  color: #888;
  border: 0 none;
}

#wrap-head #head-navigation ul li li a.act,
#wrap-head #head-navigation ul li li a:hover{
  color: #e2001b;
}

/* 2. Sub-Ebene */
#wrap-head #head-navigation ul li li li{
  width: 316px;
  padding-left: 10px;
}

/* ********************** Content ********************** */
#wrap-content {
  margin: 0 3px 0 5px;
}

#content-header{
  margin: 20px 0 10px 0;
  padding: 30px 10px 16px 10px;
  border-bottom: 1px solid #ececec;
}

#content-header h2 {
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #3B7FAA;
}

/**** Linke Spalte *****/

#wrap-content #content-left {
  float: left;
  width: 640px;
  /*margin-right: 17px;*/
  line-height: 1.4;
  overflow:hidden;

}

#wrap-content #content-left .article,
#wrap-content #content-left .cat_article {
 padding-bottom: 11px;
 margin-bottom: 20px;
 margin-top:16px;
 background: transparent url(bg_grey_line.gif) left bottom no-repeat;
}

#wrap-content #content-left .article {
 margin-bottom: 5em;
}

/* Bild im Artikel */
#wrap-content #content-left img[align=left] {
  float: left;
  padding: 1em 1em 1em 0;
}

#wrap-content #content-left img[align=right] {
  float: right;
  padding: 1em 0 1em 1em;
}

#wrap-content #content-left h1,

#wrap-content #content-left h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #e2001b;
}

#wrap-content #content-left h4.cat {
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
  font-style:normal;
  font-weight: bold;
  color: #3B7FAA;
  font-size: 14px;

}

#wrap-content #content-left .date {
  display: block;
  font-weight:bold;
  font-size:12px;
  color:#444444;
  padding-bottom:2px;	
}

#wrap-content #content-left h3.file {
  margin-top: 1em;
}

/*
#wrap-content #content-left .box-img{
  width: 634px;
  margin: 0 0 0 15px;
  background: transparent url(bg_img_sh_lr.gif) 0px 5px repeat-y;
}

#wrap-content #content-left .box-img .sh-top{
  height: 5px;
  font-size: 0;
  background: transparent url(bg_img_sh_top.gif) left top no-repeat;
}

#wrap-content #content-left .box-img .sh-bottom{
  height: 7px;
  font-size: 0;
  background: transparent url(bg_img_sh_bottom.gif) left top no-repeat;
}

#wrap-content #content-left .box-img img {
  display: block;
  margin: 0 5px 0 7px;
}
*/


#wrap-content #content-left .box-head,
#wrap-content #content-left .box-text {
  margin: 0 50px 0 200px;
}

#wrap-content #content-left .box-img,
#wrap-content #content-left .box-img-article{
  float: left;
  width: auto;
  margin: 20px 0 0 70px;
  padding: 0px 0px 4px 4px;
  background: transparent url(bg_galpic.gif) left bottom no-repeat;
}

#wrap-content #content-left .box-img-article{
  margin:0 0 1em 70px;
}

#wrap-content #content-left .box-img span,
#wrap-content #content-left .box-img-article span{
  display: block;
  background: #e7e7e7;
  padding: 1px 1px 0px 0px;
}

#wrap-content #content-left .box-img span img,
#wrap-content #content-left .box-img-article span img{
  display: block;
  border: 2px solid #fff;
}



/*       Pagination */
#wrap-content #content-left .pages {
  margin: 0 0 1em 10px;
}

#wrap-content #content-left .pages ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrap-content #content-left .pages ul li{
  float: left;
  width: auto;
}

#wrap-content #content-left .pages ul li a {
  float: left;
  width: 25px;
  line-height: 25px;
  margin: 0 5px 0 0;
  background: transparent url(bg_page.gif) left top no-repeat;
  color: #888;
  text-decoration: none;
  text-align:center;
}

#wrap-content #content-left .pages ul li a.act,
#wrap-content #content-left .pages ul li a:hover {
  background-image: url(bg_page_act.gif);
  color: #e2001b;
}

#wrap-content #content-left .pages ul li a:focus {
  outline: none;
}
/* / Pagination */



/**** Rechte Spalte *****/


#wrap-content #content-right {
  float: right;
  width: 300px;
  line-height: 1.4;
  margin-top:-14px;
}

#wrap-content #content-right .box-teaser {
  margin-bottom: 35px;
  margin-top:20px;
}

#wrap-content #content-right .box-teaser h4 {
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #ddd;
  width: 150px;
  margin-bottom:3px;
  font-style:normal;
  font-weight: bold;
  color: #3B7FAA;
  font-size: 14px; 
}


#wrap-content #content-right .box-teaser .box-teaser-text{
  padding: 17px 0px 0 10px;
  margin-bottom:-1px;
}

#wrap-content #content-right .box-teaser .box-teaser-text p{
  margin: 0;
  padding:0;
}

#wrap-content #content-right .box-teaser .box-teaser-text a{
	font-size: 14px;
}

#wrap-content #content-right .box-teaser .box-teaser-text span.date {

}



#wrap-content #content-right a.link_facebook,
#wrap-content #content-right a.link_twitter{
  float: left;
  line-height: 31px;
  padding-left: 40px;
  background: transparent url(icon_facebook.gif) left top no-repeat;
}

#wrap-content #content-right a.link_twitter{
  background: transparent url(icon_twitter.gif) left top no-repeat;
}

#wrap-content #content-right a.link_spd{
  display: block;
  width: auto;
  line-height: 36px;
  padding-left: 44px;
  background: transparent url(icon_spd.gif) left top no-repeat;
}

#wrap-content #content-right .date {
  margin-bottom: 14px;
margin-top:-1px;
  font-weight:bold;
 
}

#wrap-content #content-right .date h5{
  font-weight: normal;
}


#wrap-content #content-footer{
  clear: both;
  padding: 5px 10px 0 10px;
  color: #ffffff;
}

#wrap-content #content-footer a{
  font-size: 1.2em;
  color:#ffffff;
}



/* Galerie */
.gal-block {
  margin-top: 1em;
  margin-left:-80px;
}

.gal-pic {
  float: left;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 0px 0px 4px 4px;
  background: transparent url(bg_galpic.gif) left bottom no-repeat;
}

.gal-pic a{
  display: block;
  background: #e7e7e7;
  padding: 1px 1px 0px 0px;
}

.gal-pic a img{
  display: block;
  border: 2px solid #fff;
}






/* lalala */


.help,
.dspnone {
  display: none;
}

.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}

.clb {
  clear: both;
}

.clearfix:after{
  content:".";
  display:block;
  clear:both;
  height:0;
  font-size:0;
  line-height:0;
  visibility:hidden;
  overflow:hidden;
}



/*
Die Bilder sind in divs "flickr_badge" mit den IDs" flickr_badge_imageX" klassifiziert, wobei X ein Integer ist und die Position angibt. Sie finden unten einige Stilrichtungen.
*/

#flickr_badge_wrapper {
	overflow: hidden;
	margin-bottom:-5px;
}

.flickr_badge_image {
	margin:0 8px 8px 0;
	float: left;
}

flickr_badge_image4,
flickr_badge_image8 {
  margin-right: 0;
}

.flickr_badge_image img {
  display: block;
	width: 65px;
	height: 65px;
}

.flickr_badge_image a {
	display: block;
}

.anArticle {
margin-left:10px;
margin-right:80px;
}

.anAppointment {
padding:10px;
margin-right:80px;
}

.anAppointment h2 {
color:#E2001B;
font-size:16px;
}

.appointments {
padding:10px;
}

.articleHead h2 {
color:#E2001B;
font-size:16px;
}

.articleHead p {
font-weight:bold;
}

.articleText {}

.articleImage {
margin-top:20px;
}

#flickrGallery {
width:100%;
padding:10px;
}

#flickrGallery h2 {
color: #E2001B;
font-size: 16px;
}

#flickrImages {
margin-top:20px;
}



