/* Start of CMSMS style sheet 'Default' */
body {
	background: #fff url(/images/blaetter.jpg) no-repeat right bottom;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	font-family: "lucida sans", arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

a:focus {
	outline: none;
}

img {
	display: block;
	border: none;
}

#container {
	background: #e3e4e5 url(/images/bg_container.gif) repeat-x 0px 0px;;
	width: 897px;
	margin: 0px;
	position: relative;
	z-index: 1;
}

#logoHome {
	background: url(/images/purpLeaf.jpg) no-repeat 0px 0px;
	width: 112px;
	height: 561px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	background: url(/images/purpLeaf.jpg) no-repeat 0px 0px;
	width: 112px;
	height: 561px;
	position: relative;
	float: left;
}

#logoHome a,
#logo a {
	display: block;
	width: 112px;
	height: 561px;
}

#logoHome .stiel,
#logo .stiel {
	background: url(/images/stiel.jpg) no-repeat 0px 0px;
	width: 30px;
	height: 45px;
	position: absolute;
	bottom: 0px;
	left: 112px;
}

#menu {
	width: 822px;
	height: 55px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 75px;
	z-index: 1000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a,
#menu ul li h3 {
	display: block;
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 8px 50px;
}

#menu ul li h3,
#menu ul li a:hover {
	color: #8c3d83;
}

#language {
	width: 50px;
	height: 13px;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 1000;
}

#language a,
#language span {
	display: block;
	float: left;
	width: 20px;
	height: 13px;
	padding: 0px 0px 0px 5px;
}

#language .de {
	background: url(images/de_off.gif) no-repeat;
}

#language a.de:hover {
	background: url(images/de_on.gif) no-repeat;
}

#language .en {
	background: url(images/en_off.gif) no-repeat;
}

#language a.en:hover {
	background: url(images/en_on.gif) no-repeat;
}


#contentHome {
	width: 782px;
	min-height: 471px;
	padding: 90px 0px 0px 0px;
	margin: 0px 0px 0px 112px;
	font-size: 14px;
	line-height: 140%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#content {
	width: 725px;
	padding: 110px 27px 40px 30px;
	font-size: 14px;
	line-height: 140%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#footer {
	width: 887px;
	height: 16px;
	padding: 0px 10px 10px 0px;
	font-size: 16px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #7c1171;
}

#content h1 {
	font-size: 20px;
	color: #7c1171;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	font-size: 14px;
	color: #333;
	margin: 0px 0px 15px 0px;
}

#content p {
	font-size: 13px;
	margin: 0px 0px 20px 0px;
}

#content .devider {
	font-size: 11px;
	font-weight: bold;
	color: #7c1171;
	border-bottom: 1px dotted #333;
	margin: 0px 0px 5px 0px;
}

#content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 25px;
}

#content table {
	font-size: 13px;
	margin: 0px 0px 25px 0px;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	color: #7c1171;
	text-decoration: none;
}
/* End of 'Default' */

