/**
 * Stylesheet für den Info-Bereich
 */

ul.nav_path {
	border: 1px solid #52ADE1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	background-color: #A8D6F0;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, #6DBAE3),
		color-stop(0.63, #A8D5F0)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#6DBAE3 25%,
		#A8D5F0 63%
	);
	margin: 0;
	padding: 3px;
	text-shadow: #333 1px 1px 3px;
}

li.nav_path_item,
li.nav_path_root_item {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
	line-height: 16px;
}

li.nav_path_item {
	padding-left: 14px;
	background-image: url(/sites/discoplus/gfx/path_bar_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.nav_path_link {
	color: #FFFFFF;
	font-weight: bold;
}

span.nav_path_last_item {
	color: #FFFFFF;
}

div.headline {
	margin-top: 15px;
}

div#cms_navigation {
	float: right;
	width: 195px;
	border: 1px solid #F2B200;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	background-color: #FFFFD5;
}

ul.page_list {
	margin: 5px 0;
	padding: 0 0 0 18px;
	list-style-type: disc;
	color: #000000;
}

ul.page_list li.page_list_item {
	padding: 0;
	margin: 3px 0;
}

li.page_list_item ul.page_list {
	margin-top: 3px;
	margin-bottom: 10px;
}

ul.page_list a.page_list_link {
	color: #000000;
}

ul.page_list a.page_list_link.parent,
ul.page_list a.page_list_link.current {
	font-weight: bold;
}


div#cms_content {
	float: left;
	width: 580px;
	margin: 0 10px 0 0;
}

div#cms_content h1.cms_headline {
	border: 5px solid #52ADE1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom: 0;
	background-color: #FFFFFF;
	margin: 0;
}

div#cms_content h1.cms_headline span {
	display: inline-block;
	background-color: #52ADE1;
	border: 1px solid #52ADE1;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #FFFFFF;
	padding: 2px 8px;
}

div#cms_content div.cms_container {
	border: 5px solid #52ADE1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: 0;
	margin: 0;
	padding: 3px;
	color: #505050;
	background-color: #FFFFFF;
}

div.bonus_container {
	background-image: url(/sites/discoplus/controllers/info/gfx/container_background_violet.gif) !important;
}

div.bonus_footer {
	background-image: url(/sites/discoplus/controllers/info/gfx/container_footer_violet.gif) !important;
	height: 15px;
}

div.pm {
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FEFEFE;
	padding: 5px;
	color: #303030;
	text-align: justify;
}

div.pm ul {
	list-style-type: square;
	padding: 0 0 0 25px;	
}

div.pm ul li {
	padding: 3px 0;	
}

a.press_link {
	display: block;
	padding: 4px;
	border: 2px solid #E0E0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.press_link:hover {
	background-color: #52ADE1;
	border-color: #52ADE1;
	color: #FFFFFF;	
}

table.bordered_100 th,
table.bordered_100 td {
	padding: 3px !important;
}

.datenschutz {
	list-style-type: inherit;
	list-style-image: none;
	color: #505050;
	font-size: 12px;
	line-height: 14px;
}
