﻿/* ---------------------------------------< CSS Document fuer Contentseiten >------------------------------------------------------*/

/*------------------------------------------------> Texte <-------------------------------------------*/

ul{
	list-style-image:url(../img/li_dot.png); 
	list-style-position: inside; 
	margin-top:0px; 
	margin-left:38px;
}


/*<---------------------------- links*/
/*Headline (linker Bereich)*/
h1#links {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 17px;
          	font-weight: bold;
          	letter-spacing: 1px;
          	line-height: 25px;
          	text-decoration: none;
          	text-align: left;
          	color: #000000;
          }
/*Fliesstext (linker Bereich)*/
.flte_a {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 13px;
          	font-weight: normal;
          	letter-spacing: 0px;
          	line-height: 18px;
          	text-decoration: none;
          	text-align: left;
          	float:left;
            color: #000000;
          }

/*---------------------------> rechts*/


/*Headline (rechter Bereich)*/
h1#rechts {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 17px;
          	font-weight: bold;
          	letter-spacing: 1px;
          	line-height: 25px;
          	text-decoration: none;
          	text-align: left;
          	color: #000000;
          }
          
          
/*Headline (rechtes Bild)*/
h2 {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 32px;
          	font-weight: bold;
          	letter-spacing: 1px;
          	line-height: 25px;
          	text-decoration: none;
          	text-align: left;
          	color: #00AABC;
          }


h3 {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 17px;
          	font-weight: bold;
          	letter-spacing: 1px;
          	line-height: 25px;
          	text-decoration: none;
          	text-align: left;
          	color: #000000;
          }
         


/*Fliesstext (rechter Bereich)*/
.flte_b {
          	font-family: Arial, Verdana, sans-serif;
          	font-size: 11px;
          	font-weight: normal;
          	letter-spacing: 0px;
          	line-height: 19px;
          	text-decoration: none;
          	text-align: left;
          	float:left;
                color: #000000;
          	margin-left:0px;

          }

.flte_b ul li a{font-size:13px;font-weight:normal;}
.flte_b ul li a:hover{text-decoration:underline;font-weight:normal;}
.flte_b ul li a:visited{font-weight:normal;}
/*------------------------------------------------> Bilder <-------------------------------------------*/ 

/*Grosses Bild (Content - links) */
.bigpic {
         position: relative;
         margin-left: 0px;
         margin-right: 15px;
         margin-top: 5px;
         margin-bottom: 5px;
         float:left;
        }        
/*---------------------> Links (in Hausfarbe -Fragezeichen-)<----------------------*/
a:link { font-weight:bold; color:#009999; text-decoration:none; }
a:visited { font-weight:normal; color:#009999; text-decoration:none; }
a:active { font-weight:bold; color:#007A7A; text-decoration:none; }

/* -------------------------------------------------------------------------------------- */
/* ---------------------------Stylesheets für Spezialelemente---------------------------- */
/* -------------------------------------------------------------------------------------- */

.l {float:left;}
.r {float:right;}
.c {clear:both; text-align:center;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hidden{visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */