
* { 
	margin: 0;
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
}
	
html { 
	height: 100% 
} 

body { 
	color: #7c7767;
	background-color: #ffffff; 
	height: 100%;
	font-size: 16px; 
	line-height: 24px;
	position: relative; 
	text-align: center; 
	padding-top:20px;
} 	

img {
	border : none;
	}

input,select,textarea {
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	padding: 10px 20px;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px #d1d1d1;
	line-height: 24px;
	
  -moz-box-shadow:    6px 6px 10px 0px #d1d1d1;
  -webkit-box-shadow: 6px 6px 10px 0px #d1d1d1;
  box-shadow:         6px 6px 10px 0px #d1d1d1;
}	
	
form {
margin:0;
padding:0;
}
	

	
a  { 
	/*color: #00aca8;*/
	color: #bc4e1e;
	font-weight: normal; 
	text-decoration: none; 
	}
	
a:hover, a:active, .aktiv { 
	color: #211b63; 
	text-decoration: none; 
	}


	
hr { 	
	color: #fff; 
	background-color: #fff; 
	height: 2px; 
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #000000; 
	}

h1 { 
	font-weight: bold;
	font-size: 16px;
	color:#ffffff;
	margin-bottom:4px;
	}
	
h2 { 
	font-weight: bold;
	font-size: 18px;
	color:#ffffff;
	margin-bottom:4px;
	}

.clear {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}	

.fett {font-weight:bold;}
.kursiv {font-style:italic;}
.underline {text-decoration:underline;}
.rot {color:#b61f29;}
.blau {color:#1a3a89;}
.bg_blau {background-color:#e1f1fa;}
.bigger {font-size:1.3em;}
.smaller {font-size:0.85em;line-height:1.4em;}
.gedanke {
	display:block;
	background-image:url(../_media/strich.svg);
	background-size:18px 3px;
	background-position:0em 0.7em;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.row {
		/*min-width:1200px;*/
		overflow:auto;
		text-align:left;
}
@media only screen and (max-width:769px) {
	.rowmobile {
		padding-left:20px;
		padding-right:20px;
	}
}

.wrapper {

		/*min-width:1200px;*/
		max-width:1200px;		
		width:94%;
		
		margin:auto;
}
.wrapper.admin {
		min-width:1200px;
		max-width:90%;

}
#containerhead {
	/*width:980px;*/

	width:100%;
	margin:auto;
	background-color:#eeeeee;
	text-align:left;
	/*padding:40px 50px;*/
	padding:15px 0px;
}

#container {
	/*width:980px;*/

	width:100%;
	margin:auto;
	
	background-color:#eeeeee;
	text-align:left;
	height:auto;
	overflow:hidden;
	/*padding:40px;*/

}


.containershadow {
background-color:#eeeeee;
background: rgba(233, 230, 225, 100) none repeat scroll 0 0;
padding:20px 0px;
 border:solid 10px #ffffff;
  -moz-box-shadow:    0px 0px 8px 5px #ccc;
  -webkit-box-shadow: 0px 0px 8px 5px #ccc;
  box-shadow:         0px 0px 8px 5px #ccc;
	height:auto;
	overflow:hidden;
	text-align:left;
behavior: url(./pie/PIE.htc);  
}
.zeitPage {
	width:575px;
	height:800px;
	border:none;
}
#content {

}

ul {
	margin:0;
}
li {
	margin:0;
}

.buttons
{
  display: inline-block;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #a1a1a1;
  padding: 0 1em;
  margin: 0.5em;
  font: bold 1em/2em Arial, Helvetica;
  text-decoration: none;
  color: #333;
  border-radius: .2em;
  
}
.add:before    { content: "\271A"; }
.edit:before   { content: "\270E"; }
.delete:before { content: "\2718";}
.save:before   { content: "\2714";}
.email:before  { content: "\2709";}
.cross:before  { content: "\2716"; }