/*---------------------------------
Globale CSS Definition
---------------------------------*/

body {
	padding:0;
	margin:0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	background-color: #AEBE74;
}

a:link { color: #000000; text-decoration:none; }
a:visited { color: #000000; text-decoration:none; }
a:focus { color: #000000; text-decoration:none; }
a:hover { color: #AE6F74; text-decoration:none; }
a:active { color: #AE6F74; text-decoration:none; }

/*---------------------------------
Header "Frame"
---------------------------------*/

.header {
  width: 100%;
}

/*---------------------------------
Menu "Frame"
---------------------------------*/

.menu {
  width: 180px;
  background-color: #AEBE74;
  vertical-align: top;
}

.login {
  font-weight: bolder;
  font-size: medium;
  text-align: center;  
}

.overview {
  font-weight: bolder;
  font-size: medium;
  text-align: center;  
}

.linkbar {
  font-weight: bolder;
  font-size: medium;
  text-align: left;
  padding-bottom:3em;
}

.request_link {
  text-align: center;  
  padding-bottom:3em;
}

/*---------------------------------
Content "Frame"
---------------------------------*/

.content {
  width: 100%;
  padding-bottom:3em;
}

.index {
  background-color: #AEBE74;
  vertical-align: top;
}

.headline {
  border: 2px solid #CDCDCD;
  color:#000000;
  background: #AEA174;
  text-align: center;
  font-weight: bold;  
}

.commerial {
  border: 2px solid #CDCDCD;
  color:#FFFFFF;
  background: #FF2900;
  text-align: center;
  font-weight: bold;  
}

.savearea {
  width: 700px;
  border: 2px solid #CDCDCD;
  color:#FFFFFF;
  background: #FF2900;
  text-align: center;
  font-weight: bold;
}

.input {
  background: #B9AE87;
  border-style: dotted;
  border-color:#CDCDCD;
  border-width:medium;
  font-weight: bold;
}

.checkbox {
  
}

.submitbutton {
  font-weight:bold;
  border:1px solid;
  overflow:visible;
}

/*---------------------------------
Server
---------------------------------*/

.server_discription {
  width:600px;
  vertical-align: top;
}

/*---------------------------------
Footer
---------------------------------*/

.footer {
  position:fixed;
  bottom:0px;
  background:#AEA174;
  width:100%;
}

.footer_copyrigth {
  width:14%;
  text-align:left;
}

.footer_logged {
  width:29%;
  text-align:center;
}
.footer_version_num {
  width:12%;
  text-align:center;
}
.footer_version_date {
  width:12%;
  text-align:center;
}
.footer_akt_date {
  width:33%;
  text-align:right;
}

/*---------------------------------
Infoboxen
---------------------------------*/

.boxsucess {
  width: 700px;
  border: 2px solid #CDCDCD;
  color:#FFFFFF;
  background: #346E35;
  text-align: center;
  font-weight: bold;
}

.boxfalse {
  width: 700px;
  border: 2px solid #CDCDCD;
  color:#FFFFFF;
  background: #FF2900;
  text-align: center;
  font-weight: bold;
}