@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #30261e;	
	height:100%;
	/*background-image:url(../images/bg-01.jpg);
	background-repeat:repeat;
	background-attachment: fixed;*/
}
a {
	text-decoration:none;
	color:#d56514;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
#site {
	padding:0;
	position:relative;
}

#top {
	margin:0;
	padding:0;
	background-image:url(../images/bg-top-02.gif);
	background-repeat:repeat-x;
	height:80px;
}

#top-wrap {
	width:960px;
	margin:0 auto;
}
#language {
	width:180px;
	float:right;
	padding-top:15px;
}
#logo {
	width:780px;
	float:left;
	padding-top:33px;
	text-align:center;	
}
#logo img {
	display:block;
	margin:0 auto;
	border:none;
	padding-left:130px;
}
#language form {
	width:166px;
	height:45px;	
	background-image:url(../images/bg-lang.gif);
	background-repeat:no-repeat;
}
#language form select {
	background-color:#fff;
	width:135px;
	padding:0;
	margin:12px 0 0 12px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#6c5544;
	font-size:15px;
}


#ct-wrap {
	clear:both;
	width:960px;
	margin:60px auto 150px auto;
	/*background-color:#F9C;*/
}
#content {
	width:630px;
	padding-top:30px;
	float:left;
}
#content .daten {
	padding-right:30px;
	padding-left:15px;
	padding-bottom:12px;
}
#right {
	width:330px;
	float:left;	
	
}
.right-content {
	padding-top: 33px;
	background-image:url(../images/bg-right.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-bottom:1px solid #010f1f; 
}
#right .daten {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	background-color:#e8c687;
}
#footer {
	background-color:#9ddaf3;
	background-image:url(../images/bg-menu.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:15px 0 30px 0;
	position:fixed;
	z-index: 50;
	bottom: 0px;
	width:100%;
	overflow:auto;
		
}

#menu {
	width:960px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/menu-divide.gif);
	background-repeat:no-repeat;
	background-position:left 13px;
	height:85px;
}

#menu ul {
	list-style-type:none;
	width:250px;
	margin:0;
	margin-top:20px;
	padding:0;
	padding-left:68px;
	float:left;
	background-image:url(../images/menu-divide.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#menu ul li a {
	color: #30261e;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#menu ul li a:hover {
	text-decoration:none;
}
#menu ul li span {
	color:#e27e3a;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}
#sub {
	margin:0;
	padding:0;
	
}
#sub ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:30px;
	padding-top:5px;
	
}
#sub li {
	float:left;	
	
}
#sub li a {
	display:block;
	padding:5px 10px;
	padding-left:30px;
	background-image:url(../images/pfeil.png);
	background-repeat:no-repeat;
}
#sub ul li span {
	color: #30261e;	
	font-weight:bold;
	display:block;
	padding:5px 10px;
	padding-left:30px;
	background-image:url(../images/pfeil.png);
	background-repeat:no-repeat;
}

/*
#login a {
	display:block;
	background-image:url(../images/bg-login.gif);
	height:33px;
	text-transform:uppercase;
	font-weight:bold;
	color:#6c5544;
	font-size:15px;
	padding: 12px 0 0 12px;
}*/
h1, h2, h3{
	margin:0;
	padding:0;
}
h1 {
	font-size:24px;
	font-weight:bold;
	color:#6c5544;
	text-transform:uppercase;
	padding-bottom:8px;
}
h2 {
	font-size:18px;
	padding-bottom:8px;
}
h3 {
	font-size:14px;
	padding-bottom:8px;
}

#right h3, #border h3 {
	
}
#right .csc-firstHeader {
	margin-top:15px;
}
.bodytext {
	color:#000000;
	line-height:18px;
	margin:0;
	padding-bottom:6px;
}
.internal-link {
	background-image:url(../images/internal.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
}
.download {
	background-image:url(../images/download.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}
.external-link-new-window {
	background-image:url(../images/internal.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.csc-linkToTop {
	text-align:right;
}

ul.component-items {
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:1px;
	margin-bottom:8px;
}
ul.component-items ul {list-style-type:none;margin:0;padding:0;}
.component-items li {
	padding-left:15px;
	background-image:url(../images/bullet-04.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	margin-left:0px;
	padding-bottom:6px;
}

/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI { overflow: hidden; }

	/* Set padding for tables */
	DIV.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	DIV.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	DIV.csc-textpic .csc-textpic-imagewrap FIGURE, DIV.csc-textpic FIGURE.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	FIGCAPTION.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	DIV.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic .csc-textpic-imagewrap IMG { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	DIV.csc-textpic-imagecolumn, TD.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 35px; }
	DIV.csc-textpic-imagecolumn.csc-textpic-lastcol, TD.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap { overflow: hidden; }
	DIV.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	DIV.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	DIV.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	DIV.csc-textpic DIV.csc-textpic-imagerow-last, DIV.csc-textpic DIV.csc-textpic-imagerow-none DIV.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	UL.csc-uploads { padding: 0; }
	UL.csc-uploads LI { list-style: none outside none; margin: 1em 0; }
	UL.csc-uploads IMG { float: left; padding-right: 1em; vertical-align: top; }
	UL.csc-uploads SPAN { display: block; }
	UL.csc-uploads SPAN.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	TABLE.contenttable-color-1 { background-color: #EDEBF1; }
	TABLE.contenttable-color-2 { background-color: #F5FFAA; }
	TABLE.contenttable-color-240 { background-color: black; }
	TABLE.contenttable-color-241 { background-color: white; }
	TABLE.contenttable-color-242 { background-color: #333333; }
	TABLE.contenttable-color-243 { background-color: gray; }
	TABLE.contenttable-color-244 { background-color: silver; }