/* CSS Document */
/* ------------------------------------------------------------- */
/* Globale z.T. kaskadierte Einstellungen */


* { margin: 0; padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: black;
  background-color: #e4e4e4;
}

a.doc-title:hover { color: #EF303F;}
a.doc_maintext:hover, a.doc_jingle_long:hover {color: black; background-color: yellow;}

h1, .doc-title {font-family:garamond, sans-serif; font-size: 1.2em; margin-bottom: 1.1em; color: #444444;}
h2, .doc-subtitle, .blogeintrag-datum { font-size: 0.9em; color: #444444; margin-bottom: 10px;}
a { color: #ef303f; outline-style: none; text-decoration: none;}
p { margin-bottom: 0.8em; }
div.doc-introduction { font-size: 0.8em; margin-bottom: 3em; }
div.doc-maintext, span.doc-maintext { margin-top: 15px; font-size: 0.8em; color: #444444;}
ul, ol { padding-left: 1.5em; margin-bottom: 1.5em; }
a.doc-next {color: black; text-decoration: underline;}


/* Aufheben der versehentlich kaskadierten 
   Hyperlinks innerhalb der doc-maintext      */
.doc-maintext * { font-size: 1em;}
h1.doc-title * { font-size: 1em; }


span.highlighted {
  background-color: #EF303F;
  color: #FFF;
}



/* Globale z.T. kaskadierte Einstellungen ENDE */
#bars {
  position: absolute;
  left: 0;
  top: 0;
  width: 99.9%;
  margin-top: 244px;
  height: 29px;
  z-index: 0;
}

#bar-left {
  width: 35.9%;
  background-image: url(navi-bg.jpg);
  background-repeat: repeat-x;
  float: left;
  height: 37px;
}

#topnavi {
  background-image: url(navi.jpg);
  width: 222px;
  height: 32px;
  z-index: 4;
  position: absolute;
  left: 50%;
  margin-left: -478px;
  margin-top: 244px;
  padding-top: 5px;
}

div.dropdownnavi {
  display: none;
  z-index: 100;
  left: 50%;
  width: 217px;
  position: absolute;
  left: 50%;
  top: 275px;
  background-color: #eef313;
  font-size: 0.8em;
}

div.dropdownnavi a:hover {
 background-color: #e31e2c;
 color: black;
}
      
div.dropdownnavi a {
  background-color: #ef313e;
  display: block;
  color: black;
  text-decoration: none;
  font-size: 0.9em;
  margin: 0;
  padding: 4px;
  padding-left: 18px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#mainwrapper {
  width: 956px;
  background-image: url('content-bg.jpg');
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  margin-left: -478px;
  z-index: 3;
}

/* Mainbanner */
#mbn {
  background-color: green;
  background-image: url('banner3.jpg');
  background-repeat: no-repeat;
  height: 250px;
  /*width: 760px;*/
  overflow: hidden;
}

#wrapper {
  width: 948px;
  float: left;
}

#contentarea {
  margin-top: 57px;
  margin-bottom: 40px;
  margin-left: 24px;
  float:left;
  width:600px;
  padding: 0;
  /*background-image:url('../baselines/contentarea_bg.gif');*/
  overflow: hidden;
}

div.mainjingle {
  margin-bottom: 50px;
}

div.blogjingle {
  margin-bottom: 25px;
}

span.blog-startdate {
  font-size: 0.8em;
}

div.blog-author {
  font-size: 0.7em;
  margin-top:5px;
  margin-bottom: 30px;
}

div.blog-action-wrapper {
  border-bottom: 1px solid red;
  padding-bottom: 3px;
  height: 50px;
  clear: both;
}
div.blog-action {
  float: left;
  width: 290px;
}

a.blog-action-link {
  color: black;
  font-size: 0.8em;
}

div.socialbookmark-wrapper {
  width: 290px;
  float: right;
}

a.sociallink {
  text-decoration:none;
}

#right {
  margin-top: 23px;
  float: right;
  width: 288px; 
}

#footer {
  text-align: right;
  color: #444444;
  padding-right: 20px;
  font-size: 0.8em;
  background-image: url('content-bg.jpg');
  background-repeat: no-repeat;
}

a.footer-link:hover {
  text-decoration: underline;
}

a.footer-link {
  color: #444444;
  text-decoration: none;
  font-size: 0.8em; 
}

span.footer-text {
  color: #444444;
  font-size: 0.8em;
}

#footer-shadow {
  background-image: url('footer.jpg');
  background-repeat: no-repeat;
  height: 13px;
}

div.rss-infobox {
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 1em;
}

a.rss-link {
  color: black;
  font-size: 0.8em; 
}

a.infobox-letzte-artikel {
  display: block;
  color: white;
  font-size: 0.8em; 
}

div.infobox-anzeige {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #ef690f;
  text-align: center;
}

