/* START CSS Reset */

* {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
  outline: 0;
}

/* STOP CSS Reset */

body {
  background: #efefef url(Bilder/bg.jpg) repeat-x;
  position: relative;
  font-size: 13px;
  font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #555;
  overflow-y: scroll; /* Show vertical scrollbar */
}

a:link, a:visited {
  color: #356fcf; /*#000;*/
  font-weight: bold;
}

a:hover {
  color: #002992; /*#555;*/
}

#main {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#main_inner {
  width: 1000px;
  float: left;
}

/* START Header */

#header {
  background: url(Bilder/header.jpg);
  width: 1000px;
  height: 380px;
  float: left;
}

/* ENDE Header */
/* START Navigationsleiste */

#navleiste {
  background: url(Bilder/sprite1.jpg) repeat-x;
  width: 1000px;
  height: 52px;
  float: left;
}

#navleiste a {
  width: 121px;
  height: 33px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: #000 1px 1px 0;
  padding: 19px 0 0 0;
}

.navbutton_1, .navbutton_2, .navbutton_3, .navbutton_1:hover, .navbutton_2:hover, .navbutton_3:hover {
  width: 121px;
  height: 52px;
  display: block;
  float: left;
}

.navbutton_1 {
  border-left: 2px solid #000;
  border-right: 1px solid #000;
  margin-left: 70px; /*125px;*/
}

.navbutton_2 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.navbutton_3 {
  border-left: 1px solid #000;
  border-right: 2px solid #000;
}

.navbutton_1, .navbutton_2, .navbutton_3 {
  background: url(Bilder/button.jpg);
}

.navbutton_1:hover, .navbutton_2:hover, .navbutton_3:hover {
  background: url(Bilder/button_hover.jpg);
}

/* ENDE Navigationsleiste */
/* START Content */
#login {
  width: 760px;
  float: left;
}
#content {
  width: 880px; /*760px;*/
  padding: 20px;
  margin: auto; /*25px auto;*/
  line-height: 1.6em;
  overflow: hidden;
}
.content_inner {
  width: 880px; /*760px;*/
  float: left;
  padding: 15px 0 40px 0;
}

.newspic {
  float: left;
  padding: 2px;
  border: 1px solid #ddd;
  margin: 0 15px 10px 0;
}

/* ENDE Content */
/* START Footer */

#footer {
  background: #000;
  height: 66px;
  color: #fff;
  text-align: center;
  clear: both;
  margin-top: -50px;
  position: relative;
  padding-top: 30px;
}

#footer a, #footer a:visited, #footer a:active {
  color: #09f;
  font-weight: normal;
}

#footer a:hover{
  color: #fff;
}

#copyright {
  margin-top: 5px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/* ENDE Footer */


.uperror{
    color: red;
}
.upsuccessfully{
    color: green;
}
.upbgcolor{
    background-color: Gainsboro;
}
.upfett{
    font-weight: bold;
}
.uptable{
    width: 898px; /*780px;*/
    background-color: DarkGray;
    border-color: DarkGray;
    padding: 1px;
    margin: 1px;
	text-align:center;
}
.headtbl {
    color: #333333; /*#EFEFEF;*/ 
    overflow: hidden;
    padding: 10px;
    margin: 5px;
	background: DarkGray;
	font-weight: bold;
	text-align: center;
border-radius: 5px;
}

#main_map {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
#headnav_map {
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
}
#content_map {
  
  padding: 20px;
  margin: 25px auto;
  line-height: 1.6em;
  overflow: hidden;
  
}
.content_inner_map {
  
  float: left;
  padding: 0px 0 0px 0;
  margin-right:10px;
}
#content2 {
	
  width: 320px;
  padding: 20px;
  margin-top:20px;
  margin-left:0px;
  line-height: 1.6em;
  overflow: hidden;
}
input[type=submit], input[type=button], input[type=reset] {
  height: 30px;
  padding: 0 10px;
}


input[type=submit], input[type=button], input[type=reset] {
  background: #09f;
  border-top: 1px solid #0cf;
  border-right: 1px solid #09f;
  border-bottom: 1px solid #09f;
  border-left: 1px solid #09f;
  border-radius: 5px;
  box-shadow: 1px 1px #555,
              -1px 1px #555,
			  1px -1px #555,
              -1px -1px #555;
  color: #fff;
  text-shadow: #555 1px 1px;
  font-weight: bold;
  vertical-align: bottom;
  cursor: pointer;
}
