﻿@charset "utf-8";
/****ALLGEMEINE DEFINITIONEN*****************************************************/ 
/* Für alle ein margin und padding 0 setzen */
* {
	margin:0; 
	padding:0;
}
body {
	color: #000000; 
	background-color: #FFFFFF;
	font-size: 70.00%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
}

/* korrekte Reihenfolge der A-Tags  */
a, a:link    	{ color: #6E3A15; font-weight: bold; text-decoration: none; }		/* noch nicht besuchter Link */
a:visited 	{ color: #6E3A15; font-weight: bold; }    							/* schon besuchter Link   */   
a:hover   	{ color: #6E3A15; font-weight: bold; text-decoration: underline;}	/* Benutzer 'hovert'     */    
a:active  	{ color: #6E3A15; font-weight: bold; }								/* Link wird ausgew?hlt   */

a img 		{ border: 0px none;	}

h1, h2, h3, h4, h5 { font-size: 1em; }

/********************************************************************************/

/****SEITEN BEREICH**************************************************************/ 
/* Seite zentrieren*/
#container {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 910px;
}
/* Hintergrund */
#top {
	width: 900px;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	padding: 0 5px 15px 5px;
}
/* Footer & Copyright */
#bottom {
	width: 890px;
	height: 25px;	/* Genaue Höhe des Footers */
	background-image: url(img/bg-footer.gif);
	background-repeat: no-repeat;
	padding: 4px 10px 0 10px;
	text-align: right;
	font-size: 0.8em;
	color: #BABABA;
}
/********************************************************************************/

/****SEITEN KOPF*****************************************************************/ 
/* LOGO */
#logo {
	width: 900px;
	height: 150px;
	background-image: url(img/LogoSpiegelung.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	text-align: center;
}

#logo h1 {
	padding-top: 100px;
	font-size: 30px;
	font-weight: bold;
}

/********************************************************************************/

/****CONTENT-SEITEN**************************************************************/ 
#leftSide {
	float: left;
	width: 260px;
}

#rightSide {
	float: left;
	width: 630px;
	padding-left: 0;
	/* border-left: 1px dotted #999999; */
}
/********************************************************************************/

/****LEFTSIDE*************************************************************/ 
#leftSideContent {
	border-bottom: 1px dotted #999999;
	margin: 0px 0px 5px 0px;
  border-right: 1px dotted #999999;
}

#leftSideContent h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
	padding: 5px 5px 5px 5px;
  margin-left: 2px;
  background-color: #F1E289;
  border-top: 1px dotted #999999;
}

#leftSideContent div.monatsNavi,
#leftSideContent div#adminNavi,
#leftSideContent div.gruppe,
#leftSideContent div#textsuche {
	margin: 0px 0px 5px 10px;
}

#leftSideContent h3 {
	font-size: 1.0em;
  margin-top: 5px;
	margin-bottom: 3px;
}

/********************************************************************************/

/****Für Admin **********************************************************/ 
#adminNavi {
  border-bottom: 1px dotted #999999;
}

#adminNavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#adminNavi li {
	list-style: none;
	display: block;
	margin-left: 0px;
}
#adminNavi li a {
	display: block;
	padding: 10px 0 10px 0px;
	height: 100%;
}

/********************************************************************************/

/****FILTER*************************************************************/ 
/
#filter {
	width: 250px;
	margin-left: 0px;
}

#filter form{
	margin-left: 0px;
	width: 250px;
}

#filter h3{

}

#filter form div{
	margin-bottom: 10px;
}

#filter form label{
  width: 115px;
  float: left;
  display: block;
	padding: 2px;
	margin: 2px 0 0 0;
}

#filter .text{
	width: 90%;
	border: 1px solid #999999;
  padding: 2px;
  font-size: 0.9em;
}

#filter .submit{
	text-align: right;
	margin-right: 24px;
}

#filter .submit input{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 40%;
	font-weight: bold;	
}

/********************************************************************************/

