/*~~~~~  Browser-Reset  ~~~~~*/
* {
	padding: 0;
	margin: 0;
	font-size: 101%;
}



/* ##############################################################*/
/* Formatierung der DIV - Container */

/* Header - Bereich */
#topheader {
	width: 900px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/top_header.jpg) center top no-repeat;
}

#header {
	width: 900px;
	height: 123px;
	margin: 0 auto;
	background: url(../img/header.jpg) center top no-repeat;
}

#bottomheader {
	width: 900px;
	height: 49px;
	margin: 0 auto;
	background: #2E2E2E url(../img/shadow.jpg) center top no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Content - Bereich (3 Spalten) */
#content-wrapper {
	width: 900px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	width: 900px;
	margin: 0 auto;
	background: url(../img/container_bg.jpg) center top repeat-y;
}

/* linke Spalte */
.colOne {
	float: left;
	width: 200px;
	padding: 5px 5px 0 5px;
}

/* innerhalb der linken Spalte */
#linkList {
	margin-left: 10px;
/*	float: left; */
	top: -15px;
}

/* mittlere Content Hauptspalte */
.colTwo {
  min-height: 1030px;
  height:  auto !important;
  height: 1030px; 

	float: left;
	width: 490px;
	padding: 2px 2px 0 0;
	border-right: 1px solid #545304;
}

/* rechte Spalte */
.colThree {
	float: left;
	width: 175px;
	padding: 9px;
}

/* alle drei Spalten (Padding) */
.col-one, .col-two, .col-three {
	padding-bottom: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ######################################################### */
/* Footer */
#footer-wrapper {
	clear: both;
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background: url(../img/footer.jpg) center top no-repeat;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer {
/*	width: 900px; */
/*	height: 45px; */
/*	margin: 0 0 0 -25;*/
	padding: 0 0 0 15;
}

#footer img {
/*	position: relative; */
/*	display:inline; */
/*	margin: 0 0 -385px 10px *//* 1. oben, 2.rechts, 3.unten 4.links */
	margin-left: -2px;
	margin-top: -185px;
}

