/* ################################## */
/* # Seitengrundstruktur definieren # */
/* ################################## */

body {
    color: black; 
    background:#ffffff;
    font-size: 75%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;

  }


* html a {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

a {
    color: #000000;
    font-family: Helvetica,Arial,sans-serif;
    font-weight:bold;
    text-decoration: underline;
  }

  

/* ####################################### */
/* # Formate für die BLOG-Extension     # */
/* ####################################### */

.tx-eeblog-browsebox {

font-size: 10px;
text-align: right;

}

.tx-eeblog-browsebox p {

display: inline;
float: left;
text-align: left;

}


.tx-eeblog-browsebox table {

   margin-right: 0px;
   margin-left: auto;





}


.tx-eeblog-browsebox a {

    font-size: 10px;

}

/* ####################################### */
/* # Formate für die GALLERIE     # */
/* ####################################### */

table.gallery-preview {
	margin: 0px;
	width: 100%;
	padding: 0px;
	border: 1px dotted #000000;
	border-collapse: collapse;
}

table.gallery-preview img {
	width: auto;
	margin: auto;
	height: 100px;
}

table.gallery-preview tr {
	background: #999999;
}

table.gallery-preview td {
	width:160px;
        height: 110px;
        text-align:center;
}

td.gallery-header {
	border-bottom: 1px solid #000000;
	text-align: left;
}

td.gallery-header font {
	margin-left: 0;
	margin-right: auto;
	color: #000000;
}

.tx-lzgallery-pi1 table { text-align: center; }
#tx-lzgallery-pi1-fotos { margin:auto; }

/* ####################################### */
/* # Formate für den Inhaltsbereich      # */
/* ####################################### */
 

h2 {

     border-bottom: 1px solid #999999;
     font-weight:bold;
     text-align:left;
     font-size: 12px;
     margin-top: 25px;
}

