@charset "utf-8";
img {
	border: 0;
}
/* Layout und Struktur */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#000; 
	padding:0; 
	border:0; 
	margin:0;
	background-color: #fff;
	background-color: #d2d2d2;
	text-align:center;
}

#wrapper {
	width: 850px;
	height: 570px;
	height: 560px;
	margin:20px auto;
	text-align:left;
	background-color: #ececec;
	/* background:#ddd url(../images/background_ginkgo.jpg) no-repeat center top; */
}
* html #wrapper {
	/*height: 570px;
	margin-bottom: 0;*/
}

#header {
	width: 850px;
	height: 15px;
	height: 30px;
	float:left;
	background:transparent; 
	position:relative;
}

#logo {
	margin-right: 15px;
}

#content {
	width:700px;
	width:850px;
	background:transparent; 
	float:left;
	margin-bottom: 10px;
}

#left_column {
	width: 150px;
	text-align: right;
/*	background-color:#00CCFF; */
	float:left;
	padding: 0;
	/*padding-top: 100px;*/
}
* html #left_column {
	/*width:500px; 
	w\idth:468px;
	width:150px; 
	w\idth:150px;*/
}

#middle_column {
	width:230px;
	width: 550px;
	width: 685px;
	height:400px;
	height:325px;
	height: 490px;
	background-color:#fff;
	float:left; 
	/* padding:0 5px 0 10px; */
	padding: 0;
	margin: 0;
}
* html #middle_column {
	/*width:245px; 
	w\idth:230px;
	width:600px; 
	w\idth:600px;*/
}

#contentimage {
	float:right;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}

* html #contentimage {
	margin-right:0;
	margin-right:8px;
}

#contenttext {
	position:absolute;
	width:250px;
	bottom: 0;
	bottom: -8px;
}

* html #contenttext {
	bottom: -23px;
}

*+html #contenttext {
	bottom: -23px;
}

#contenttext p {
	margin-bottom: 8px;
}

/* Allgemein */
p {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}
.imgmargin {
	margin: 0;
	margin-bottom: 15px;
	margin-top: 17px;
}

h1 {
	font-size: 16px;
	color: #3282dc;
	margin: 0;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3282dc;
	margin: 0;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#middle_column ul {
	margin: 0;
	margin-left: -5px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	list-style-image: url(../images/bullet.gif);
}
* html #middle_column ul {
	list-style-image: url(../images/bullet_ie.gif);
}
*+html #middle_column ul {
	list-style-image: url(../images/bullet_ie.gif);
}

#middle_column table {
	margin: 0;
	margin-left: 15px;
}
