/* ################ */
/* # CSS Document # */
/* ################ */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Helvetica, sans-serif;
	background: #ffffff;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0px;
}

* html body div {
	margin-top: -3px;
}
#page {
  position: relative;
  width: 1001px;
}

#header {
	height: 100px;
	border-right: 1px solid #F0F3F4;
}

#accedo_content {
	background-image: url(img/border3.gif);
	background-repeat: repeat-y;
}

.accedo_left {
	float: left;
	width: 180px;
	background-color: #465053;
}

#back {
	margin-top: 40px;
}

#back a {
	margin-left: 5px;
}

.accedo_left .left_nav {
	margin-top: 10px;
}

.accedo_left .left_nav .left_nav_left {
	float:left;
	padding-left: 3px;
}

.accedo_left .left_nav .left_nav_inner {
	float:left;
	width:135px;
	border-top: 2px solid #283436;
	border-bottom: 2px solid #283436;
	color: #ACCED0;
	font-size:14px;
	padding-top: 9px;
	padding-bottom: 7px;
}

*html body .accedo_left .left_nav .left_nav_inner {
	margin-right: -3px;
}

.accedo_left a {
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}

.accedo_left #hl {
	background-color: #283436;
}

.accedo_center {
	float: left;
	width: 819px;
	background-image: url(img/ms_verlauf.gif);
	background-repeat: repeat-x;
	background-color: #549A9E;
	border-left:1px solid #dcdfe0;  
}

# .accedo_center { /* IE 55 */
	width: 820px;
}

.accedo_center h1 {
	font-size: 33px;
	color: #283436;
	margin-top: 30px;
}

.accedo_center h2 {
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.accedo_center h2 a, .accedo_center a.mark {
	background-color: #7a9a9c;
	color: #eeeeee;
	text-decoration: none;
	padding: 0 3px 0 3px;
}

.accedo_center a.mark {
	color: #ffffff;
}

.accedo_center p {
	font-size: 12px;
}

.accedo_center_content {
	background-image: url(img/seite_background.jpg);
	background-repeat: no-repeat;
}

#column_left {
	float: left;
	width: 454px;
	margin-left: 30px;
}

* html body #column_left {
	margin-left: 15px;
}

* html body #column_left { /* IE 6 */
	padding-bottom: 50px;
}

#column_right {
	float: right;
	width: 315px;
}

#copyright_container {
	float: left;
	margin-left: 30px;
	margin-top:10px;
}

#copyright_container #copyright strong {
	color: #9a0f1e;
	font-weight: normal;
}

#copyright_container {
  float: left;
  margin-left: 65px;
  margin-top: 12px;
}
* html body #copyright_container {/* IE 6 */
  float: left;
  margin-left: 20px;
  margin-top: 12px;
}
#copyright_container #copyright strong {
  color: #9a0f1e;
  font-weight: normal;
}
#footer{
  border-top: 1px solid #dcdfe0;
  background-color: #F0F3F4;
  width: 1000px;
}
* html body #buttons { /* IE 6 */
  margin-right: 0px;
}
#footer #buttons {
  float: right;
  margin-right: 78px;
}
#footer #links a {
  color: #438C93;
  text-decoration: none;
  text-transform: uppercase;
}
#copyright {
	float: left;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #999999;
}

.clear {
	clear: both;
} 