/*
############################################################################################################################
Design and Code by Globalsys
http://www.global-sys.de
############################################################################################################################
*/




body {
	background-color: #ddcba7;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden; 
}

.header {
	width:1033px;
	height:189px;
	padding-top:28px;
	background: url(../../images/header_shadow.png);
	background-repeat: no-repeat;
	position: relative;
}

.content_bg_image {
  position: relative;
  width:1036px;
  background: url(../../images/dachstuhl.jpg);
  background-repeat: no-repeat;
  background-position: 550px 70px;
  min-height:400px;
}   

.content {
	width:1036px;
	background: url(../../images/shadow.png);
	background-repeat: repeat-y;
  min-height:700px;
	position: relative;
  color: #69575d; 
	overflow:hidden;
}

.heading {
  font-size:14px;
  font-weight: bold;
}

a {
  outline:0; 
  -moz-outline:0;
}

.big_picture_box {
   width: 300px;
   float:left;
   display:block;
   padding-left:150px;
   padding-top:60px;
}

.text_box {
   width:400px;
   padding-left: 100px;
   text-align:justify;
   color: black;
   float:left;
   padding-top:60px;
}

.clearing {
  clear: all;
}

.text_full {
  padding-top: 80px;
  text-align: left;
  z-index:2;
  margin-left: 130px;
  margin-right: 100px;
}

div {
  font-family: Arial;
  font-size: 14px;
}

.logout {
  font-size:10px;
  position:absolute;
  right:20px;
  top:0px;
}

.error {
  color: red;
}

.success {
  color: green;
}

.changepw {
  padding-top: 20px;
}

.footer {
	width:1034px;
	height:94px;
	right: 2px;
	background: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

.footer_content_left { 
  width: 400px;
  float: left;
  text-align: left;
  padding-left: 30px;
  margin-top:30px;  
}

.footer_content_right {
  padding-right: 30px;
  text-align: right;
  margin-top:30px; 
}

.footer a, .footer a:link, .footer a:visited {
  outline:0; 
  -moz-outline:0;
  color: #58595b;
  font-size:11px;
  text-decoration:none;
  font-family: Tahoma;
}

.footer a:hover {
  outline:0; 
  -moz-outline:0;
  color: black;
  font-size:11px;
  font-family: Tahoma; 
}

.preview_text {
  line-height: 25px;
}