/* Diese Datei enthaelt die StyleSheets fuer zentrale HTML-Formate */

/* Seiteneigenschaften */
body { 
	
	margin:0px; 
	padding:0px; 
	color:#000; 
//	background-color:#cfd0d2;
	background-color:#EBEBEB;
} 



/* Schriftart */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea, h1, h2, h3, h4, h5, h6 {
	color: #4A4F44; 
	font-family:arial,helvetica,sans-serif; 	
	line-height: 140%;
}

/* Schriftgroesse */
p, div, th, td, ul, ol, li, dt, dd, nobr, input, option, textarea { font-size:12px; }


/* Standardfarben */
/* grau: #565C50; */
/* blau: #80AFCB; */
/* schrift grau #4A4F44; */
/* schrift blau #6D93A9; */

/* Ueberschriften */
h1 { font-size:18px; color: #018f74; letter-spacing:0.01em; font-family: arial, helvetica; font-weight: normal;} 
h2 { font-size:13px; color: #018f74; font-family: arial, helvetica; font-weight: normal;margin-top:0px;clear:left;} 
h3 { font-size:13px; color: #018f74; font-weight: normal; font-family: arial, helvetica;margin-bottom:5px;}
h4 { font-size:13px; color: #018f74; font-weight: bold; font-family: arial, helvetica;margin-top:5px;} 
h6 { font-size:11px; color: #018f74; font-weight: bold; font-family: arial, helvetica;margin-bottom:5px;} 


h5 {border:1px none red;float:left;display:block;width:100px;font-size:12px; color: #565C50; font-weight: bold; font-family: arial, helvetica;margin-bottom:0;margin-top:4px} 

.terminbold			{font-weight:bold;}
.block				{float:left;display:block;width:300px;font-size:12px;border:1px none black;margin-bottom:10px;padding-top:2px}



/* DB Navigation */
#contentblockleft .dbnav 			{float:left;margin-bottom:25px;border:1px none red;width:100%;padding:0px}
#contentblockleft .dbnav ul li			{background:none;float:left;display:block;margin-right:5px;list-style-type:none;padding:0px}
#contentblockleft .dbnav ul li a		{display:block;width:20px;height:20px;margin:0px;color:#008b98;padding:0px;background-color:#e5e5e5;text-decoration:none;text-align:center;line-height:19px}
#contentblockleft .dbnav ul li a:hover		{background-color:#b2dce0}

#contentblockright h5		{margin-top:10px;padding-left:25px;border-bottom:1px solid black;width:175px;height:35px;background:url("../../common/img/h5bg.gif");background-position: 15px 15px;background-repeat: repeat-y;}
.lineheight			{line-height:35px}
#contentblockright h6		{border:1px none red;clear:left;padding-left:25px;padding-top:5px;margin-bottom:5px;width:175px;height:15px;background:url("../../common/img/h5bg.gif");background-position: 15px 0;background-repeat: no-repeat;}
#contentblockright p		{font-size:11px;width:350px}
.nolister			{border:1px none green;clear:left;margin-top:0px;margin-bottom:20px;padding-top:5px;padding-left:25px;width:175px;font-size:11px;}



#contentblockright a		{margin-left:0px;color:#008b98;padding:0px;}
#contentblockright a:link	{color:#008b98;text-decoration:none; } 
#contentblockright a:visited	{color:#008b98;text-decoration:none; } 
#contentblockright a:hover	{color:#4caeb7;text-decoration:none; } 
#contentblockright a:active	{color:#008b98;text-decoration:none; }

.buttonright a			{float:left;display:block;width:185px;height:70px;border:1px none red;margin-bottom:10px;padding:0px;margin-left:0px;background:url("../../common/img/anmeldung_icon.gif");background-position: top left;background-repeat: no-repeat;}
.buttonright a:hover		{background:url("../../common/img/anmeldung_icon_on.gif");background-position: top left;background-repeat: no-repeat;}


#contentblockleft11 a		{margin-left:0px;color:#008b98;padding:0px;}
#contentblockleft11 a:link	{color:#008b98;text-decoration:none; } 
#contentblockleft11 a:visited	{color:#008b98;text-decoration:none; } 
#contentblockleft11 a:hover	{color:#4caeb7;text-decoration:none; } 
#contentblockleft11 a:active	{color:#008b98;text-decoration:none; }

#contentblockleft h5	{line-height: 11px}
#contentblockleft p	{margin-top:5px;margin-bottom:10px;}
#contentblockleft11 ul	{border:1px none black;padding-left:0;margin-top:5px;list-style-type:none;margin-left:0px}
#contentblockleft11 li	{border:1px none black;margin-bottom:5px;list-style-type:none}
#contentblockleft img	{float:left; padding-right:15px}

/* Links */
span.a {
	background-image:url(/common/images/link_blau.gif);
	background-position:1px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;	
	color:#4D85A7;
	cursor: pointer;
}
span.a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */


a {
	background-image:url(/common/images/link_blau.gif);
	background-position:1px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;	
	color:#4D85A7;
}
a:link { text-decoration:underline; } /* Noch nicht besuchter Link */ 
a:visited { text-decoration:underline; } /* Bereits besuchter Link */
a:hover { color:#b00000; text-decoration:underline; } /* Hover-Effekt */
a:active { color:#003366; text-decoration:underline; } /* Gerade angeklickter Link */

a.no_link { 
	background-image: none; 
	padding-left:0px;
}

/* Listen */
ul { list-style-type:square; } /* Unnummerierte Liste */
ol { list-style-type:decimal; } /* Nummerierte Liste */
dl { } /* Definitionsliste */

/* Grafiken */
img { border:0px; padding: 0px;} /* Grafik */
#contentblockright img {float:left;border:0px;} /* Grafik */



/* Layout-Elemente */
hr { height:1px; color:#000000; } /* Horizontale Linie */

/* Logische Textauszeichnungen */
abbr { } /* Abgekuerzte Schreibweise (z. B. "WWW") */
acronym { } /* Abkuerzung (z. B. "z. B.") */
address { } /* Adresse */
blockquote { } /* Zitat als Block */
big { } /* Groessere Schrift */ 
code { } /* Quelltext */
cite { } /* Zitat */
del { } /* Ungueltiger Text */
dfn { } /* Definition */
em { } /* Stark hervorgehobener Text */
ins { } /* Neu hinzugekommener Text */
kbd { } /* Tastatureingabe */
pre {} /* Vorformatierter Text */
samp { } /* Beispiel */
small { } /* Kleinere Schrift */
strong { } /* Hervorgehobener Text */
var { } /* Variable */



.plus_fliestext	{color:black;font-family: Times New Roman, sans-serif, Arial, Helvetica; font-size: 14px;  font-style: italic; font-weight: normal;}
.m_fliestext	{color:black;font-family: Arial,Helvetica,sans-serif ; font-size: 13px;  font-weight: bold;}

.plus_h		{font-family: Times New Roman, sans-serif, Arial, Helvetica; font-style: italic; font-weight: normal;}
.m_h		{font-weight: bold;}



.plus_footer	{color:#fff;font-family: Times New Roman, sans-serif, Arial, Helvetica; font-size: 14px;  font-style: italic; font-weight: normal;}
.m_footer	{color:#fff;font-family: Arial,Helvetica,sans-serif ; font-size: 14px;  font-weight: bold;}

.footer_small	{color:#fff;font-family: Arial,Helvetica,sans-serif ; font-size: 11px;  font-weight: normal;}


.smallteaser	{color:#008b98;font-family: Arial,Helvetica,sans-serif ; font-size: 12px; font-weight: normal;line-height:16px;}



.refimg 	{float:left;margin-top:5px;border:1px none red;width:170px;display:inline;}
.refimg img	{margin-right:10px;margin-bottom:10px;clear:left;}
.reful		{float:left;width:280px;margin-left:0px;}
