/* CSS Document */

/* Styles für den Baukasten auf der Inhalt Seite */
#kasten {
	background:transparent url(../pics/kasten-bg.jpg) top left no-repeat;
	/*border:1px solid #000000;*/
	width:900px;
	height:540px;
}
#left-box {
	width:306px;
	height:100%;
	float:left;
}
#center-box {
	width:284px;
	height:100%;
	float:left;
}
#right-box {
	width:310px;
	height:100%;
	float:left;
}
#left-box-1-c, #left-box-1-h {
	background:#accc3d;
	height:240px;
	width:100%;
}
#left-box-2-c, #left-box-2-h {
	background:#d5e59e;
	height:300px;
	width:100%;
}
#center-box-1-c, #center-box-1-h {
	background:#c2d96f;
	width:100%;
	height:220px;
}
#center-box-2-c, #center-box-2-h {
	background:#ebf2d0;
	width:100%;
	height:320px;
}
#right-box-1-c, #right-box-1-h {
	background:#cbdf86;
	width:100%;
	height:250px;
}
#right-box-2-c, #right-box-2-h {
	background:#97c00e;
	width:100%;
	height:290px;
}

/* Schriftformatierungen */
#kasten h2 {
	color:#00305d;
	font-size:18px;
	font-weight:bolder;
	padding:70px 0px 0px 0px;
	text-align:center;
	text-transform:uppercase;
}
#kasten h3 {
	color:#00305d;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 6px 5px;
}
#left-box-2-c h2 {
	padding:100px 0px 0px 0px;
}
#center-box-2-c h2 {
	padding:119px 0px 0px 0px;
}
#right-box-2-c h2 {
	padding:100px 0px 0px 0px;
}
#kasten p {
	text-align:left;
	padding:0;
}
#kasten ul {
	list-style:disc;
	padding:0px 10px 0px 30px;
}
#kasten li {
	background:none;
	font-size:13px;
	letter-spacing:0.2px;
	padding:0px 0px 3px 0px;
}
#kasten li ul {
	list-style:square;
	padding:3px 13px 0px 35px;
}
#kasten li ul li {
	background:none;
	padding:0px 0px 3px 0px;
}

/* Zurück Button auf der Seite */
#back {
	bottom:65px;
	background:transparent;
	width:100px;
	position:relative;
	left:90px;
	z-index:100;
}