#html {
    
}

body {
    
}

#wrapper {
    width: 100%;
	margin: 0 auto;
}


#content {
    width: 1024px;
    min-height: 500px;
    background-color: white;
    margin: 0px auto;
    z-index: 10;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
    opacity: 0.9;
}




#footer {
    color: white;
    display: block;
    position: relative;
    font-size: 11pt;
    text-align: center;
    width: 1024px;
    clear: both;
    margin: 0px auto;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    background-color: green;
}

#admin {
    margin:  0px auto;
}

#formbox {
    margin-left: 0px;
}


#navigation ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  width: 50px;
}

#navigation ul a {
    color: black;
    text-decoration: none;
    padding: 15px 4px 17px 0;   
}

#navigation ul a:hover {
    color: white;
    padding: 15px 4px 17px 0;
}

#navigation ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 15px;
  cursor: pointer;
  color: black;
}

#navigation ul li:hover {
  background: #9d6846;
  color: white;
}

#navigation ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 180px;
  display: none;
  visibility: hidden;
}

#navigation ul li ul li { 
  background: white; 
  display: block; 
}

#navigation ul li ul li:hover { 
    background: #e9ddc5;
}


#navigation ul li:hover ul {
  display: block;
  color: black;
  opacity: 1;
  visibility: visible;
}

#navigation ul li:hover ul a {
  color: black;
}

#navigation ul li:hover ul a a:hover {
  color: black;
}

#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px 10px 0px; font-size:16px; margin:0 auto; line-height: 1.5;}
#content p a { text-decoration:none; color:#575757; }
#content p a:hover { text-decoration:underline; color:#7F000C; }
#content label { padding-left:20px; font-size:16px;}
#content legend { padding:10px 20px; font-size:13px;}
#content span { padding-left:20px; font-size:16px;}


h1 {
    font-family: Monotype Corsiva, Verdana;
    padding: 10px 10px;
    font-size: 25pt;
    text-align: center;
}

h2 {
    font-family: Verdana;
    padding-left: 10px;
    font-size: 13pt;
}

p {
    padding-left: 20px;
}


a.link {
    color: #575757;
    margin-top: 5px;
    font-size: 12pt;
    margin-top: 5px;
}

.reihe {
  clear: both;
  padding: 2px 0px;
  margin-top: 5px;
}

.label {
  float: left;
  width: 180px;
  text-align: left;
  padding-top: 5px;
}

.feld {
  float: left;
  width: 300px;
  text-align: left;
  margin-top: 5px;
}

form div { 
    border: none; 
}

fieldset {
    padding: 1em;
    margin: 0 auto;
    border: 1px solid lightgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
	/* Webkit */
    /*background: -webkit-gradient(linear, left top, left bottom, from(white), to(lightgray));*/
	/* Firefox */
	/*background: -moz-linear-gradient(top, white, lightgray);*/
	/* Internet Explorer < 8 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EFEFEF);*/
	/* IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EFEFEF)";*/
}

label {
width: 6em;
display: inline-block;
text-align: right;
}

legend {
    background: white;	
    padding: 0.6em;
    border: 1px solid lightgray;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);  
    -moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1); 
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1); 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
		
div>label:first-child {
    width: 8em;
    text-align: left;
    padding-top: 0.3em;
    vertical-align:top;
}

input, select, textarea {
    width: 25em;
    padding: 0.3em;
    border: 1px solid lightgray;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);  
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1); 
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1); 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input:hover,select:hover,textarea:hover {
    background: #eee;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);  
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
    box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}

input:focus,select:focus,textarea:focus {
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 0 10px rgba(32,204,255,0.7);  
    -moz-box-shadow: 0 0 10px rgba(32,204,255,0.7); 
    box-shadow: 0 0 10px rgba(32,204,255,0.7); 
    outline: none;
}

#submit {
    padding-left: 40px;
    padding-top: 15px;
}

input#strasse { width: 18em; }
		
input#ort { width: 17em; }

input[type="checkbox"], input[type="radio"] {
    width: auto;
    border: none; /* IE */
}
        
input[type=submit] {
    margin-left: 10em;
    margin-right: 0.2em;
    font-weight:bold;
}

input[type="submit"], input[type="reset"] {
    width: 10em;
    padding: 0.6em;
    background: #fafafa;
    border: 1px solid #aaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* Webkit */
    background-image: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.1, rgb(250,250,250)),
        color-stop(1, rgb(204,204,204))
    );
    /* Firefox */
    background-image: -moz-linear-gradient(
        top,
        rgb(250,250,250) 10%,
        rgb(204,204,204) 100%
    );	
    -webkit-box-shadow: 0px 0px 5px rgba(255,255,255,0.8); 
    -moz-box-shadow:  0px 0px 5px rgba(255,255,255,0.8); 
    box-shadow: 0px 0px 5px rgba(255,255,255,0.8); 
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8); 
}

input[type="submit"] {
    margin-left: 10em;
    margin-right: 0.2em;
    font-weight:bold;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    border-color: #3a3;
    color: #3a3;
}

input[type="reset"]:hover, input[type="reset"]:focus {
    border-color: #f55;
    color: #f55;
}

input.reset:hover, input.reset:focus {
    border-color: #f55;
    color: #f55;
}
		
input[type="submit"]:active, input[type="reset"]:active {
    /* Webkit */
    background-image: -webkit-gradient(
        linear, left bottom, left top,
        color-stop(0.1, rgb(250,250,250)),
        color-stop(1, rgb(204,204,204))
    );
    /* Firefox */
    background-image: -moz-linear-gradient(
        bottom,
        rgb(250,250,250) 10%,
        rgb(204,204,204) 100%
    );	
}

p.calender_center {
	color: black;
	text-align: center;
	font-size: 8pt;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 4px;
}

p.calender_black, a.cal_black {
	color: black;
	text-align: center;
	font-size: 8pt;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

p.calender_red, a.cal_red {
	color: red;
	text-align: center;
	font-size: 8pt;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

