@charset "utf-8";
/* Textformate */

* 
	{
		font-size:100.01%;
		font-weight:normal;
	}
	
body 
	{
		font-size:0.9em;
		line-height:1.5em;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;		
	}
p	
	{
		margin-bottom:1em;
	}

form p
	{
		margin-bottom:0;
	}
h1, h2, h3
	{
		font-family:Georgia, serif;
		color:RGB(75,128,158);
		margin-top:0.5em;
		margin-bottom:0.5em;
		line-height:1.2em;
	}
	
h1
	{
		font-size:1.5em;
		width:240px;	/* H1 kommt nur in linker Spalte vor */
		text-align:center;
	}

h2
	{
		font-size:1.4em;
	}

h3
	{
		font-size:1.3em;
	}



/*///// Einfache Tabelle ohne Kopfzeile//////*/	
.einfache_tabelle
	{
		margin-top:20px;
		margin-bottom:20px;
	}

.einfache_tabelle td 
	{
	  border-bottom:1px solid #CCC;
	  padding-right:20px;
	  height:30px;
	}
	
.einfache_tabelle td.col_1
	{	
		padding:0px;
		text-align:right;
	}

.einfache_tabelle tr:hover
	{
		background-color:#eee;
	}		

/*///// Tabelle mit Kopfzeile//////*/	
.termine
	{
		margin-top:20px;
		margin-bottom:20px;
	}

.termine thead
	{
		background-color:RGB(75,128,158);
		color:#fff;
		
		
	}
	
.termine th 
	{	
		font-size:1.2em;
		font-family:Georgia, serif;
		font-weight:normal;
		line-height:25px;
		padding-left:20px;
	}
	
.termine td 
	{
		vertical-align:top;
		text-align:left;
		padding:20px;
		border-top:1px solid #CCC;
	}

.termine tbody tr:hover
	{
		background-color:#eee;
	}

/*///// Links //////*/
div.ce_toplink
	{
		margin-top:20px;
	}

div.ce_toplink a:link,
div.ce_toplink a:visited
	{
		color:RGB(66,113,140);
		padding-right:14px;
		background:url("../bilder/toplink-icon.gif")
		no-repeat right 5px;
	}
	
.ce_text a:link, 
.ce_hyperlink a:link 
	{
		color:RGB(66,113,140);
		padding-right:16px;
		background:url("../bilder/link-icons.gif")
		no-repeat right 0px;
	}
.ce_comments a:link
	{
		background-position:right -18px;
	}

.mod_flash a.extern:link,
.ce_text a.extern:link, 
.ce_comments a:link,
.ce_table a.extern:link
	{
		color:RGB(66,113,140);
		padding-right:16px;
		background:url("../bilder/link-icons.gif")
		no-repeat right -20px;
	}

.ce_hyperlink a:visited,
.ce_text a:visited, 
.ce_text a.extern:visited,
.ce_table a.extern:visited, 
.ce_comments a:visited 
	{
		color:#666;
		padding-right:16px;
		background-image:url("../bilder/link-icons.gif");
		background-repeat:no-repeat;
		background-position:right -40px;
	}

.ce_comments a:visited
	{
		background-position:right -38px;
	}	

/*///// Aufzählungen //////*/
.mod_article ul
	{
		list-style:disc;
		padding-left:30px;
		margin-top:1em;
		margin-bottom:1em;
	}
ol
	{
		padding-left:30px;
	}

/*////Listenelement auf Homepage und in Anbeboten auf Homepage///*/
.ce_list ul, div.angebote ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}

.ce_list li, div.angebote li
	{
		padding-left:22px;
		background-image:url("../bilder/listenpunkt-sonne.gif");
		background-repeat:no-repeat;
		background-position:0px 2px;
		margin-bottom:10px;
	}

.ce_list li span
	{
		font-family:Georgia, serif;
		color:RGB(75,128,158);
		font-size:1.3em;
		line-height:1.2em;
	}

div.angebote ul
	{
		margin-top:1em;
	}
