/***** reset css *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #fefefe;
	color: #444;
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin-bottom: 20px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** Globale Einstellungen *****/
a {
	color: #cb6c00;
}

a:visited,
a:hover,
a:active,
a:focus {
	color: #a5b62e;
}

a.external {
	background: url(../../media/images/css/link-external.png) no-repeat 0 4px;
	padding-left: 10px;
}

a.external:visited,
a.external:hover,
a.external:active,
a.external:focus {
	background: url(../../media/images/css/link-external.png) no-repeat 0 -46px;
}

a.internal {
	background: url(../../media/images/css/link-internal.png) no-repeat 0 4px;
	padding-left: 10px;
}

a.internal:visited,
a.internal:hover,
a.internal:active,
a.internal:focus {
	background: url(../../media/images/css/link-internal.png) no-repeat 0 -47px;
}

h1 {
	font-size: 130%;
	margin-bottom: 10px;
}

h2 {
	font-size: 120%;
	margin: 20px 0 10px;
}

h2.csc-firstHeader {
	margin-top: 0;
}

h3 {
	font-size: 110%;
	margin: 10px 0;
}

h3.csc-firstHeader {
	margin-top: 0;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

td.right,
th.right {
	text-align: right;
}

ul {
	margin-bottom: 10px;
}


/***** Breadcrumb *****/
ul#breadcrumb {
	color: #777;
	font-size: 90%;
	margin: 10px 20px 0;
	width: 970px;
}

ul#breadcrumb li {
	display: inline;
}

ul#breadcrumb li a {
	color: #777;
	text-decoration: none;
}

ul#breadcrumb li a:hover,
ul#breadcrumb li a:active,
ul#breadcrumb li a:focus {
	text-decoration: underline;
}



/***** Inhaltsbereich *****/
#content {
	margin: 20px;
	width: 970px;
}

/***** Kopfbereich *****/
#header {
	margin: 0 20px;
	width: 970px;
}

#header-bar {
	border-bottom: 1px solid #a5b62e;
	border-top: 1px solid #a5b62e;
	height: 128px;
	width: 1010px;
}

#header-bar div {
	border-left: 1px solid #a5b62e;
	border-right: 1px solid #a5b62e;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 150px;
}

#header-bar div.first {
	border-left: none;
	width: 150px;
}

#header-bar div.last {
	border-right: none;
	margin-right: 0;
	width: 150px;
}


#logo {
	float: left;
	margin: 7px 0 5px 0;
	width: 205px;
}

#logo p {
	display: none;
}



/***** Hauptnavigation *****/
/* 1. Ebene */
ul#nav-main {
	border-collapse: separate;
	border-spacing: 1px;
	display: table;
	font-size: 110%;
	margin-left: -1px;
}

ul#nav-main li {
	display: table-cell;
	margin-right: 1px;
}

ul#nav-main li a {
	background: #a5b62e;
	color: #fff;
	display: block;
	padding: 2px 15px 4px;
	text-decoration: none;
}

ul#nav-main li a:hover,
ul#nav-main li a:active,
ul#nav-main li a:focus {
	background: #f58220;
}

ul#nav-main li.active a {
	background: #f58220;
}

ul#nav-main li.first a {
	padding-left: 20px;
}

ul#nav-main li.last a {
	border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}


/* 2. Ebene */
ul#nav-main li:hover ul {
	display: block;
}

ul#nav-main li.active ul li a {
	background: #a5b62e;
}

ul#nav-main li.active ul li a:hover,
ul#nav-main li.active ul li a:active,
ul#nav-main li.active ul li a:focus {
	background: #f58220;
}

ul#nav-main li.active ul li.active a {
	background: #f58220;
}

ul#nav-main li.spacer {
	background: #a5b62e;
	height: 2px;
}

ul#nav-main li.spacer span {
	display: none;
}

ul#nav-main ul {
	background: #fff;
	border: 1px solid #fff;
	border-top: 0;
	display: none;
	margin-left: -1px;
	position: absolute;
	z-index: 200;
}

ul#nav-main ul li {
	display: block;
	margin-top: 1px;
}

ul#nav-main ul li.last {
	border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}



/***** Seitennavigation *****/
ul#nav-page {
	color: #777;
	display: table;
	font-size: 90%;
	margin: 10px 20px;
	width: 970px;
}

ul#nav-page li {
	display: table-cell;
	width: 50%;
}

ul#nav-page li a {
	color: #777;
	text-decoration: none;
}

ul#nav-page li a:hover,
ul#nav-page li a:active,
ul#nav-page li a:focus {
	text-decoration: underline;
}

ul#nav-page li.next {
	text-align: right;
}



/***** Topnavigation *****/
ul#nav-top {
	border-collapse: separate;
	border-spacing: 1px;
	display: table;
	float: right;
	margin: 0 -1px 0 0;
}

ul#nav-top li a {
	background: #c9d285;
	color: #fff;
	padding: 2px 25px;
	text-decoration: none;
}

ul#nav-top li a:hover,
ul#nav-top li a:active,
ul#nav-top li a:focus {
	background: #a5b62e;
}

ul#nav-top li {
	display: table-cell;
	margin-left: 1px;
}

ul#nav-top li.active a {
	background: #fcbc85;
}

