#wrapper {
	background-image: url(shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin:0px auto 0px auto;
	padding: 0px 7px 0 7px;
	width: 958px;
}

#left, #center, #right {
	float:left;
	display:block;
}

#left {
	width:200px;
}

#center {
	width:566px;
}

#right {
	width:192px;
}

#logo {
	width:200px;
	height:207px;
	display:block;
	float:left;
}

#colorblock {
	width:566px;
	height:91px;
	background-color:#ffffff;
	display:block;
}
	
#teaser {
	float:left;
}

#content {
	float:left;
	display:block;
	margin:0px 0px 30px 0px;
	width:526px;
	padding:0 20px 0 20px;
}

#contentright {
	background-color:#f0f0f0;
	padding:0 0 10px 0;
}

#bottom {
	clear:both;
	background-image:url(bottom-shadow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:958px;
	height:14px;
	display:block;
	padding:0 7px 44px 7px;
	margin:0 auto;
}

#bottom span {
	margin:0 0 0 212px;
	color:#999999;
	font-size:9px;
}

#bottom span a {
	color:#999999;
	text-decoration:underline;
}

#bottom span a:hover {
	text-decoration:none;
}

/*
	Menus
*/

#menu {
	margin:0px 0 0 0;
	width:200px;
	display:block;
	float:left;
	background-color:#f0f0f0;
}

#menu ul {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	width:200px;
	overflow:hidden;
}

#menu ul li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:16px;
}

#menu ul li a {
	display:block;
	text-decoration:none;
	color:#202121;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	width:190px;
	padding:3px 0 3px 10px;
}

#menu ul li.active a, #menu ul li a:hover, #menu ul li.first a:hover {
	color:black;
	background-color:#FFE5E5;
}

#menu ul li.active a,
#menu ul li.active a:hover {
	color:#ffffff;
	background-color:#ec008c;
}

#menu ul li.active ul {
	margin:0;
	padding:8px 0 9px 0;
	display:block;
	background-color:#FFE5E5;
}

#menu ul li.active ul li {
	line-height:14px;
}

#menu ul li.active ul li a {
	font-size:10px;
	background-image:none;
	padding:4px 0 4px 30px;
	color:#6E6E6E;
	background-color:#FFE5E5;
}

#menu ul li.active ul li a:hover {
	text-decoration:underline;
	background-color:#FFE5E5;
	color:#6E6E6E;
}

#menu ul li.active ul li.active a {
	color:black;
	background-image:url(li-arrow-black2.gif);
	background-position:20px 9px;
	background-repeat:no-repeat;
}

#rootline {
	display:none;
	float:left;
	margin:5px 0 0 0px;
}

#rootline span {
	float:left;
	margin:0 10px 0 0; 
	padding:0;
	color:#E70074;
	font-size:10px;
	line-height:22px;
	display:block;
}

#rootline ul {
	margin:0;
	padding:0;
}

#rootline ul li {
	margin:0;
	padding:0 5px 0 15px ;
	float:left;
	background-image:url(rootline-seperator.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	list-style:none;
	line-height:18px;
	vertical-align:top;
}

#rootline ul li.first {
	padding:0 5px 0 0px ;
	background-image:none;
}

#rootline ul li a {
	text-decoration:none;
	color:#666666;
	font-size:9px;
}

#rootline ul li a:hover {
	text-decoration:underline;
}



#menuStatic {
	width:171px;
	height:95px;
	padding:10px 10px 10px 10px;
	display:block;
	overflow:hidden;
}

#menuStatic h3 {
	margin:0; padding:0;
	color:#202121;
	font-size:12px;
}

#menuStatic ul {
	margin:5px 0 0 0; padding:0;
}

#menuStatic ul li {
	font-size:10px;
	background-image:url(arrow.gif);
	padding-left:15px;
	line-height:15px;
	background-position:0px 3px;
	background-repeat:no-repeat;
	list-style:none;	
}

#menuStatic ul li a {
	color:#ec008c;
	text-decoration:none;
}

#menuStatic ul li a:hover {
	text-decoration:underline;
}


/* 
	Special Elements
*/

#phonenumber {
	clear:both;
	font-size:14px;
	color:#202121;
	width:192px;
	text-align:center;
	display:block;
	padding:15px 0 0 0;
	font-weight:bold;
}

#searchFormAndStaticMenu {
	width:190px;
	height:206px;
	border-left:1px solid white;
	border-bottom:1px solid white;
	display:block;
	float:left;
	background-color:#f0f0f0;
}

#formSearch {
	width:171px;
	height:70px;
	border-bottom:1px solid white;
	display:block;
	padding:10px 10px 10px 10px;
	overflow:hidden;
}
	
#formSearch label {
	color:#202121;
	font-size:12px;
}

#formSearch #txtSearchfield {
	margin-top:10px;
	margin-bottom:5px;
	width:166px;
}

#formSearch #subSearch {
	border:none;
	background-color:#939598;
	color:white;
	font-size:10px;
	float:right;
	padding:0;
}


/*
	Technical Stuff
*/

.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}