html, body {
	margin:0px;
	padding:0px;
	background:url(imgserver/back/site_bg.jpg) repeat-x #dbdbdb;
  /*background:white;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border:none;
}

#iescaffold {
	text-align:center;
	margin-top:20px;
}
#breadcrump {
  padding-top: 6px;
  padding-left: 30px;
  font-size: 10px;
}
#breadcrump, #breadcrump a
{
  color: #4672a1;
}
#scaffold {
	width:824px;
	margin:0px auto;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:3px;
	background:#FFF;
	text-align:left;
	color: #003D7D;
}

#headergrafik, #contentscaffold {
	width:824px;
	
}

#headergrafik {
	border-bottom: solid 1px #002D5D;
}

#topmenuscaffold {
	clear: both;
	height:31px;
	width:824px;
}

#contentscaffold {
	background: url(imgserver/back/contentscaffold.gif) bottom left no-repeat #4673A2;
}

.vTop {
	vertical-align: top;
}

.vBottom {
	vertical-align: bottom;
}

.txtCenter {
	text-align: center;
}

.blue {
	color: #003D7D;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* Zwei Content Elemente */
.two_columns {
  width: 100%;
}

.column_one {
  width: 300px;
  float: left;
}
.column_two {
  width: 300px;
  float: right;  
}

/* Zwei Content Elemente */
.albis_two_columns {
  width: 100%;
}

.albis_column_one {
  width: 49%;
  float: left;
}
.albis_column_two {
  width: 49%;
  float: right;  
}
