/*	Defaults */
* {
	margin: 0px;
	padding: 0px;	
}

body {
	text-align: center;
	font: 12px/20px Arial, Helvetica, Geneva, sans-serif;
	color: #464648;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	text-align: center;
	background: url(../img/bgm.png) repeat-y;
}

#container {
	margin-left: 20px;
	width: 1200px;
	text-align: left;
	position: relative;
}

#p3h {
	float: left;
	width: 1100px;
	height: 70px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	background: #b0ca32;
	z-index: 990;
}

#p3h #changeLanguage {
	float: left;
	padding-top: 49px;
	width: 200px;
}

#p3h #changeLanguage a {
	color: #464648;
	text-decoration: none;
}

#p3h #changeLanguage .active {
	font-weight: bold;
}

#p3h #changeLanguage li {
	float: left;
	margin-right: 20px;
}

#p3h .p3hr {
	float: right;
}

/*	Main Navigation */
#p3n {
	float: left;
	width: 1200px;
	z-index: 100;
}

#p3n .top {
	background: #464648;
	height: 30px;
}

#p3n .bottom {
	position: absolute;
	left: 820px;
	color: #ffffff;
	background: #464648;
	height: 20px;
	width: 120px;
	text-transform: uppercase;
	text-align: center;
}

/*#p3n .top:hover, #p3n .bottom:hover {
	cursor: pointer;
}*/

#p3n #mainNavigation {
	position: relative;
	height: 310px;
	background: url(../img/bgl.png) repeat-y;
}

#p3n #mainNavigation, #p3n #mainNavigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#p3n #mainNavigation .active, #p3n #mainNavigation a.trail {
	font-weight: bold;
	color: #b0ca32;
}

#p3n #mainNavigation div.level_1, #p3n #mainNavigation div.level_2, #p3n #mainNavigation div.level_3, #p3n #mainNavigation div.level_4 {
	position: absolute;
	top: 0;
	left: 300px;
	padding-top: 15px;
	padding-left: 50px;
	width: 240px;
	visibility: hidden;
	z-index: 110;
}

#p3n #mainNavigation div.level_1 {
	position: absolute;
	top: 0px;
	left: 0;
	border: none;
	visibility: visible;
}

/*	Breadcrumb */
#p3b {
	/*position: relative;
	top: 90px;
	left: 0px;
	width: 1155px;
	height: 25px;
	padding-top: 50px;
	padding-left: 45px;
	color: #b0ca32;
	border-bottom: 2px solid #c5c6c7;*/
	padding-left: 50px;
	padding-top: 5px;
	color: #B0CA32;
}

#p3b a {
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
}

#p3b a:hover {
	color: #B0CA32;
}

#p3b .active {
	margin-left: 5px;
	margin-right: 5px;
	color: #B0CA32;
	text-decoration: none;
}

#p3m {
	float: left;
	width: 1200px;
	min-height: 467px;
}

#p3m h1, #p3m h2, #p3m h3, #p3m h4, #p3m h5, #p3m h6, p, ul {
	padding: 0;
	margin: 0 0 10px;
}

#p3m a {
	color: #464648;
}

/*	Main Middle */

#p3m #main {
	float: left;
	margin-top: 120px;
	margin-left: 20px;
	width: 470px;
}

#p3m #main h1 {
	font-size: 21px;
	font-weight: normal;
	color: #b0ca32;
	line-height: 25px;
}

#p3m #main h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b0ca32;
}

#p3m #main h3 {
	font-size: 14px;
	font-weight: bold;
}

#p3m #main h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#p3m li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

#p3m #main .mod_article {
	margin-bottom: 20px;
}

#p3m #main .ce_headline {
	height: 70px;
	border-top: 1px solid #b0ca32;
	padding-top: 10px;
}

#p3m #main .ce_text {
	border-top: 1px solid #b0ca32;
	padding-top: 10px;
	padding-right: 70px;
}

#p3m #main .ce_text table {
	width: 100%;
}

#p3m #main .ce_text table td {
	padding-right: 20px;
}


