﻿body {
	background-color: white;
	font-family:Arial, Helvetica, Sans-Serif;
}

#layout_content {
	position: relative;
	top: 0px;
	
	padding: 10px;
	width: 900px;
	z-index: 0;
}

#layout_outer_container {
	position: relative;
	min-height:768px;
	background-color: #355882;
	background-image: url('../images/containershadow.jpg');
	background-repeat: repeat-y;
	
	width: 940px;
	left: 50%;
	margin-left: -470px;
	z-index: 0;
}

.login_field {
	border: 1px;
	border-color: #003657;
	border-style: solid;
	background-color: white;
	color: #355882;

	z-index: 0;
}

#layout_success_stories {
	position: relative;
	width: 660px;
	left: 0px;
	top: -5px;
	
	z-index: 0;
}

.success_story_header {
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;
	padding: 4.5px;
	background-color: #355882;
	color: white;
	font-size: 15px;
	font-weight: bold;

	z-index: 0;
}

.success_story_container {
	position: relative;

	width: 658px;

	margin-top: 0px;
	margin-bottom: 10px;

	background-color: white;
	color: #355882;

	padding: 4.5px;

	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #355882;
	
	z-index: 0;
}


#layout_news {
	position: absolute;
	top: 5px;
	left: 690px;
	width: 210px;
	
	z-index: 0;
}

.news_header {
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 210px;
	padding: 4.5px;
	background-color: #355882;
	color: white;
	font-size: 15px;
	font-weight: bold;
	
	z-index: 0;
}

.news_container {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 208px;
	background-color: #D6DCE9;
	color: #355882;
	padding: 4.5px;
	
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #355882;
	
	z-index: 0;
}

#footer a:link {
	color:white;
	font-weight:bold;
}

#footer a:visited {
	color:white;
	font-weight:bold;
}

.layout_fehler {
	color:red;
	font-size:x-large;
	border-style:solid;
	text-align:center;
}

div.galleryitem {
  float: left;
  width: 120px;
  padding: 10px;
  }
  
div.galleryitem p {
   text-align: center;
}

.caption_input_fields {
         float: left;
         width: 150px;
         padding-top: 0.3em;
         text-align: left;
	}
	
.button_save_pw {
	padding-left: 50px;
	float: left;
	}

.button_cancel_pw {
	padding-left: 50px;
	float: left;
	}
	
.button_liste_filter {
	padding-left: 200px;
	float: left;
	}
	
.button_liste {
	padding-left: 50px;
	float: left;
	}