/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

header {
	background-color: #D8D8D8;
}

html, body {
	height:100%;
}
/* Smartphone */
/* @media only screen and (max-width: 320px) {
	#seite {
		width: 100%;
	}
	#inhalt {
		padding-bottom: 2em;
		max-width:83%;
	}
	#fussbereich {
		position:relative;
		bottom: 0;
		width: 100%;
		height: 2em;
	}
	nav {
	  border-bottom: 0;
	}
	nav ul {
		display: none;
        height: auto;
	}
	 nav li {
        display: block;
        float: none;
        width: 100%;
		padding: 0;
	  background-color: #D8D8D8;
	  border-color: #e7c157;
    }
   	nav a#pull {
        display: block;
        background-color: #D8D8D8;
        width: 100%;
		height: 40px;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
} */

/* Tablet */
/* @media only screen and (min-width: 321px) and (max-width: 1023px) {
	#seite {
		position: relative;
		min-height: 84%;
		width: 100%;
		margin: 0 auto;
	} 
	#inhalt {
		padding-bottom: 2em;
		width:83%;
	}
	nav {
	  font-size: 0.91em; 
	  padding: 0;
	  background-color: #D8D8D8;
	  border-color: #e7c157;
	}
	nav ul {
		width: 100%;
		padding:0;
	}
	nav li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0; 
		padding: 2px;
	}
	nav ul a {
		width: 15em;
		display: block;
		padding: .2em;
		font-weight: bold;
		color: black; 
		background-color: #BDBDBD;
	}
	nav a#pull {
		display: none;
	}  
	#fussbereich {
		position:absolute;
		bottom: 0;
		width: 100%;
		height: 2em;
	}
} */

/* PC */
/* @media only screen and (min-width: 1024px) { */
	#seite {
		position: relative;
		min-height: 100%;
		width: 990px;
		margin: 0 auto;
	} 
	#inhalt {
		padding-bottom: 2em;
		width:83%;
	}
	nav {
	  font-size: 0.91em;
	  float: right; 
	  width: 15em;
	  padding: 0;
	  background-color: #D8D8D8;
	  border-color: #e7c157;
	}
	nav ul {
	  padding:0;
	}
	nav li {
	  list-style: none;
	  margin: 0; 
	  padding: .5em;
	}
	nav ul a {
	  display: block;
	  padding: .2em;
	  font-weight: bold;
	  color: black; 
	  background-color: #BDBDBD;
	}
	nav a#pull {
		display: none;
	}  
	#fussbereich {
		position:absolute;
		bottom: 0;
		width: 100%;
		height: 2em;
	}
/* } */
 
nav2 ul {
    text-align: center;
    /* weitere Angaben */
}
 
nav2 li {
    display: inline-block;
    /* weitere Angaben */
}
 
nav2 a, nav2 span {
    display: block;
    min-width: 8em;
    /* weitere Angaben */
}

footer {
    clear:left;
	margin-top:1em;
    background:#D8D8D8;
    text-align:center;
    padding:10px;
}

body {
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

h1 {
	text-align: center;
	color: #FA8258;	  
	background-color: #D8D8D8;
}
	 
nav ul a:hover,
nav ul a:active  {
  color: white; 
  background-color: #585858;
}

a {
    color:black;
    text-decoration: none;
}
a:hover {
    background: #FFFFFF;
}

sup {
	color:red;
	font-size:14px;
}

/* im Gebrauch? */
/* .calender div.after,
.calender div.before{
    color:silver;
}

.clear {
    clear:left;
} */
.liste {
	width:100%;
}
.liste td.name {
	width:190px;
}
.liste td {
	width:75px;
}

.kalender {  
	/* Grundformatierung des Kalenders */  
	font-size:11px;  
	border:1px solid #000000;  
	background-color: #FFFFFF;  
} 
.kalender tr.pagination, tr.pagination {
	background:#BDBDBD;
	text-align: center;
	height:30px;
	line-height:20px;
	font-weight: bold;
	font-size:12px; 
}
.kalender td.pagihead { 
	display:inline-block;
	background: white;
	height: 20px;
	color: black;
	font-weight: bold;
}
/* .kalender tr.pagination a {
	width:20px;
	height:20px;
}  */
#monats-button{
	background:none;
	border:0;
	width:30px;
	text-align:left;
	font-weight:bold;
}
#monats-button:hover{
	background:none;
	border:0;
	color:#FAFAFA;
	cursor:pointer;
	cursor:hand;
}

