/*******************************************
* ALLGEMEINE FORMATE
********************************************/
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 960px;
}
 
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	background-color: #EEEEEE;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*******************************************
* CONTAINER
********************************************/

#container {
	width: 827px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#top_bar {
	width: 827px;
	height: 40px;
}

#image_bar {
	width: 827px;
	height: 550px;
}

#bottom_bar {
	width: 827px;
	height: 40px;
}

.bottom_bar_start {
	float: right;
}

.footer_txt {
	float: left;
	padding-left: 20px;
	line-height: 40px;
	font-size: 10px;
}

.footer_txt a:link { 
	color:#000000; 
	text-decoration:none; 
	border-bottom: 1px dotted #c0d731;
}

.footer_txt a:visited { 
	color:#000000; 
	text-decoration:none; 
	border-bottom: 1px dotted #c0d731;
}

.footer_txt a:hover { 
	border: none; 
	background-color: #EEEEEE; 
}

.footer_txt a:active { 
	border: none; 
	background-color: #EEEEEE;
}