html {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: normal;
	line-height: 1.2em;
}
#container {
	position: relative;
	float: center;
	overflow: hidden;
	margin: 20px auto 50px auto;
	width: 800px;
	heigth: 100%;
}
#head_01 {
	position: relative;
	overflow: hidden;
	float: left;
	background: #d2d8c4;
}
#content {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	color: #273c48;
	margin: 0 0 15px 0;
	font-size: 0.8em;
}

.box {
	position: relative;
	float: left;
	overflow: hidden;
	width: 255px;
	margin: 0;
	padding: 0;
}

.box.t1 {
	margin: 0 17px 0 0;
}
.box.t2 {
	margin: 0 18px 0 0;
}
.box.t3 {
	margin: 0 0px 0 0;
}
.box_head {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #b5bc03;
}
.box.t1 .box_head {
	background: #b5bc03 url(../grafics/title_konzeption.png) 0 0 no-repeat;
	height: 41px;
	width: 100%;
}
.box.t2 .box_head {
	background: #b5bc03 url(../grafics/title_text.png) 0 0 no-repeat;
	height: 41px;
	width: 100%;
}
.box.t3 .box_head {
	background: #b5bc03 url(../grafics/title_pm.png) 0 0 no-repeat;
	height: 41px;
	width: 100%;
}
.box_head h2 {
	display: none;
}
.box_content {
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
	width: 240px;
  	min-height: 300px;
  	height:auto !important;
  	height:300px;
	margin: 0;
	padding: 5px 10px 0 8px;
	background: #cad103;
}
.box_content ul, .box_content ul ul{
	padding: 0 0 0 10px;
	margin: 0 0 0 0px;
	list-style-type: none;
	overflow: hidden;
}
.box_content ul li {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	list-style: none;
	padding: 0 0 10px 10px;
	margin: 0 0 0 0px;
	background: url(../grafics/dot_big.png) 0 8px no-repeat;
}
.box_content ul li span {
	font-weight: normal;
}
.box_content ul li ul {
	padding: 7px 0 0 0px;
	margin-left: -10px;
	overflow: hidden;
}
.box_content ul li ul li{
	font-weight: normal;
	list-style: none;
	line-height: 1.2em;
	padding: 0 0 0 10px;
	margin: 0px 0 0 0;
	overflow: hidden;
	background: url(../grafics/dot_small.png) 0 7px no-repeat;
}
.box.t1 .box_content {
	background: #cad103 url(../grafics/bg_box_t1.png) bottom right no-repeat;
}
.box.t2 .box_content {
	background: #cad103 url(../grafics/bg_box_t2.png) bottom right no-repeat;
}
.box.t3 .box_content {
	background: #cad103 url(../grafics/bg_box_t3.png) bottom right no-repeat;
}
#footer {
	font-size: 0.8em;
	height: 50px;
	position: relative;
	float: left;
	color: #d2d8c4;
	width: 785px;
	margin: 0 0 0px 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	background: #426a71;
}
#footer span {
	position: relative;
	float: left;
	margin: 15px 30px 0 0;
}
#footer a {
	color: #d2d8c4;
}