.tage {
	border: 1px solid #000000;
}
.datum, .datum-andere {  
	/* das Datum */  
	background-color: #FFFFFF;  
	line-height : 18px;  
	border-bottom: 1px solid #000000;
	/* border-left:1px solid #000000;  
	border-top:1px solid #000000;  
	border-right:1px solid #000000; */  
	text-align: center;
}
.datum:hover {
	color:#A4A4A4;
	background-color: #FFFFFF;  
	line-height : 18px;   
	text-align: center;
	cursor:pointer;
}
.heute, .heute-andere  {  
	/* das heutige Datum */ 
	font-weight: bold;
	background-color: #FFBF00;  
	line-height : 18px;  
	border-bottom: 1px solid #000000; 
	text-align: center;
}
.heute:hover {
	color:#A4A4A4;
	background-color: #FFBF00;  
	line-height : 18px;   
	text-align: center;
	cursor:pointer;
}			
.datum2 {  
	/* Datum in einem anderen Monat */  
	background-color: #D8D8D8;  
	line-height : 18px;  
	border-bottom: 1px solid #000000;
	text-align: center;
}		
.eintrag, .eintrag-andere {  
	/* die Einträge zu einem Datum */  
	background-color: #FFFFFF;  
	line-height : 13px;
	text-align: center;
}
.eintrag:hover {
	/* die Einträge zu einem Datum */ 
	color:#A4A4A4;
	cursor:pointer;
}
.eintrag2 {
	/* die Einträge zu einem  anderen Datum */  
	background-color: #D8D8D8;  
	line-height : 13px;  	
	text-align: center;
}
.box {
	z-index:999999;
	display:none;
	margin-left:5px;
	/* left:10%;
	top:250px; */
	padding:15px;
	position:absolute;
	background-color:#A4A4A4;
	cursor:default;
}	
.smiley {
	z-index:999999;
	display:none;
	left:400px;
	top:50px;
	padding:15px;
	position:absolute;
	background-color:transparent;
	cursor:pointer;
}
		
.uebersicht , .uebersicht a:link, .uebersicht a:visited, .uebersicht a:active,
.uebersicht2, .uebersicht2 a:link, .uebersicht2 a:visited, .uebersicht2 a:active {  
	/* Übersicht Struktur */  
	background-color: #FFFFFF;  
	width:100%;
}
.uebersicht a:hover, .uebersicht2 a:hover {
	/* Übersicht Struktur */ 
	color:#A4A4A4;	
	background-color: #FFFFFF;  
}
.uebersicht td, .uebersicht2 td {
	border: 1px solid #000000;
	width: 8%;
	background-color: #FFFFFF;
	text-align:center;
}
.uebersicht td.name {
	width: 20%;
	text-align:left;
}
.uebersicht td.partys, td.partys {
	background-color:#BCF5A9;
}
.uebersicht td.einzeltermine, td.einzeltermine {
	background-color:#8AEAFF;
}
.uebersicht td.verschoben, td.verschoben {
	background-color:#F5A9A9;
}
.uebersicht td.umsatz, td.umsatz, .uebersicht2 td.umsatz {
	background-color:#F7BE81;
}
/* Pfeilbuttons in Struktur */
#hyperlink-style-button {
	background:none;
	border:0;
	width:100%;
	text-align:left;
	font-size:12px;
}
#hyperlink-style-button:hover {
	background:none;
	border:0;
	color:#A4A4A4;
	cursor:pointer;
	cursor:hand;
}
#hyperlink-style-button2 {
	background:none;
	border:0;
	width:250px;
	text-align:left;
}

#hyperlink-style-button2:hover {
	background:none;
	border:0;
	color:#A4A4A4;
	cursor:pointer;
	cursor:hand;
}
/* Nachtrage Buttons im Kalender */
#hyperlink-style-button-nachtrag {
	background:none;
	border:0;
	width:100%;
	text-align:left;
	font-size:14px;
	color: red;
}
#hyperlink-style-button-nachtrag:hover {
	background:none;
	border:0;
	color:#A4A4A4;
	cursor:pointer;
	cursor:hand;
}

.struktur{
	font-size:14px;
}
.struktur:hover {
	color:#A4A4A4;
	font-size:14px;
	cursor:pointer;
}
/* .stufe{
}
.stufe:hover {
	color:#A4A4A4;
	cursor:pointer;
} */
			
/* .normal {
	color:#000000; 
	background-color:#00FFFF; 
	text-align: center;
}
.spezial1, .spezial1 a, 
.spezial1 a:link, .spezial1 a:visited, .spezial1 a:hover, .spezial1 a:active
               { 
			color:#A4A4A4;
} */			

ul { 
	list-style: none
}

.error {
	color:red;
	font-size:18px;
	font-weight:bold;
}

.error2 {
	color:green;
	font-size:18px;
	font-weight:bold;
}

a.button, /*input[type=button], */input[type=submit], td.button  {
	background: #FCFCFC;
	background-image: -webkit-linear-gradient(top, #FCFCFC, #D1D1D1);
	background-image: -moz-linear-gradient(top, #FCFCFC, #D1D1D1);
	background-image: -ms-linear-gradient(top, #FCFCFC, #D1D1D1);
	background-image: -o-linear-gradient(top, #FCFCFC, #D1D1D1);
	background-image: linear-gradient(to bottom, #FCFCFC, #D1D1D1);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 3px;
	color: #000000;
	font-size: 12px;
	padding: 3px 7px 3px 7px;
	border: solid #707070 1px;
	text-decoration: none;
}
a.button:hover, /*input[type=button]:hover,*/ input[type=submit]:hover, td.button:hover {
	background: #FAFDFE;
	background-image: -webkit-linear-gradient(top, #FAFDFE, #A7D9F5);
	background-image: -moz-linear-gradient(top, #FAFDFE, #A7D9F5);
	background-image: -ms-linear-gradient(top, #FAFDFE, #A7D9F5);
	background-image: -o-linear-gradient(top, #FAFDFE, #A7D9F5);
	background-image: linear-gradient(to bottom, #FAFDFE, #A7D9F5);
	text-decoration: none;
	border: solid #3C7FB1 1px;	
	cursor:pointer;
	cursor:hand;
}

.border {border-top: 1px dotted #000;}