/* 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-color: #b6ccec; */
	background-color: #c7e3f9;
}

#a2 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-left: 134px;
	/* background: #d7d7ff url('../img_defaults/a2.jpg') no-repeat; */
	background-color: #9ccef3;
}

#b1 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-top: 134px;
	background: #efefef url('../img_defaults/b1.jpg') no-repeat;
}

#b2 {
	position: absolute;
	width: 127px;
	height: 127px;
	margin-top: 134px;
	margin-left: 134px;
	/* background-color: #593086; */
	background-color: #624f8d;
	background-color: #6b4696;
}
/* kreuzfläche end*/

/* content begin */
#contentMain {
	position: absolute;
	width: 699px;
	margin-left: 277px;
	margin-top: 0px;
	overflow: hidden;
}

#head {
	position: relative;
	width: 699px;
	height: 127px;
	margin-left: 0px;
	margin-bottom: 7px;
	visibility: visible;
	/* background: #b6ccec url('../img/d_headerbg_01.gif') no-repeat top left; */
	background: #c7e3f9 url('../img/d_headerbg_01.gif') no-repeat 15px 10px;
}
#head .headSearchBox {
	padding: 100px 0 0 15px;
}
#head .headSearchBox form .searchInput {
	width: 170px;
	height: 20px;
	border: solid 1px #aaa;
}
#head .headSearchBox form .searchInput:hover {
	background-color: #e9f0f9;
}
#head .headSearchBox form .searchButton {
	width: 70px;
	height: 22px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: solid 1px #aaa;
	/* background-color: #593086; */
	background-color: #6b4696;
}
#head .headSearchBox form .searchButton:hover {
	background-color: #774fa2;
}

/*
#menuTop {
	z-index: 89;
	position: relative;
	width: 699px;
	height: 35px;
	margin-left: 0px;
	margin-bottom: 7px;
}
*/

#content_box {
	float: left;
	width: 699px;
	min-height: 344px;
	/*ie-hack*/
	_height: 344px;
}

#maincontent {
	clear: left;
	position: relative;
	width: 699px;
	min-height: 414px;
	/*ie-hack*/
	_height: 414px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0 0 10px 0;
}

#footer {
	position: relative;
	width: 699px;
	height: 30px;
	margin-left: 0px;
	float: left;
	text-align: center;
	/* background-color: #b6ccec; */
	background-color: #c7e3f9;
}
#footer p {
	height: 30px;
	line-height: 30px;
	font-size: 0.7em;
}
/* content end */

/* menu */
#contentLeft {
	float: left;
	z-index: 20;
	position: absolute;
	padding: 270px 0 0 0;
	margin: 0;

}

div.rootline {
	padding: 5px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #b6ccec;
}
div.rootline p,
div.rootline p a {
	font-size: 0.9em;
	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;
}
