html {
	min-height: 100.1%;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

body,ul   , li   ,h1,p {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
}

ul#bulletlist {
	float: left;
	list-style-type: square;
	padding-left: 16px;
	position: relative;
}

img {
	border: 0;
}

#container {
	width: 900px;
	margin: 0 auto 1em auto;
}

#mainnav {
	background: url(img/bgnav.jpg);
	height: 25px;
	clear: both;
}

#logo {
	margin: 39px 0 18px 0;
	float: left;
}

#home {
	border-top: 3px solid #fff;
	clear: left;
	background: url(img/no_flash.jpg);
}

#columns {
	border-top: 3px solid #fff;
	clear: left;
}

#column_1 {
	width: 394px;
	float: left;
}

#column_2 {
	width: 438px;
	float: left;
	background: #f3f3f3 url(img/rightborder.png) top right repeat-y;
	padding: 0 20px 40px 48px;
	position: relative;
}

/*
#solutions #column_2
{
	border-bottom:2px solid #A4A4A4;
	
	
}

#solutions #bottomborder
{
display:none;
}
*/

#column_2 h1 {
	margin: 102px 0 40px 0;
	padding: 0;
	height: 77px;
}

.project #column_2 h1 {
	margin: 58px 0 40px 0;
	padding: 0;
	height: 77px;
}

h1.oneline {
	padding: 46px 0 0 0 !important;
	height: 31px !important;
}

#column_2 p {
	line-height: 160%;
}

#column_1 p {
	clear: both;
	color: #666;
	text-align: right;
	padding: 0px 20px 0 0;
	line-height: 160%;
	background: none;
}

.contact p,.project p,.company p {
	margin-bottom: 20px;
}

.contact #column_2 a {
	color: #000;
}

#projectlist {
	margin: 30px 0 0 0;
	
}

#projectlist li {
	background: url(img/verteiler_aufzaehlung.png) no-repeat;
	margin-bottom: 15px;
	padding-left: 22px;
   
}


#bottomborder {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 506px;
	float: right;
	background: url(img/bottomborder.png) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height:1px;
}

#mainnav li {
	float: left;
	padding: 6px 27px 0 0;
}

#mainnav a {
	text-decoration: none;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	background: none;
}

#paging {
	margin: 10px 0px 20px 0;
	padding-right: 20px;
	float: right;
}

#paging li {
	float: left;
	margin-left: 5px;
}

#mainnav a:hover,#mainnav a.active {
	color: #0099FF;
	background: none;
}

.backlink {
	position: relative;
	top: 25px;
	display: inline-block;
	width: 89px;
	border: 1px solid #ccc;
	padding: 3px 8px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	margin-top: 45px;
	height: 12px;
	background: #f3f3f3;
}

.forwardlink {
	position: relative;
	top: 25px;
	display: inline-block;
	margin-left: 220px;
	width: 89px;
	border: 1px solid #ccc;
	padding: 3px 8px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size:11px;
	margin-top: 45px;
	height: 12px;
	background: #f3f3f3;
}

#time {
	float: right;
	margin-top: 82px;
	background:url(img/no_flash.gif) no-repeat;
}