div.infobox {
  font-size: 1em;
  margin-bottom: 25px;
}

div.infobox h1 {
  color: black;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 0.8em;
  font-family: garamond, sans-serif;
}

div.ihead {
  background-color: white;
  width: 288px;
  height: 31px;
  background-image: url(infobox-head.jpg);
}

div.ihead-white {
  background-color: white;
  width: 288px;
  height: 31px;
  background-image: url(infobox-head-white.jpg);
}


div.ibody {
  background-image: url(infobox-body.jpg);
  padding-bottom: 20px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 25px;
}

div.ibody-blogroll {
  background-image: url(infobox-body.jpg);
  padding-bottom: 20px;
  padding-top: 13px;
  padding-left: 6px;
  padding-right: 8px;
}

div.ibody-white {
  padding-left: 15px;
}

div.ibody h2 {
  margin-top: 0;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.7em;
  padding-left: 20px;
  padding-right: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.ibody h3 {
  font-weight: normal;
  color: white;
  font-size: 0.7em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

a.infobox-link {
  padding-left: 20px;
  padding-right: 25px;
  font-weight: bold;
}

div.blogroll-link {
  border-bottom: 1px solid white;

}

a.blogroll-link {
  padding-left: 12px; 
  color: white;
  display: block;
  font-size: 0.8em; 
}

div.ifoot {
  width: 288px;
  height: 14px;
  background-image: url(infobox-foot.jpg);
}

/* ------------------------------------------------------------- */

div.comments {
  border-bottom: 1px solid red; 
  margin-bottom: 10px;

}

#comments-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}

span.comments-title {
  font-family:garamond, sans-serif; 
  font-size: 1.2em;
  font-weight: bold;
}

div.comments-head {
  font-size: 0.7em;
  font-weight: bold;
  padding-left: 10px;
}

div.comments-body {
  font-size: 0.7em;
  padding-left: 20px;
  padding-right: 20px;
}

div.comments-foot {
  font-size: 0.6em;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

span.empty-comments {
  font-size: 0.7em;
}

a.comments-email-0 {
  color: #ef303f;
}

a.comments-email-1 {
  color: black;
}

a.navi1-normal, a.navi1-preopen, a.navi1-active {
  color: black;
  padding-left: 20px;
  padding-top: 2px;
  text-decoration: none;
  font-size: 0.9em;
}

a.navi2-normal, a.navi2-preopen, a.navi2-active{
  color: black;
  border-width: 0;
  padding: 5px;
  padding-left: 20px;
}

a.navi3-normal {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 30px;
}

a.navi3-preopen {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 30px;
}

a.navi3-active {
  color: #000;
  border-width: 0;
  padding: 5px;
  padding-left: 30px;
}
a.navi4-normal {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}

a.navi4-preopen {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}

a.navi4-active {
  color: #000;
  border-width: 0;
  padding: 5px;
  padding-left: 40px;
}
a.navi5-normal {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

a.navi5-preopen {
  color: #444444;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

a.navi5-active {
  color: #000;
  border-width: 0;
  padding: 5px;
  padding-left: 50px;
}

/* Standard Navigation auf der linken Seite ENDE */
/* ------------------------------------------------------------- */




/*-----------------------------------------------------------------------------------------------ALT-----------------------------*/




/* Hauptelemente ENDE */
/* ------------------------------------------------------------- */


/* ------------------------------------------------------------- */
/* Bilder und Bilduntertitel (Einbettung) Start*/

div.picture-area-right {
  float: right;
  margin-left: 10px;
}

div.picture-area-left {
  float: left;
  margin-right: 10px;
}

div.picture-label {
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #7490b9;
  height: 20px;
}

div.picture-label img {
  border: 0;
}

div.picture-label div {
  float: left;
}

/* Bilder und Bilduntertitel Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Bildergalerie und Diashow */

#ig-headline {
  color: #000;
}

#diashow-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.gallerytable {
  margin-top: 20px;
}
/*-------Diashow_START--------------- */

div.diashow-body {
  overflow: hidden;
  margin: 0 10px 0 10px;

}

div.diashow-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.diashow-main-pic {
  margin: 0 0 10px 10px;
/*border: 1px solid green;*/
  width: 150px;
  float: left;
}

div.diashow-overview-border {
  width: 350px;
  float: right;
}

div.diashow-overview-thumbnail {
  margin: 0 10px 10px 0;
  float: left;

}

div.diashow-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}
/*-------Diashow_Ende---------------- */
/*-------Gallery-overview_START------ */

div.gallery-overview-body {
  overflow: hidden;
  margin: 0 10px 0 10px;

}

div.gallerie-overview-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.gallerie-overview-pic {
  margin: 0 10px 10px 0;
  float: left;
}

div.gallerie-overview-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}
/*-------Gallery-overview_Ende------- */
/*-------Gallery-fullview_START------ */
div.gallery-full-body {
  overflow: hidden;
  margin: 60px 10px 0 10px;
}

div.gallerie-overview-pic-border {
  padding-left: 10px;
}

div.gallery-full-head {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

div.gallery-full-img {
  text-align: center;
  margin: 0 10px 10px 0;
}

div.gallery-full-footer {
  font-size: 0.8em;
  padding: 1px 4px 1px 4px;
  height: 18px;
}

/*-------Gallery-fullview_Ende------- */
/* Bildergalerie und Diashow Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* OFFSET UND LETTERINDEX  (Glossar)*/



div.mainoffsetindex {
  padding: 15px;
  margin: 0 0 0.8em 0;
  border-bottom: 1px solid red;
  font-size: 0.8em;
}

div.mainoffsetindex a:hover {
  color: red;
}

div.mainoffsetindex a, div.mainoffsetindex span {
  float: left;
  margin: 3px;
  color: #333;
  font-size: 1em;
}

div.mainoffsetindex a.offsetindex-active {
  font-weight: bold;
  color: red;
}

span.offsetindex-head {
  float: left;
  font-weight: bold;
}

div.mainletterindex {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 0.8em 0;
  border-bottom: 1px solid #7490b9;
}

div.letterindex-head {
  font-weight: bold;
  color: #444444;
}

a.letterindex-normal {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #444444;
  text-decoration: none;
}

a.letterindex-activated {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

div.mainletterindex a {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  color: #000;
  text-decoration: none;
}



/* OFFSET UND LETTERINDEX ENDE (Glossar)*/
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Layouts für die Formularfeldsteuerung */
/* Formularfelder*/
div.form-data {
/*border: 1px solid #FFF;*/
  padding: 15px;
  margin-bottom: 40px;
}

div.form-data input {
  height: 20px;
}

div.form-data input, div.form-data textarea, div.form-data select {
  background-color: #e8e8e8;
  border: 1px black solid;
}

/*Formulartexte*/
div.errordiv-error {
  background-color: red;
  color: white;
  padding: 5px;
  font-size: 0.8em;
  margin-bottom: 20px;
}

div.errordiv-noerror {
  display: none;
  visibility: hidden;
}

.doc-maintext-isrequired {
  font-size: 0.8em;
  color: #ff0000;
}

.doc-maintext-isnotrequired {
  font-size: 0.8em;
  color: #444444;
}

.field-noerror {
  background-color: #000;
}

.field-error {
  background-color: #FFA4A4;
}

div.form-data span.required-input {
  padding-left: 30px;
  font-size: 0.8em;
}

/*Formulartexte Übermittlungsansicht*/

/* Layouts für die Formularfeldsteuerung Ende */
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Formatierung der Sitemap Start */

a.sitemap-link:hover {
  color: #a30050;
}

a.sitemap-link {
  font-size: 1em;
  color: #000;
  text-decoration: none;
}

/* Formatierung der Sitemap Ende*/
/* ------------------------------------------------------------- */






/* ------------------------------------------------------------- */



	/* Fuer IE <= 6 */
	div#calendar {
		text-align: center;
	}

	div#calendar table thead th{ 
		font-weight: bold; 
		font-size: 0.75em; 
		color: #FFF; 
		text-align: center;
		background-color: #3969ad;
	}
	
	div#calendar table thead th.weekday{ 
		font-weight: bold; 
		font-size: 0.70em; 
		color: #112A5D; 
		text-align: center;
		background-color: #CCD2D8;
		border: solid #112A5D 1px;
	}
  	
	div#calendar table tbody td{ 
		font-weight: normal; 
		font-size: 0.7em;
		padding-left: 5px; 
		padding-right: 5px; 
		color: #0E224B; 
		text-align: right;
		border: solid #CCD2D8 1px;
	}
	
	div#calendar table tbody td.saturday{ 
		color: #9A2525;
		font-weight: normal;
	}
	
	div#calendar table tbody td.sunday{ 
		color: #9A2525;
		font-weight: bold;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #9A2525;
	}
	
	div#calendar table tbody td.today{
		background-color: #A7B5C7;
	}
	
	div#calendar table tbody td.last_month, div#calendar table tbody td.next_month {
		color: 	#a3afc4;
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid #3969ad 2px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		background-color: #F6F6F6;
	}


div.mainjingle-autor-profil {
  float: left;
  width: 100%;
  margin-bottom:40px;
}

div.mainjingle-autor-profil h1 {
  font-size: 1em;
}



div.picture-arealeft, div.picture-area {
  float: left;
  margin-right: 10px;
}

div.picture-arearight {
  float: right;
  margin-left: 10px;
}

div.picture-label-jingle {
  background-color: #D3D3D3;
}

div.picture-label-jingle div.legend {
  font-size: 0.75em;
  padding: 2px;
}




