/*----------------------------------------------------
CSS für Fonts 

Version: 1.0
Erstellt von: Nezzgo

Inhalt: Schriftenformatierung

Letzte Änderung: 26.11.2009
Kommentar: Standardtabelle angepasst
-----------------------------------------------------*/
 
*,body {
	font-family:Helvetica, Arial, sans-serif;
	color: rgb(56,75,92);
}

body {
	font-size:12px;
	background-color:#ffffff !important;
}

/* Normaler Absatz */
p {
	font-size:12px;
	line-height:140%; 
	margin-top:8px;	    /* Abstand vor Absatz */
	margin-bottom:8px; /*Abstand danach */
	
}

h1,h2,h3 {
	font-size: 24px;
	color: rgb(0,121,138);
	line-height:140%; 
	margin-top:30px;
	font-weight:100;
	margin-bottom:2px;
	}

a {
color: #00788B;
}

ul {
	margin: 0 0 5px -25px;
	padding-top: 0px;
}

li {
	list-style-position: outside;
	list-style-image: url(/fileadmin/templates/grafiken/pfeil.gif);
	list-style-type: none;
	line-height:140%;
}

div #footer p {
	font-size: 11px;
}

.trenner, #trenner {
	background-image: url(/fileadmin/templates/grafiken/trenner.gif);
	background-repeat: repeat-x;
	height: 10px;
	padding:0px;
	margin:0px;
	line-height:0.8em;
	font-size:10px;
}

.sonder, #sonder {
	color: rgb(0,121,138);
	font-size: 14px;
	}


/* untersch. Farben der Boxen */

div.colorSet1 div.header {
	background-color: #81CBD0;
}
div.colorSet2 div.header {
	background-color: #67C1C0;
}
div.colorSet3 div.header {
	background-color:#05a7a7;
}
div.colorSet4 div.header {
	background-color:rgb(0,146,146);
}
div.colorSet5 div.header {
	background-color:rgb(0,120,139);
}
div.colorSet6 div.header {
	background-color:rgb(0,121,138);
}
div.colorSet7 div.header {
	background-color:rgb(0,167,167);
}
div.colorSet8 div.header {
	background-color:rgb(0,94,155);
}
div.colorSet9 div.header {
	background-color:#FF0000;
}


div.colorSet10 div.header {
	background-color:rgb(104,193,192);
}
div.colorSet11 div.header {
	background-color:rgb(231,243,243);
}
div.colorSet12 div.header {
	background-color:rgb(0,121,138);
}
div.colorSet13 div.header {
	background-color:rgb(204,226,229)
}
div.colorSet14 div.header {
	background-color:rgb(0,167,167);
}

/*
div.colorSet6 div.content,div.colorSet7 div.content,div.colorSet8 div.content,div.colorSet9 div.content,div.colorSet10 div.content,div.colorSet11 div.content,div.colorSet12 div.content,div.colorSet13 div.content,div.colorSet14 div.content {
	background-color:rgb(235,246,246);
	min-height: 230px;
	
}
*/
div.colorSet1 div.content {
	background-color:rgb(213,236,237) !important;
/*	min-height: 230px; */
}

div.colorSet2 div.content {
	background-color:rgb(217,237,236);
/*	min-height: 230px; */
}

div.colorSet3 div.content {
	background-color:rgb(203,231,229);
/*	min-height: 230px; */
}

div.colorSet4 div.content {
	background-color:rgb(212,234,232);
/*	min-height: 230px; */
}

div.colorSet5 div.content {
	background-color:rgb(217,234,236);
/*	min-height: 230px; */
}

#contentZeile2 .header, .standardRechteSpalte .header {
color: #fff;
font-size: 15px;
font-weight: bold;
}

#contentZeile2 .container .content{
padding: 0 !important;
margin: 0; !important;
}

#contentZeile2 .container .content p {
padding: 5px !important;
margin: 0; !important;
font-size: 11px;
}

.contenttable p, .contenttable td {
margin:0 !important;
padding:0 !important;
}

#letter_catcontent .contenttable table {
text-align:left !important;
width: 552px Q;
}

#letter_catcontent .contenttable th {
background-color: #82cad1;
border: 1px solid #fff;
color: #fff !important;
}


#letter_catcontent .thead p{
background-color: #009292 !important;
border: 1px solid #fff;
color: #fff !important;
}

#letter_catcontent .contenttable th p {
color: #fff !important;
font-weight: bold !important;
}

#letter_catcontent .contenttable td {
background-color: #fff;
border: 1px solid #e1e1e1;
color: #fff !important;
}



#letter_catcontent .contenttable p {
padding: 5px 5px!important;
text-align:left !important;
font-size: 12px;
line-height: 1.2em;
}
#letter_catcontent .contenttable p a {
font-size: 12px;
}