/****HILFSNAVIGATION*************************************************************/ 
#hilfsNav {
	width: 896px;
	height: 20px;
	background-color: #F1E289;
	margin: 0 2px;
	vertical-align: middle;
	line-height: 20px;
	font-size: 1em;
	/*border-bottom: 1px dotted #999999;*/
}
#hilfsNav div {
	float: left;
	padding: 0 0 0 5px;
}
#hilfsNav ul {
	text-align: right;
	margin: 0px;
	padding: 0 5px 0 0;
}
#hilfsNav li {
	list-style: none;
	display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
}
#hilfsNav a {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
#hilfsNav a:link    { }     /* noch nicht besuchter Link */
#hilfsNav a:visited { }    /* schon besuchter Link   */   
#hilfsNav a:hover   { text-decoration: underline; } 	  /* Benutzer 'hovert'     */    
#hilfsNav a:active  { }    /* Link wird ausgewÃ¤hlt   */
#hilfsNav a.active  { font-weight: bold; }    /* Link wird ausgewÃ¤hlt   */
/********************************************************************************/


#msgDiv {
  font-size: 0.8em;
	margin-left: 10px;
	margin-top: 10px;
}

/****HILFSNAVIGATION*************************************************************/ 
#address {
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 10px;
}
#address p {
	margin-bottom: 5px;
}
/********************************************************************************/

/****CONTENT*********************************************************************/ 
#contentArea {
	width: 638px !important;
	text-align: left;
}
#contentArea h1 {
	display: block;
	line-height: 26px;
	vertical-align:middle;
	font-size: 1.3em;
	margin-bottom: 10px;
  padding-left: 10px;
  background-color: #F1E289;
  border-top: 1px dotted #999999;
}
#content {
	/*margin-left: 10px;*/
	width: 600px;
  margin-left: 10px;
}

#content h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
#content p {
	margin-bottom: 15px;
}
/********************************************************************************/

/****Für normalen Content**********************************************************/ 
#noKalender {
	
}

#noKalender form table.normal {
	width: 100%;
}

#noKalender  table.normal th{
	font-weight: bold;
	padding: 10px 0 5px 0;
}

#noKalender  table td.headCell{
	font-weight: bold;
	padding: 10px 0 5px 5px;
}

#noKalender  table.normal td{
	vertical-align: top;
}

#noKalender  table.normal td textarea{
	width: 420px;
	height: 150px;
	border: 1px solid #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	padding: 5px;
}

#noKalender form .must{
	color: #550000;
	text-decoration: underline;
}

#noKalender .contentCell{
	margin: 5px;
	padding: 5px;
}

#noKalender form .mustinput{
	background-color: #ffcccc;
}

#noKalender  input.normal{
	width: 90%;
}

#noKalender input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	padding: 5px;
	border: 1px solid #999999;
}

#noKalender  input.login{
	padding: 5px;
}

/* IE6 Hack
* html #noKalender  input.login{
	padding: 5px;
  height: 25px;
}
 */
#noKalender label.checkbox {
	display: block;
	padding: 5px;
	margin: 5px 0 0 0;
	border: 1px solid #999999;
	text-indent: 5px;
}

#noKalender  input.noBorder{
	border: 0px none;
	
}

#noKalender  select {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
	width: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#noKalender  select optgroup{
	font-style: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}

#noKalender  select option{
	padding: 2px 5px;
}

#noKalender .submitCell {
	text-align: right;
}

/********************************************************************************/

/**** Für Startseite **********************************************************/ 
#noKalender .starpageDiv {
  float: left;
  width: 49%;
}

#noKalender .starpageDiv  a{
  padding: 20px;
  display: block;
  margin: 5px;
  background-color: #F1E289;
  font-size: 0.8em;
}

#noKalender .starpageDiv  a:hover{
  text-decoration: none;
}

#noKalender .starpageDiv  a span{
  display: block;
  font-size: 1.2em !important;
  margin-bottom: 5px;
}
/********************************************************************************/


/****Spezielle Klassen **********************************************************/ 
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}
.hide { 
	display: none; 
}

.important {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}
/********************************************************************************/

.editForm{
	padding: 2px;
}
.editField {
	border: 1px solid black;
	padding: 1px;
}
.editField:hover{
	background-color: red;
}

.divEditLink {
	margin: 2px 0 0px 2px;
	padding: 2px 2px 5px 0;
}

.divEditLink img {

}

.divEditLink  ul{
	list-style: none;
	clear: both;
	float: none;
}

.divEditLink  ul li{
	list-style: none;
	display: block;
	float: left;
	margin-left: 2px;
}

.divEditLink  ul li a{
	border: 1px solid #000000;
	display: block;
	height: 10px;
	width: 10px;
	padding: 1px;
}
.divEditLink  ul li a:hover{
	border: 1px solid red;
}

.labEditLink {
	display: block;
	width: 50px;
	float:left;
}



.editMeldung {
	color: red;
	font-size: 0.9em;
}