ul#nav-top li.active a:hover,
ul#nav-top li.active a:active,
ul#nav-top li.active a:focus {
	background: #f58220;
}

ul#nav-top li.first a {
	border-bottom-left-radius: 5px;
	margin-left: 0;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

ul#nav-top li.last a {
	border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}


#message {
	background: #fafbdd;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	padding: 3px 10px;
	margin-bottom: 5px;
}

#message p {
	margin: 0;
}

#message img {
	vertical-align: bottom;
}



/***** CSS Styled Content *****/
dl.csc-textpic-image {
	color: #777;
	font-size: 85%;
	line-height: 130%;
	margin-top: 3px;
}

dl.csc-textpic-image img {
	border: 1px solid #999;
}

p.csc-caption {
	margin: 2px 0 3px;
}

ul.bulletlist {
	list-style-type: circle;
	padding-left: 15px;
}

.no-bullets ul.bulletlist {
	list-style-type: none;
	padding-left: 0;
}

/*
.no-bullets ul.bulletlist a.external {
	background: none;
	padding-left: 0;
}
*/

.csc-sitemap ul ul {
	margin-left: 30px;
}

.csc-sitemap li {
	margin: 3px 0;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: none;
}


/***** FCE Content/Sidebar *****/
.fce-content-sidebar {
	background: url(../../media/images/css/pixel-green.png) repeat-y 650px 0;
}

.fce-content-sidebar hr {
	border: 0;
	border-top: 1px solid #a5b62e;
	
}

.fce-content-sidebar .content {
	float: left;
	padding-right: 10px;
	width: 640px;
}

.fce-content-sidebar .sidebar {
	float: left;
	padding-left: 15px;
	width: 305px;
}

/*
.fce-content-sidebar .sidebar a {
	color: #444;
	font-size: 90%;
	text-decoration: none;
}

.fce-content-sidebar .sidebar a:hover,
.fce-content-sidebar .sidebar a:active,
.fce-content-sidebar .sidebar a:focus {
	text-decoration: underline;
}
*/

.fce-content-sidebar .sidebar h2 {
	font-size: 120%;
	margin-top: 10px;
}

.fce-content-sidebar .sidebar hr {
	margin: 10px 0;
}

.fce-content-sidebar .sidebar ul.bulletlist {
	list-style: none;
	margin: 0;
	padding: 0;
}



.fce-content-sidebar .characteristics {
	display: table;
	font-size: 90%;
}

.fce-content-sidebar .characteristics a {
	color: #444;
	text-decoration: none;
}

.fce-content-sidebar .characteristics a:hover,
.fce-content-sidebar .characteristics a:active,
.fce-content-sidebar .characteristics a:focus {
	text-decoration: underline;
}

.fce-content-sidebar .characteristics a.magnifier {
	background: url(../../media/images/css/magnifier.png) no-repeat;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}

.fce-content-sidebar .characteristics li {
	margin: 5px 0;
}

.fce-content-sidebar .characteristics ul.left {
	display: table-cell;
	width: 150px;
	padding-right: 20px;
}

.fce-content-sidebar .characteristics ul.right {
	display: table-cell;
	width: 150px;
}

.fce-content-sidebar .characteristics .header img {
	margin-left: 5px;
	vertical-align: middle;
}

.fce-content-sidebar .characteristics .header h2 {
	display: inline;
}

.fce-content-sidebar .characteristics .header strong {
	display: none;
}


/***** FCE Info *****/
.fce-info {
	background: url(../../media/images/css/fce-info-bg.png) no-repeat 0 2px;
	margin: 0 0 10px 5px;
	padding-left: 15px;
}

.fce-info h1,
.fce-info h2 {
	background: #f00;
}

.fce-info h3 {
	font-size: 120%;
	margin-bottom: 5px;
}

.fce-info p {
	margin-bottom: 3px;
}



/***** FCE 50/50 *****/
.fce-50-50 {
	background: url(../../media/images/css/pixel-green.png) repeat-y 485px 0;
	margin-top: 20px;
}

.csc-header + .fce-50-50 {
	margin-top: 0;
}

.fce-50-50 h3 {
	margin-bottom: 5px;
}

.fce-50-50 .left {
	float: left;
	margin-right: 30px;
	width: 470px;
}

.fce-50-50 .right {
	float: left;
	width: 470px;
}


.fce-content-sidebar .fce-50-50 {
	background: url(../../media/images/css/pixel-green.png) repeat-y 320px 0;
}

.fce-content-sidebar .fce-50-50 .left {
	margin-right: 20px;
	width: 310px;
}

.fce-content-sidebar .fce-50-50 .right {
	width: 310px;
}



/***** FCE 33/33/33 *****/
.fce-33-33-33 {
	background: url(../../media/images/css/fce-33-33-33-bg.png) repeat-y 318px 0;
	margin-top: 20px;
}

.fce-33-33-33 .left,
.fce-33-33-33 .middle {
	float: left;
	margin-right: 30px;
	width: 303px;
}

.fce-33-33-33 .right {
	float: left;
	width: 303px;
}



/***** Hilfe *****/
.help img {
	vertical-align: baseline;
}

.help p {
	margin: 0;
}


/***** Floats aufheben *****/
.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

