﻿#news
{
  margin: 0 ;
  padding: 0;
}

.head
{
	font-weight:bold;
}

/* News in der Einzelansicht */

#news_datum
{
	display: block;	
	margin: 20px 0 15px 0;
	padding: 0 0 0 0;
	color: rgb(41,48,155);
	font-weight: bold;
	border-bottom: 1px solid rgb(41,48,155);
}
#news_ueberschrift
{
  margin: 0px 0 0px 0;
}
.news_info_div
{
  display: table;
  float: left;
  width: 445px;
  margin: 0px 0 5px 0;
}
.news_icon_div
{
  display: table;
  float: right;
  width: 80px;
  text-align: right;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
}
p.news_title
{
	color: rgb(51,51,51);
	font-size: 120%;
	font-weight: bold;
}
p.news_subtitle
{
	color: rgb(51,51,51);
	font-size: 100%;
	font-weight: bold;
}
#news_back_button
{
	width: 525px;
	text-align: right;
}
#news_back_button a
{
	color: rgb(41,48,155);
	font-size: 100%;
	font-weight: normal;
}
#news_elternliste
{
  margin: 0 0 10px 0;
}
#news_elternliste a
{
  color: rgb(38,45,126);
  font-weight: normal;
  text-decoration: none;
}
#news_elternliste a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}
#news_kindliste
{
  margin: 0 0 15px 0;
	display:block;
}
#news_kindliste ul
{
  margin:0;
  padding: 0 0 0 2em;
  list-style: circle;
}
#news_kindliste a
{
  color:#000;
  text-decoration:none;
}
#news_beschreibung
{
  margin: 0 0 0.5em 0;
}
#news_aufgaben
{
  margin: 0 0 0 0;
	display:block;
	float:none;
	clear:both;
}
#news_aufgaben ul
{
  margin:0;
  padding:0;
  list-style-type:none;
}
#news_aufgaben li
{
 float :none;
 clear:both;
}
#news_aufgaben img
{
	float:left;
}
#news_aufgaben div
{
	float:left;
	margin:0 0 0 1em;
	padding:0;
}
#news_aufgaben a
{
  margin:0;
  padding:0;
  color:#000;
  text-decoration:none;
}
#news_aufgaben .head
{
	display:none;
}
#news_anschrift .news_anschrift_head
{
	font-size:1.2em;
	font-weight:bold;
}
#news_anschrift .news_anschrift_text
{
  margin: 0 0 0.5em 0;
}
#news_anschrift a
{
  color:#000;
  text-decoration:none;
}
#news_mitarbeiter .news_mitarbeiter_head
{
	font-size:1.2em;
	font-weight:bold;
}
#news_mitarbeiter .news_mitarbeiter_nachname
{
	font-weight:bold;
}
#news_mitarbeiter .news_mitarbeiter_photo
{
	border:0;
	float:right;
	padding:0 3em 0 0;
}
#news_mitarbeiter .news_mitarbeiter_text
{
	float:none;
	clear:both;
}
#news_mitarbeiter .news_mitarbeiter_brclear
{
	float:none;
	clear:both;
	height:1px;
}
#news_mitarbeiter table
{
	width:100%;
	border :0;
}

#news_mitarbeiter th
{
  background : #ccc;
}

#news_beschreibung
{
	display:block;
	float:none;
	clear:both;
}

#news_beschreibung img
{
	float: right;
	margin: 0 0 5px 10px;
	border: 0;
}

#news_formular, #news_merkblatt, #news_allgemeinelinks, #news_sonstigelinks
{
  margin: 0 0 1em 0;
}
#news_formular ul, #news_merkblatt ul, #news_allgemeinelinks ul , #news_sonstigelinks ul
{
  margin: 0 0 0 0;
  padding: 0 0 0 25px;
}
#news_formular li, #news_merkblatt li, #news_allgemeinelinks li , #news_sonstigelinks li
{

  padding: 0 0 0 5px;
}
#news_formular .formular_head,#news_merkblatt .merkblatt_head, #news_allgemeinelinks .allgemein_head , #news_sonstigelinks .sonst_head
{
  margin:0 0 0.5em 0;
	font-size:1.2em;
	font-weight:bold;
}
#news_formular a, #news_merkblatt a, #news_allgemeinelinks a, #news_sonstigelinks a
{
  color:#000;
  text-decoration:none;
}
#news_formular .formular_desc, #news_merkblatt .merkblatt_desc, #news_allgemeinelinks .allgemein_desc , #news_sonstigelinks .sonst_desc
{
	font-size:0.9em;
	font-style:italic;
}

/* Formatierung Startseite */

#aktuell
{
  list-style-position: outside;
  list-style-type: none;
  margin: 0 ;
  padding: 0;
}
#aktuell .aktuell_icon_div
{
  display: table;
  float: left;
  width: 80px;
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
}
#aktuell .aktuell_info_div
{
  display: table;
  float: right;
  width: 445px;
  margin: 5px 0 5px 0;
}

#aktuell .aktuell_datum
{
  text-decoration: none;
  font-weight: normal;
  font-size: 90%;
  margin: 0;
  padding: 0;
}
#aktuell .aktuell_head, #aktuell .aktuell_head a
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 3px 0 2px 0;
  padding: 0;
}
#aktuell .aktuell_head a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}
#aktuell .aktuell_text
{
  color: #000;
  text-decoration: none;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
#aktuell .aktuell_text a
{
  color: rgb(38,45,126);
  font-weight: normal;
  text-decoration: none;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
#aktuell .aktuell_text a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}
#aktuell .akutell_img
{
  float: right;
  border: 0;
}
#aktuell hr
{
	clear: both;
	display: block;	
	height: 1px;
	color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	border: 0;
	border-bottom: 1px solid rgb(191,210,243);
	margin: 0;
	padding: 0;
}

#clear
{
	clear: both;
	display: block;	
	height: 1px;
	width: 445px;	
	margin: 0 0 0 80px;
	padding: 0 0 0 0;
	background-color: rgb(191,210,243);
}

*html #clear
{
	clear: both;
	height: 1px;
	width: 445px;	
	margin: 0 0 0 80px;
	padding: 0 0 0 0;
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(191,210,243);
}