/*	Main Left */

#p3m #left {
	float: left;
	margin-top: 120px;
	margin-left: 50px;
	width: 230px;
	min-height: 90px;
}

#p3m #left .mod_navigation ul,
#p3m #left .mod_navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#p3m #left .mod_navigation a {
	text-decoration: none;
}

#p3m #left .mod_navigation a:hover {
	color: #B0CA32;
}

#p3m #left .mod_navigation a.trail {
	font-weight: bold;
}

#p3m #left .mod_navigation span.active {
	font-weight: bold;
	color: #B0CA32;
}

#p3m #left .mod_navigation .level_1 ul {
	padding-left: 20px;
}

#p3m #left .mod_navigation li.last {
	padding-bottom: 10px;
}

#p3m #left .mod_navigation.nav_first {
	padding-top: 5px;
	border-top: 1px solid #B0CA32;
	border-bottom: 1px solid #B0CA32;
	height: 85px;
	text-transform: uppercase;
}

#p3m #left .mod_navigation.nav_second {
	padding-top: 10px;
	padding-bottom: 30px;
}

#p3m #left .mod_article {
	margin-left: 20px;
}

#p3m #left .image_container a {
	text-decoration: none;
}

#p3m #left .image_container .caption {
	padding-left: 30px;
}

#p3m #left .ce_text.belowCube {
	padding-left: 30px;
}

#p3m #left .ce_text.belowCube p {
	margin: 0px;
}

/*	Main Right */
#p3m #right {
	float: right;
	width: 380px;
	margin-top: 120px;
	margin-left: 20px;
}

#p3m #right .ce_image {
	margin-bottom: 10px;
}

#p3m #right .ce_image .image_container img,
#p3m #right .mod_randomImage .image_container img,
#p3m #right object {
	/*background: #b0ca32;*/
	border: 1px solid #b0ca32;
	/*border-top: 1px solid #b0ca32;
	border-bottom: 1px solid #b0ca32;*/
}


/*
#p3m #right .ce_image.hoch .image_container img,
#p3m #right .mod_randomImage.hoch .image_container img {
	border-right: 1px solid #b0ca32;
}
*/
/*
#p3m #right .ce_image .image_container img,
#p3m #right .mod_randomImage .image_container img {
	border: 1px solid #b0ca32;
}*/

#p3m #right .image_container a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

#p3m #right .ce_image img,
#p3m #right .mod_randomImage img {
	vertical-align: middle;
}

#p3m #right .ce_gallery img {
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;
	margin-bottom: 10px;
}

#p3m #right .ce_gallery.static img {
	margin-bottom: 20px;
}

#p3m #right .ce_gallery .image_container img {
	border: 1px solid #b0ca32;
}

#p3m #right .ce_gallery table {
	margin-bottom: 5px;
}

#p3m #right .ce_gallery {
	/*margin-bottom: 20px;	*/
}


#p3m .pagination li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#p3m .pagination a,
#p3m .pagination span.current {
	display: block;
	text-decoration: none;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 1px 0px 0px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

#p3m .pagination span.current {
	border: 1px solid #b0ca32;
	font-weight: bold;
}


#p3m #homeImages {
	padding-left: 260px;
	padding-top: 20px;
	padding-bottom: 40px;
	/*background: #464648;*/
}

#p3m #homeImages table {
	margin: 0px;
	padding: 0px;
}

#p3m #homeImages img {
	border: 1px solid #b0ca32;
	vertical-align: middle;
}

/*	Footer */

#p3f {
	width: 1100px;
	height: 25px;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	background: #b0ca32;
}

#p3f .active {
	font-weight: bold;
}

#p3f a {
	color: #464648;
	text-decoration: none;
}

#p3f .p3fl {
	float: left;
}

#p3f .p3fr {
	float: right;
}

#p3f .p3fr li {
	float: left;
	margin-left: 20px;
}

#p3fs {
	height: 20px;
	background: url(../img/bgf.png) no-repeat center top;
}

.clear {
	clear: both;
}
