/* css begin */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	margin: 15px 0 0 15px;
	padding: 0px;
}
body, p, li, td, a {
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, 'Trebuchet MS', 'Lucida Grande', sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #333;
}

/* kreuzfläche begin*/
#a1 {
	position: absolute;
	width: 127px;
	height: 127px;
	background: transparent url('../img_defaults/gummi-stiftung.png') no-repeat;
}

#a2 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-left: 134px;
	background: #E5F5FC url('../img_defaults/diakonie-verbund.png') no-repeat;
}

#b1 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-top: 134px;
	background-color: #E5F5FC;
}

#b2 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-top: 134px;
	margin-left: 134px;
	background: transparent url('../img_defaults/gs_b2.jpg') no-repeat;}
/* kreuzfläche end*/
#all {
	margin: 0 0 20px 0;
}
/* content begin */
#contentWrapper {
	background: transparent url('../img/gs_content_bg.jpg') repeat-y;
	height:100%;
	width: 1152px;
}

#contentRight {
	width: 400px;
	margin-left: 752px;
	margin-top: 0px;
	overflow: auto;
}
#contentRight #contentRightTop {
	min-height: 210px;
	/* display: none; */
}
* html #contentRight #contentRightTop {
	height: 210px;
}
#contentRight #contentRightMain {
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #A089B4;
	border-bottom: solid 1px #A089B4;
}
* html #contentRight #contentRightMain {
	height: 420px;
}

#contentCenter {
	position: absolute;
	width: 460px;
	margin-left: 277px;
	margin-top: 0px;
	/* background-color: #552388; */
	background-color: #8865ab;
}
* html #contentCenter {
	left: 15px;
}
#contentCenter #centerImg {
	padding: 0 0 2px 0;
	width: 460px;
	min-height: 414px;
	/*ie-hack*/
	_height: 414px;
}
#contentCenter #centerImgWide {
	padding: 0 0 2px 0;
	width: 860px;
	min-height: 414px;
	/*ie-hack*/
	_height: 414px;
}
#contentCenter #centerImgWide2 {
	padding: 0 0 2px 0;
	width: 460px;
	min-height: 414px;
	/*ie-hack*/
	_height: 414px;
}
#contentCenter #centerImg img {
	/* border-bottom: solid 5px #552388; */
}
/* content end */

/* menu */
#contentLeft {
	float: left;
	z-index: 20;
	position: absolute;
	padding: 270px 0 0 0;
	margin: 0;
}
#contentLeft #search ul {
	list-style-type: none;
	width: 260px;
	height: 1.2em;
	padding: 5px 0;
	margin: 0 0 5px 0;
	background-color: #F9FDFE;
	border-top: solid 1px #A089B4;
	border-bottom: solid 1px #A089B4;
}
#contentLeft #search ul li {
	float: left;
	font-size: .75em;
}
#contentLeft #search ul li.searchText {
	padding-top: .2em;
}
* html #contentLeft #search ul li.searchText {
	margin-top: .25em;
}
#contentLeft #search ul li.searchBox {
	margin-left: 10px;
}
div.rootline {
	padding: 17px 0 10px 0;
}
div.rootline p,
div.rootline p a {
	font-size: 0.8em;
	text-decoration: none;
	color: #333;
	margin: 0 0 5px 0;
}
div.rootline span.rootlineBigtext a {
	font-size: 1.2em;
	color: #593086;
}
div#printHead {
	display: none;
}