/*
Theme Name: Theme-Name
Description: a-brief-description
Author: Marit AG / swo
Author URI: marit.ag
Template: use-this-to-define-a-parent-theme--optional


[Table Of Contents]

    0- Reset
    1- Global
    2- Links
    3- Headings
    4- Header
    5- Content
    6- Navigation
    7- Aside (HTML5 Sidebar)
    8- Footer
    9- Forms
   10- TYPO3

[Color codes]

Background:           white (white)
Text-Color:           black (black)
Wrapper (Content):    #f1f1f1 (light grey)

Header Bg:            #e4ebf6 (lightblue)
Navigation-Off Color: #224d6f (dark blue)
Navigation-Hover:     #fea315 (orange)
highlightcolor:       #005192 (blue)

Color1:               #004e8d (blue)
Color2:               #d0001b (red)

a (standard):         #0040b6 (dark blue)
a (visited):          #5999de (light blue)
a (active):           #cc0000 (pink)

*/
		/** =0 Reset
------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ */ 
/* v1.0 | 20080212 */
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	vertical-align: top;
	padding: 2px;
}
/** =1 Global------------------------------------------------------------ */
/*html, body {
	height: 100%
}
*/
html {
	background: #c3c3c3 url(../img/body-bg.png) repeat-x;
}
body {
	font: 100.01%/1.2 Tahoma, Arial, Helvetica, "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	text-align: center;
	background: transparent url(../img/bg_wrap.png) repeat-y 50%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #ffc;
}
img.centered {
	display: block;
	margin: 0 auto;
}
img.alignleft {
	float: left;
	margin: 4px 10px 4px 0;
}
img.alignright {
	float: right;
	margin: 4px 0 4px 10px;
}
.clearfix:after, .csc-textpic-intext-right:after, .csc-textpic-intext-left:after, .csc-textpic-imagewrap:after, .csc-textpic-imagerow:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix, .csc-textpic-intext-right, .csc-textpic-intext-left, .csc-textpic-imagewrap, .csc-textpic-imagerow {
	display: block;
}
p {
	line-height: 1.6;
	padding: 0 0 17px;
}
td p {
	line-height: 1.6;
	padding: 0;
}
#wrap {
	font-size: 0.8em;
	margin: 0 auto;
	position: relative;
	width: 974px;
	text-align: left;
	background: #FFFFFF;
}
/** =2 Links------------------------------------------------------------ */
a:link, a:visited {
	color: #6c6c6c;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.printLink {
	padding: 4px 0 4px 22px;
	background: url("../img/icon_print.png") no-repeat;
}
.pdfLink {
	padding: 4px 0 4px 22px;
	background: url("../img/icon_pdf.png") no-repeat;
}
#context a:link, #context a:visited, #border a:link, #border a:visited {
	color: #6c6c6c;
	text-decoration: none;
}
#context a:hover, #border a:hover {
	color: #000;
	text-decoration: none;
}
/** =3 Headings------------------------------------------------------------ */
h1 {
	font-size: 22px;
	color: #6c6c6c;
	padding: 0 0 1em;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	color: #000;
	padding: 0 0 1em;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 1em;
	line-height: 1.2;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 1em;
	line-height: 1.2;
}
h5, h6 {
	font-size: 13px;
	font-weight: bold;
	color: #6c6c6c;
	padding: 0 0 1em 10px;
	background: url("../img/arrows-blue.png") no-repeat 0 3px;
}
h5 a {
	color: #6c6c6c;
}
h6 {
	background: none;
	padding: 0 0 1em;
}
h1 a:link, h1 a:visited {
	color: #6c6c6c !important;
}
h2 a:link, h2 a:visited {
	color: #000 !important;
}
h3 a:link, h4 a:link, h3 a:visited, h4 a:visited {
	color: #000 !important;
}
h5 a:link, h6 a:link {
	color: #6c6c6c;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
	color: #6c6c6c !important;
	text-decoration: none;
}
#worldMap h3, #languageSwitch h3 {
	background: none;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 2px 0;
	line-height: 1.2;
}
#worldMap h3 a {
	color: #6c6c6c ! important;
}
#worldMap h3 a:hover {
	color: #000 ! important;
}
#teaser h1, #teaser h2, #teaser h3, #teaser h4, #teaser h5, #teaser h6 {
	color: black;
	font-size: 17px;
	font-weight: 400;
	background: none;
	padding: 0 0 5px 0;
}
/** =4 Header------------------------------------------------------------ */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
#headertop {
	background: transparent url(../img/header_bg.png) repeat-x 0 0;
	position: relative;
	z-index: 100;
	height: 114px;
}
#logo {
	position: absolute;
	margin: 9px 0 0 19px;
}
#logoprint {
	display: none;
}
#worldMap {
	position: absolute;
	top: 7px;
	right: 24px;
	text-align: center;
}
* html #worldMap {
	text-align: right;
}
#emotional {
	margin-top: -13px;
	position: relative;
	z-index: 1;
}
#emotional .csc-textpic, #emotional .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
#teaser {
	background: url(../img/alufond.jpg) repeat-x;
	height: 130px;
	width: 973px;
	padding-left: 1px;
	overflow: hidden;
}
#teaser p {
	line-height: 1;
}
#teaser .teaserbox {
	overflow: hidden;
	float: left;
	position: relative;
}
#teaser .teaserbox1 {
	height: 120px;
	margin: 8px 0 0 50px;
	cursor: pointer;
}
#teaser .teaserbox1 .teasercont {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	padding: 10px 0 5px 12px;
	height: 95px;
	overflow: hidden;
	z-index: 10;
}
#teaser .teaserbox2 {
	width: 324px;
}
#teaser .teaserbox2 .teasercont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 10px 12px 10px 12px;
}
#teaser .teaserbox2 .teaserboximage {
	float: right;
}
.teaser-frame, .teaser-hover, .teaser-active {
	position: absolute;
}
.teaser-active {
	display: none;
}
#teaser .teasercont h2 a {
	color: #000000;
}
.teaserbox .teaser-frame, .teaserbox .teaser-active, .teaserbox .teaser-hover {
	z-index: 20;
}
/** =5 Content------------------------------------------------------------ */
#contentwrapper {
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
#container {
	float: left;
	width: 100%;
}
#content {
	font-size: 11px;
	margin: 0 220px;
	padding: 0 15px;
	width: 505px;
}
#content a {
	color: #000;
}
#content a:hover {
	color: #6C6C6C;
}
#content ul, #content ol {
	list-style-type: none;
	margin: 0 0 15px 15px;
}
#content ul ul, #content ol ol {
	margin: 0 0 0 15px;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	line-height: 1.6;
	background: url(../img/arrows-small-grey.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
}
#content .indent {
	padding: 0 0 22px 22px;
}
/* .standard template */
.standard #content {
	margin: 0 240px 0 220px;
	padding: 0;
	width: 514px;
}
.standard #context {
	margin: 0 0 0 -218px;
	padding: 0 18px 0 0;
	width: 200px;
}
.standard #subnavigation {
	margin: 5px 0 0 -974px;
	padding: 0 20px;
	width: 180px;
}
/* .home template */
.home #content {
	margin: 0;
	padding: 0 20px;
	width: 514px;
}
.home #context {
	margin: 0 0 0 -218px;
	padding: 0 18px 0 0;
	width: 200px;
}
.home #border {
	margin: 15px 0 0 -430px;
	padding: 0 20px;
	width: 160px;
}
.home #border p {
	padding: 0 0 11px;
}
/* .oneCol */
.oneCol #content {
	margin: 0;
	width: auto;
}
/* .oneColNavi */
.oneColNavi #content {
	margin: 0 0 0 220px;
	width: 734px;
	padding: 0 20px 0 0;
}
.oneColNavi #subnavigation {
	margin: 5px 0 0 -974px;
	padding: 0 20px;
	width: 180px;
}
/* .twoCol */
.twoCol #content {
	margin: 0 220px 0 0;
	width: 715px;
	padding: 0 20px;
}
.twoCol #context {
	margin: 0 0 0 -218px;
	padding: 0 18px 0 0;
	width: 200px;
}
/* ContentFooter */
#contentFooter {
	color: #6C6C6C;
	padding-top: 18px;
	clear: both;
}
#contentFooter p {
	font-size: 10px;
	padding: 0;
}
#contentFooter .pdfLink {
	margin-left: 18px;
}
#contentFooter .linkPanel {
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 6px;
	margin-bottom: 3px;
}
.linkPanel a {
	color: #6C6C6C;
	text-decoration: none;
}
.linkPanel a:hover {
	color: #000000;
}
/** =6 Navigation------------------------------------------------------------ */
.mainnavi {
	clear: both;
	font-size: 14px;
	height: 37px;
	position: absolute;
	bottom: 1px;
}
.mainnavi li {
	background: transparent url(../img/mainnav-list-devider.png) no-repeat 100% 50%;
	float: left;
}
.mainnavi li.last {
	background: none;
}
.mainnavi li a {
	color: #0c0c0c;
	display: block;
	font-weight: 700;
	line-height: 38px;
	padding: 0 22px 0 14px;
	text-decoration: none;
	width: 126px;
	cursor: default;
}
.mainnavi li li a {
	cursor: pointer;
}
.mainnavi li.last a {
	width: 128px;
}
.mainnavi li:hover {
	background: transparent url(../img/mainnav-bg-hover.png) repeat-x 0 0;
}
.mainnavi li ul li {
	background: none;
}
.mainnavi li:hover ul li a {
	color: #0c0c0c;
	display: block;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	width: 142px;
}
.mainnav-subcontent {
	background: transparent url(../img/dropdown_bg.png);
	font-size: 13px;
	padding: 10px;
	position: absolute;
	min-width: 134px;
	display: none;
}
.mainnavi li .mainnav-subcontent a {
	color: #0c0c0c !important;
	cursor: pointer !important;
	font-weight: 400 !important;
	display: inline;
	line-height: 1.2;
	width: auto;
	padding: 0;
}
.mainnavi li .mainnav-subcontent a:hover {
	color: #000 !important;
	font-weight: bold !important;
}
.mainnavi .last .mainnav-subcontent {
	right: 0;
	min-width: 144px;
}
.mainnavi li:hover .mainnav-subcontent {
	display: block;
}
.mainnav-subcontent .mainnav-left {
	background: none;
	border: none;
	float: left;
	width: 142px;
}
.mainnav-subcontent .csc-menu li {
	background: none !important;
	float: none;
}
.mainnav-subcontent .csc-menu li.last {
	background: none !important;
}
.mainnav-subcontent .csc-menu li a {
	color: #0c0c0c;
	display: block;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px;
	text-decoration: none;
	width: 142px;
}
.mainnav-subcontent .csc-menu li a:hover {
	background: none;
	color: #fff;
	font-weight: bold;
}
.mainnav-right {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 142px;
}
.mainnav-right *, .mainnav-left * {
	color: #0c0c0c;
}
.mainnav-innerwrap {
	background: transparent url(../img/subnavi-devider.png) repeat-y 150px 0;
}
.mainnav-innerwrap-top {
	background: transparent url(../img/subnavi-devider-top.png) no-repeat 150px 0;
}
.mainnav-innerwrap-bottom {
	background: transparent url(../img/subnavi-devider-bottom.png) no-repeat 150px 100%;
}
.mainnav-subcontent h1 {
	font-size: 14px;
	font-weight: bold;
}
.mainnav-subcontent p, .mainnav-subcontent h1, .mainnav-subcontent h2, .mainnav-subcontent h3 {
	padding: 0 0 11px;
	line-height: 1.2;
}
.mainnav-right div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0;
}
.mainnavi .last .mainnav-left {
	width: 144px;
}
#subnavigation {
	float: left;
	width: 220px;
	margin-left: -974px;
}
#serviceNavi {
	position: absolute;
	left: 527px;
	top: 49px;
	height: 36px;
	font-size: 11px;
	width: 320px;
}
#serviceNavi li {
	background: transparent url(../img/dot-black.png) no-repeat 0 3px;
	float: left;
}
#serviceNavi li.first {
	background: none;
}
#serviceNavi .first a {
	padding-left: 0;
}
#serviceNavi li a {
	background-color: transparent;
	color: #6c6c6c;
	padding: 0 10px 0 20px;
	text-decoration: none;
}
#serviceNavi li a:hover {
	color: #000;
}
/* SubNavi */
#subNavi {
	font-size: 11px;
}
#subNavi li {
	border-top: 1px solid #BEBEBE;
	padding: 2px 0;
}
#subNavi .last {
	border-bottom: 1px solid #BEBEBE;
}
#subNavi a {
	display: block;
	padding: 5px 0 5px 19px;
	font-weight: bold;
	color: #6c6c6c;
	background: url("../img/arrows-blue.png") no-repeat 6px 6px;
	text-decoration: none;
}
#subNavi a:hover {
	background: url("../img/arrows-black.png") no-repeat 6px 6px;
	color: #000;
}
#subNavi a.activeSub {
	background: url("../img/arrows-black.png") no-repeat  3px -72px;
	color: #000;
	font-weight: bold;
}
#subNavi a.activeSub:hover {
	background: url("../img/arrows-black.png") no-repeat 3px -72px;
	color: #000;
}
#subNavi a.active {
	background: url("../img/arrows-black.png") no-repeat 6px 6px;
	color: #0c0c0c;
}
#subNavi a.active:hover {
	background: url("../img/arrows-blue.png") no-repeat 6px 6px;
	color: #888888;
}
/* Level 2 */
#subNavi ul li, #subNavi ul .last {
	border: none;
}
#subNavi ul a {
	padding-left: 29px;
	font-weight: normal;
	color: #6c6c6c;
	background: url("../img/arrows-small-grey.png") no-repeat 19px 9px;
}
#subNavi ul a.active {
	font-weight: bold;
	color: #000;
	background: url("../img/arrows-small-black.png") no-repeat 19px 9px;
}
#subNavi ul a.active:hover {
	background: url("../img/arrows-small-blue.png") no-repeat 19px 9px;
}
#subNavi ul a:hover {
	font-weight: bold;
	color: #000;
	background: url("../img/arrows-small-blue.png") no-repeat 19px 9px;
}
#subNavi ul a.activeSub {
	font-weight: bold;
	background: url("../img/arrows-small-grey.png") no-repeat  20px -449px;
	color: #0c0c0c;
}
#subNavi ul a.activeSub:hover {
	font-weight: bold;
	background: url("../img/arrows-small-blue.png") no-repeat 20px -449px;
	color: #000;
}
/* Level 3 */
#subNavi ul li ul li, #subNavi ul  ul .last {
	border: none;
}
#subNavi ul ul a {
	padding-left: 43px;
	font-weight: normal;
	color: #6c6c6c;
	background: url("../img/arrows-small-grey.png") no-repeat 33px 9px;
}
#subNavi ul ul a.active {
	font-weight: bold;
	color: #000;
	background: url("../img/arrows-small-black.png") no-repeat 33px 9px;
}
#subNavi ul ul a.active:hover {
	background: url("../img/arrows-small-blue.png") no-repeat 33px 9px;
}
#subNavi ul ul a:hover {
	font-weight: bold;
	color: #000;
	background: url("../img/arrows-small-blue.png") no-repeat 33px 9px;
}
#subNavi ul ul a.activeSub {
	font-weight: bold;
	background: url("../img/arrows-small-black.png") no-repeat  33px 9px;
	color: #000;
}
#subNavi ul ul a.activeSub:hover {
	font-weight: bold;
	background: url("../img/arrows-small-black.png") no-repeat 33px 9px;
	color: #000;
}
/* languageSwitch */
#languageSwitch {
	position: absolute;
	left: 685px;
	top: 7px;
	width: 135px;
	font-size: 11px;
}
#languageSwitch ul {
	width: 135px;
	background: url("../img/dropdown_language.png") no-repeat;
}
#languageSwitch li {
	padding: 0 10px 2px;
	background-color: #d3d4d3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 7px;
	width: 103px;
}
#languageSwitch li.active {
	padding: 1px 10px;
	background: none !important;
}
#languageSwitch li a {
	color: #000;
	display: block;
}
/** =7 Aside------------------------------------------------------------ */
#border {
	float: left;
	line-height: 1.3;
	width: 180px;
	margin: 0 0 0 -180px;
}
#border h5:hover, #border h6:hover {
	background: url('../img/arrow_black.gif') no-repeat 0 3px;
}
#context {
	float: left;
	line-height: 1.3;
	width: 180px;
	margin: 0 0 0 -974px;
}
.block, .blockContent {
	background: white url(../img/box-bg.png) no-repeat;
}
.block {
	background-position: 0 0;
	padding: 15px 0 0;
}
.blockContent {
	background-position: 0 100%;
	padding: 0 12px 15px 12px;
}
#border p, #context p {
	font-size: 11px;
	line-height: 1.2;
	padding: 0;
}
#context p#border {
	color: #000;
}
#context p {
	color: #6c6c6c;
}
/** =8 Footer------------------------------------------------------------ */
#footer {
	background: url(../img/bg_footer.png) repeat-x 0 81px;
	text-align: left;
}
#footercontent {
	height: 149px;
	width: 954px;
	padding: 20px 0 0 20px;
	margin: 0 auto;
	background: transparent url(../img/footer_bg.png) no-repeat top left;
}
/* footer logolist */
#footercontent h3 {
	background: none;
	color: #6C6C6C;
	font-size: 11px;
	padding: 0;
	position: absolute;
	top: -18px;
	width: 200px;
	z-index: 20;
}
#footercontent h3 a {
	color: #6C6C6C;
}
#footercontent h3 a:hover {
	color: #000;
}
#footercontent .footerelement {
	float: left;
	position: relative;
	height: 149px;
	z-index: 20;
}
#footercontent .logo_block {
	padding: 9px 30px 0 0;
}
#footercontent img {
	display: block;
}
#footercontent .reflected {
	margin-bottom: 15px;
}
#footercontent .magreflected {
	margin-top: 15px;
	background: #A5A5A5;
}
#footercontent .pop {
	background: url(../img/bg_darkgrey.png);
	color: #6C6C6C;
	position: absolute;
	min-width: 300px;
	display: none;
	font-size: 11px;
	padding: 10px;
	height: 90px;
	z-index: 30;
	top: -100px;
}
#footercontent .pop p {
	margin: 2px 0;
	padding: 0;
}
#footercontent .pop a {
	color: #6C6C6C;
}
#footercontent .pop a:hover {
	color: #000;
}
#footercontent .logo_block .logo_color {
	visibility: hidden;
}
#footercontent .logo_block:hover .logo_white {
	display: none;
}
#footercontent .logo_block:hover .logo_color {
	visibility: visible;
}
#footercontent .logo_block:hover .pop {
	display: block;
}
/** =9 Forms------------------------------------------------------------ */
#searchForm {
	position: absolute;
	left: 275px;
	top: 47px;
}
#searchForm #searchField {
	width: 124px;
	height: 16px;
	padding: 1px 6px;
	border: none;
	background: url("../img/search-input-bg.png") no-repeat;
	font-size: 11px;
}
#searchForm #searchSubmit {
	border: 0 none;
	color: #6C6C6C;
	background: url("../img/arrows-blue.png") no-repeat 0 3px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	margin: 0 0 0 4px;
	padding: 0;
	width: 55px;
}
#searchForm #searchSubmit:hover {
	color: #000000 !important;
	background-image: url("../img/arrows-black.png");
}
#searchForm #searchSubmit:active, #searchForm #searchSubmit:focus {
	outline: 0;
}
form p {
	padding: 0 0 10px 0;
}
fieldset legend {
	display: none;
}
input, textarea, select {
	border: 1px solid #BEBEBE;
}
input, textarea {
	background-color: #F1F1F1;
}
/** =10 TYPO3------------------------------------------------------------ */
/* original CSS Styled Content */
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: none;
	padding: 0;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
dl.csc-textpic-image dt {
	display: inline;
	margin: 0;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-right: 10px;
}
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-left: 10px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-left: 10px;
	text-align: left;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0 !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0 !important;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
	margin: 0 0 22px;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
	margin: 0 0 22px;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
	margin: 0 0 22px;
}
*+html div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin: 0 0 2px;
}
div.csc-textpic-caption-c .csc-textpic-caption, div.csc-textpic-center {
	text-align: center;
}
div.csc-textpic-caption-l .csc-textpic-caption, div.csc-textpic-center div.csc-textpic-text {
	text-align: left;
}
div.csc-textpic img, div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
}
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image, div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image, div.csc-textpic-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt, div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
dl.csc-textpic-image, dl.csc-textpic-image dd, div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption, div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0;
}
div.csc-textpic-clear, div.csc-textpic div.csc-textpic-imagerow, div.csc-textpic-above div.csc-textpic-text {
	clear: both;
}
div.csc-textpic-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text, * html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* CSC changes */
.csc-textpic-caption p {
	padding: 0;
}
.csc-textpic {
	margin: 0 0 22px;
}
*+html .csc-textpic {
	margin: 0 0 32px;
}
.csc-textpic csc-textpic-intext-left-nowrap{
		margin: 0 0 22px;

}
#content .csc-sitemap {
	background: url("../img/sitemap-bg.png") repeat-y;
}
#content .csc-sitemap ul {
	list-style-type: none;
	margin: 0;
}
#content .csc-sitemap li {
	border-top: 1px solid #BEBEBE;
	padding: 2px 12px 2px 0;
	background: none;
}
#content .csc-sitemap li ul li {
	border: none;
}
#content .csc-sitemap li ul li ul li ul li {
	padding-left: 10px;
}
#content .csc-sitemap a {
	display: block;
	padding: 2px 5px 3px 19px;
	font-weight: bold;
	color: #6c6c6c;
	background: url("../img/arrows-blue.png") no-repeat 6px 5px;
	text-decoration: none;
}
#content .csc-sitemap ul ul a {
	padding-left: 28px;
	font-weight: normal;
	color: #0c0c0c;
	background: url("../img/arrows-small-grey.png") no-repeat 19px 9px;
}
#content .csc-sitemap ul ul ul a {
	padding: 2px 5px 3px 37px;
}
#content .csc-sitemap ul a:hover {
	color: #000;
}
#content .csc-sitemap ul ul a:hover, #content .csc-sitemap ul ul ul a:hover, #content .csc-sitemap ul ul ul ul a:hover {
	color: #6c6c6c;
}
/** tt_news-------------------------------------------------------------------*/
/* latest */
#context .news-latest-item {
	padding: 0 0 6px 0;
}
#context .news-latest-item h4 {
	font-size: 11px;
	padding: 0;
}
#context .news-latest-item p {
	padding: 0;
}
#context .news-latest-item h4 a {
	color: #6C6C6C !important;
	text-decoration: none;
}
#context .news-latest-item h4 a:hover {
	color: #000 !important;
}
#context .news-latest-morelink a {
	background: url("../img/arrows-small-grey.png") no-repeat 4px 5px;
	display: inline-block;
	width: 10px;
	text-indent: -999em;
}
#context .news-latest-morelink a:hover {
	background: url("../img/arrows-small-black.png") no-repeat 4px 5px;
}
#context .news-latest-item a {
	padding: 0 10px 10px 0;
	float: left;
	width: 62px;
}
#context .news-latest-sub a {
	float: none;
	width: auto;
		background: url("../img/arrows-blue.png") no-repeat -10px 0px;
}
.news-latest-morelink a {
	height: 5px;
}
#context .news-latest-sub {
	float: left;
	width: 102px;
}
#context .news-latest-morefpfeil{
	background: url("../img/arrows-small-grey.png") no-repeat 4px 5px;
	display:inline-block;
	width: 10px;
	text-indent: -999em
}
/* list */
.news-list-item {
	margin: 0 0 10px;
	border-bottom: 1px dotted #BEBEBE;
}
.news-list-item h2 a {
	color: inherit;
	text-decoration: none;
}
.news-list-item h2 a:hover {
	color: black;
}
.news-list-item h2 {
	padding: 0 0 5px;
}
.news-list-item p {
	padding: 0;
	margin: 0 0 10px 110px;
}
.news-list-item .news-list-date-month {
	padding: 0 0 2px;
	margin: 0;
}
.news-list-item  .news-list-date-day {
	color: black;
	font-size: 20px;
}
.news-list-item .news-list-image {
	min-width: 100px;
	margin: 0;
	padding: 0 10px 5px 0;
	text-align: center;
}
.news-list-morelink a {
	background: transparent url(../img/arrows-small-blue.png) no-repeat 7px 5px;
	color: #6c6c6c;
	padding: 0 0 0 15px;
	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #000;
	background-image: url(../img/arrows-small-black.png);
}
/* single */
.news-single-item {
}
.news-single-item h3 {
	color: #000;
	background: none !important;
	width: 460px;
	padding: 0;
	margin: 0 0 20px 0;
}
.news-single-item .news-list-date-month {
	font-weight: bold;
	padding-bottom: 2px;
}
.news-single-item .csc-textpic {
	float: left;
}
.news-single-related, .news-single-files, .news-single-links {
	padding-bottom: 10px;
}
.news-single-related dt, .news-single-files dt, .news-single-links dt {
	font-weight: bold;
	padding-bottom: 4px;
}
.news-single-links dd p {
	padding: 0;
}
.news-single-backlink {
	clear: both;
}
.news-single-backlink a {
	background: transparent url(../img/arrows-small-blue.png) no-repeat 0 -145px;
	color: #6c6c6c;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.news-single-backlink a:hover {
	color: #000;
	background-image: url(../img/arrows-small-black.png);
}
.news-single-item p a {
	color: #000;
	font-weight: bold;
}
.news-single-item p a:hover {
	color: #6c6c6c;
	font-weight: bold;
}
/* amenu */
.news-amenu-container .news-amenu-item-year {
	font-weight: bold;
}
/** rggooglemap-------------------------------------------------------------------*/
.tx-rggooglemap-pi1 {
	padding-bottom: 20px;
}
.gmnoprint{
	margin-top: 30px !important;
}
/* tooltip at POI on map */
.markerTooltip div {
	font-weight: bold;
	color: #000;
	padding: 3px 6px;
	white-space: nowrap;
	border: #333 solid 1px;
	-moz-opacity: 98%;
	opacity: 0.98;
	z-index: 4;
}
#rggooglemapload {
	position: absolute;
	background: #000000;
	z-index: 4;
}
#rggooglemapload .center {
	margin-top: 200px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.mapnest {
	border: 1px dotted #6C6C6C;
}
.rggooglemap-map {
	border: 1px solid #FFFDE1;
}
.rggooglemap-cat fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.rggooglemap-cat ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rggooglemap-cat li {
	padding: 0;
	margin: 0;
}
.rggooglemap-cat fieldset label {
	color: #417944;
	display: block;
	float: none;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}
.rggooglemap-cat fieldset input {
	background: #FFFFCC none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 2px;
	width: 16px;
}
.rggooglemap-cat li input {
	width: 16px;
}
.rggooglemap-results {
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #3C581D;
	background: #B6C587;
}
.rggooglemap-results ul {
	list-style: none;
	padding: 0;
	margin: 5px;
}
.rggooglemap-pb {
	border-bottom: 1px solid #3C581D;
	padding: 2px 5px;
	margin: 2px 10px;
}
.rggooglemap-pb .rggooglemap-links .rggooglemap-next, .rggooglemap-pb .rggooglemap-links .rggooglemap-prev, .rggooglemap-pb .rggooglemap-links .rggooglemap-act {
	float: left;
	padding-left: 100px;
}
.rggooglemap-pb .rggooglemap-links  .rggooglemap-clr {
	clear: both;
}
.poi-content {
	min-height: 150px;
}
.rggooglemap-directionresults {
	margin: 0 10px;
}
/********************** * mode     M E N U **********************/
h5.rggooglemap-menutitle {
	padding: 0 0 0 10px;
}
.rggooglemap-menu {
	list-style: none;
	margin: 10px 0;
}
#content .rggooglemap-menucat {
	list-style: none;
	margin: 0;
}
#content .rggooglemap-menucat li {
	border-bottom: 1px dotted #BEBEBE;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding: 0;
	background: none;
}
#content .rggooglemap-menucat li ul li {
	border-bottom: none;
	margin: 0;
	padding-bottom: 2px;
}
.rggooglemap-menuitems {
	padding: 0 10px 5px 10px;
	margin: 0 0 0 10px;
}
/** Gallery------------------------------------------------------------ */
.wtgallery_list_firstofrow {
	padding: 5px;
	float: left;
}
.wtgallery_list_lastofrow {
	padding: 5px 0 5px 5px;
	float: left;
}
.wtgallery_single_browser_next a {
	background: url("../img/arrows-blue.png") no-repeat 6px 0;
	float: right;
	color: #ffe900;
	height: 12px;
	width: 15px;
}
.wtgallery_single_browser_previous a {
	background: url("../img/arrows-blue.png") no-repeat -3px -150px;
	float: left;
	color: #ffe900;
	height: 12px;
	width: 15px;
}
.wtgallery_single_browser_next a:hover {
	background: url("../img/arrows-grey.png") no-repeat 6px 0;
}
.wtgallery_single_browser_previous a:hover {
	background: url("../img/arrows-grey.png") no-repeat -3px -150px;
}
.wtgallery_single_browser_next img, .wtgallery_single_browser_previous img {
	display: none;
}
.wtgallery_single_browser {
	padding-bottom: 8px;
}
.wtgallery_single {
	padding-bottom: 10px;
}
h2.wtgallery_single {
	display: none;
}
h2.wtgallery_list {
	display: none;
}
.wt_gallery_single_inner_pic {
	text-align: center;
}
.wtgallery_pagebrowser_list a {
	color: #6c6c6c;
	padding: 0 15px 0 0;
}
#context .wtgallery_pagebrowser_list a.act {
	color: #000;
	font-weight: bold;
}
.wtgallery_pagebrowser_list a:hover {
	color: #000;
}
.wtgallery_pagebrowser_list li {
	padding-bottom: 5px;
}
.wt_gallery_single_inner_pic {
	margin: 6px 0 0;
}
.list_row_5 {
	margin-bottom: 4px;
}
.wtgallery_marit p a {
	color: #000;
}
.wtgallery_marit p a:hover {
	color: #6c6c6c;
}
/** powermail forms------------------------------------------------------------ */
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	padding: 2px 0;
}
.tx-powermail-pi1 form label {
	float: left;
	width: 120px;
	padding: 2px 0 0;
}
.tx-powermail-pi1 input {
	width: 265px;
}
.tx-powermail-pi1 textarea {
	width: 265px;
	height: 50px;
	font-size: 12px;
}
.tx-powermail-pi1 select {
	width: 267px;
	height: 20px;
	font-size: 11px;
}
.tx-powermail-pi1 .powermail_submit {
	background: transparent url(../img/arrows-blue.png) no-repeat scroll 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 120px;
	padding: 0 0 0 12px;
	text-align: left;
}
.tx-powermail-pi1 .powermail_submit:hover, .tx-powermail-pi1 .powermail_submit:active {
	background-image: url(../img/arrows-black.png);
	color: #000
}
.powermail_mandatory_js {
	color: red;
	margin: 0 0 5px 120px;
}
.validation-failed {
	border: 1px solid red;
}
.tx_powermail_pi1_fieldwrap_html_radio {
	clear: both;
}
.tx_powermail_pi1_fieldwrap_html_radio_title {
	float: left;
	width: 120px;
	padding: 0 0 5px;
}
.powermail_radio_inner {
	float: left;
}
.powermail_radio_inner label {
	width: auto !important;
}
.powermail_radio, .powermail_check {
	width: auto !important;
	background: none;
	border: none;
}
.powermail_mandatory {
	color: red;
}
.powermail_mandatory_js {
	clear: both;
}
.tx-powermail-pi1 .powermail_check_inner label {
	float: none;
}
input.nummer{
	margin: 0 0 0 8px; 
	width: 53px;
}
input.plz {
	width: 53px;
}
input.strasse {
	width: 200px
}
input.ort  {
	margin: 0 0 0 8px;
	width: 200px;
}
/* Kontaktformular - passt nur auf der Seite Kontakt mit den Seiteninhalt [968]  */
.tx_powermail_pi1_fieldwrap_html_245 {
	float: left;
	width: 324px;
}
#advice-required-uid1140 {
	margin: 0 0 0 8px;
}
.tx_powermail_pi1_fieldwrap_html_check {
	width: 50%;
	float: left;
	clear: none;
}
.tx_powermail_pi1_fieldwrap_html_1090{
	float:left;
	width:324px;
}
.tx_powermail_pi1_fieldwrap_html_1139, .tx_powermail_pi1_fieldwrap_html_1091{
	clear:none;
	float:left;
}
#advice-required-uid1139 {
	margin: 0 0 0 8px;
	width: 53px;
}
#advice-required-uid1091 {
	width: 53px;
}
.tx_powermail_pi1_fieldwrap_html_1091{
	float:left;
	width:177px;
}
.tx_powermail_pi1_fieldwrap_html_1140{
	clear:none;
	float:left;
	width:208px;
}
.tx_powermail_pi1_fieldwrap_html_1139 label, .tx_powermail_pi1_fieldwrap_html_1140 label {
	display: none;
}

/****** callback form******/

#powermaildiv_uid1103, #powermaildiv_uid1141{
	clear:none;
	float:left;
}
#powermaildiv_uid1141 label{
	clear:none;
	padding:2px 0 0 6px;
	width:24px;
}
input.time{
	width:50px;
}
#powermaildiv_uid1104 {
	clear:none;
	float:left;
	padding:4px 0 2px 6px;
	width:30px;
}
.tx-powermail-pi1_formwrap_7262 h3{
	padding:0.8em 0;
}
#powermaildiv_uid1109{
	float:left;
	width:177px;
}
#uid1103_msgCnt{
	display: none;
}
#powermaildiv_uid1142 label{
	display: none;
}
#powermaildiv_uid1142 {
	clear:none;
	float:left;
	width:208px;
}
.jscalendar_cb{
	margin: 0;
}
#uid1103_hr{
	width:102px;
}
/****** presseverteiler form  ******/
#presseverteiler .tx_powermail_pi1_fieldwrap_html_check{
	width: 100%;
}
#powermaildiv_uid375{
	float:left;
	width:324px;
}
#powermaildiv_uid376{
	clear:none;
	float:left;
}
#powermaildiv_uid376 label{
	display: none;
}
#powermaildiv_uid377{
	float:left;
	width:177px;
}
#powermaildiv_uid378{
	clear:none;
	float:left;
	width:208px;
}
#powermaildiv_uid378 label{
	display: none;
}
.powermail_uid378, #advice-required-uid378 {
	margin:0 0 0 8px;
	width:200px;
}
#advice-required-uid376{
	margin:0 0 0 8px;
	width:53px;
}
/****** praxis form  ******/
#powermaildiv_uid482{
	float:left;
	width:324px;
}
#powermaildiv_uid483{
	clear:none;
	float:left;
}
#powermaildiv_uid483 label{
	display: none;
}
#advice-required-uid483{
	margin:0 0 0 8px;
	width:53px;
}
#powermaildiv_uid484{
	float:left;
	width:177px;
}
#powermaildiv_uid485{
	clear:none;
	float:left;
	width:208px;
}
#powermaildiv_uid485 label{
	display: none;
}
#advice-required-uid485 {
	margin:0 0 0 8px;
	width:200px;
}

/****** schulungen form******/

.tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1269, .tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1268{
	float:left;
}
.tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1141 label{
	clear:none;
	padding:2px 0 0 6px;
	width:24px;
}
.tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1268 span, .tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1269 span{
	display: none;
}
.tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1141 #uid1141{
	width:50px;
}
.tx-powermail-pi1_formwrap_9087 #powermaildiv_uid1104 {
	clear:none;
	float:left;
	padding:4px 0 2px 6px;
	width:30px;
}
.tx-powermail-pi1_formwrap_9087 h3{
	padding:0.8em 0;
}
#powermaildiv_uid1269, #powermaildiv_uid1268, #powermaildiv_uid1276{
	clear:none;
	float:left;
}
#powermaildiv_uid1153, #powermaildiv_uid1278{
	clear:none;
	float:left;
	width:208px;
}
#advice-required-uid1276{
	width:53px;
	margin:0 0 0 8px;
}
#advice-required-uid1277{
	width:53px;
}
 #advice-required-uid1278{
	margin:0 0 0 8px;
	width:200px;
}
#uid1144_msgCnt{
	display: none;
}
#uid1145_msgCnt{
	display: none;
}
#powermaildiv_uid1276 label, #powermaildiv_uid1278 label{
	display: none;
}
#powermaildiv_uid1275 {
	float:left;
	width:324px;
}
#powermaildiv_uid1277 {
	float:left;
	width:177px;
}
#uid1269_hr, .tx-powermail-pi1_formwrap_9087 #uid1268_hr{
	width:102px;
}
#uid1145_hr{
	width:102px;
}

/****** form 986 ******/
#powermaildiv_uid442{
	float: left;
	width: 324px;
}
#powermaildiv_uid444 {
	float: left;
	width: 177px;
}
#powermaildiv_uid443 {
	float: left;
	clear: none;
}
#powermaildiv_uid443 label {
	display: none;
}
#advice-required-uid443 {
	margin: 0 0 0 8px;
	width: 53px;
}
#advice-required-uid444 {
	width: 53px;
}
#powermaildiv_uid445 {
	float: left;
	clear: none;
	width: 208px;
}
#powermaildiv_uid445 label, #uid124_msgCnt {
	display: none;
}
#advice-required-uid445 {
	margin: 0 0 0 8px;
}
/****** form 984 ******/
.tx-powermail-pi1_formwrap_1801 #powermaildiv_uid421, .tx-powermail-pi1_formwrap_1801 #powermaildiv_uid422 {
	float: left;
	clear: none;
}
#uid421_hr {
	width: 102px;
}
#uid421_cb {
	margin: 0;
	padding: 0;
	width: 15px;
}
#powermaildiv_uid422 label {
	width: 47px;
	padding-left: 12px;
}
#powermaildiv_uid427 {
	float: left;
	width: 324px;
}
#powermaildiv_uid428 {
	float: left;
	clear: none;
}
#powermaildiv_uid428 label {
	display: none;
}
#advice-required-uid428 {
	margin: 0 0 0 8px;
	width: 53px;
}
#powermaildiv_uid429 {
	float: left;
	width: 177px;
}
#advice-required-uid429 {
	width: 53px;
}
#powermaildiv_uid430 {
	float: left;
	clear: none;
	width: 208px;
}
#powermaildiv_uid430 label, #uid421_msgCnt {
	display: none;
}
#advice-required-uid430 {
	margin: 0 0 0 8px;
}
/****** form 1798 ******/

.tx-powermail-pi1_formwrap_1798 #powermaildiv_uid365 label, .tx-powermail-pi1_formwrap_1798 #powermaildiv_uid366 label {
	float: none;
	width: auto;
	display: block;
	padding: 10px 0;
}
.tx-powermail-pi1_formwrap_1798 #uid365, .tx-powermail-pi1_formwrap_1798 #uid366 {
	width: 385px;
}
.tx-powermail-pi1_formwrap_1798 #powermaildiv_uid365 {
	padding: 15px 0 0 0;
}
.tx-powermail-pi1_formwrap_1798 #powermaildiv_uid366 {
	padding: 0 0 25px 0;
}
.date2cal_img_help {
	display: none;
}
.date2cal_img_cal {
	vertical-align: baseline !important;
}
/** User Register------------------------------------------------------------ */
.tx-srfeuserregister-pi1 h4 {
	margin-top: 0;
	padding-left: .3em;
}
.tx-srfeuserregister-pi1 legend {
	padding: 0 .5em;
	font-weight: bold;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	margin-bottom: 2em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-registerlink {
	color: #6C6C6C;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-registerlink:hover {
	color: #ffe900;
}
.tx-srfeuserregister-pi1 label {
	margin: 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 label span {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #ff0000;
}
.tx-srfeuserregister-pi1-text {
	margin: 0;
	padding: 0 .5em 0 0;
	width: 265px;
}
.tx-srfeuserregister-pi1 input[type=password] {
	margin-right: 1em;
}
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] {
	background-color: transparent;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	margin-left: 1em;
	background-color: transparent;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
	cursor: pointer;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	padding-left: 15px;
	background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: .8em;
	margin-left: 1em;
}
.tx-srfeuserregister-pi1 ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
	list-style-type: none;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin: 0 0 .3em 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label {
	margin: 0;
	padding: 0 0 0 .5em;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
	float: left;
	padding: 0 2em 0 0;
	margin: 0;
}
.tx-srfeuserregister-pi1 dl {
	margin: 0;
	padding: 1em 0 0 0;
}
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}
.tx-srfeuserregister-pi1 dt {
	clear: both;
	width: 150px;
	padding-right: 1em;
}
.tx-srfeuserregister-pi1 dt.tx-srfeuserregister-pi1-notice {
	clear: both;
	width: 70px;
	padding-right: 0;
	display: block;
}
.tx-srfeuserregister-pi1 dd {
	text-align: left;
	width: 300px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
	width: auto;
	padding-right: 0;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
	width: auto;
}
.tx-srfeuserregister-pi1-error {
	padding: 0;
}
.tx-srfeuserregister-pi1 dd label {
	padding: 0 1em 0 .5em;
}
.tx-srfeuserregister-pi1-radio {
	border: none !important;
}
.tx-srfeuserregister-pi1-submit {
	background: transparent url(../img/arrows-blue.png) no-repeat scroll 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 12px;
	text-align: left;
}
#tx-srfeuserregister-pi1-static_info_country {
	width: 275px;
}
#tx-srfeuserregister-pi1-zip {
	width: 60px;
}
#tx-srfeuserregister-pi1-city {
	width: 190px;
	margin: 0 0 0 4px;
}
#tx-srfeuserregister-pi1-address {
	width: 200px;
}
#tx-srfeuserregister-pi1-tx_magexpandfeuser_house_number {
	width: 50px;
	margin: 0 0 0 4px;
}
.tx-srfeuserregister-pi1-loginbutton {
	background: transparent url(../img/arrows-grey.png) no-repeat scroll 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 12px;
	text-align: left;
}
.tx-srfeuserregister-pi1-submit:hover, .tx-srfeuserregister-pi1-loginbutton:hover, .tx-srfeuserregister-pi1-submit:active, .tx-srfeuserregister-pi1-loginbutton:active {
	background-image: url(../img/arrows-black.png);
}
/** FE Login------------------------------------------------------------ */
.felogin_forgot a {
	font-size: 10px !important;
	color: #6C6C6C;
}
.felogin_forgot a:hover {
	color: #000;
}
.tx-felogin-pi1 label {
	display: block;
	padding: 7px 0 2px;
}
.felogin-submit {
	background: transparent url(../img/arrows-grey.png) no-repeat scroll 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	margin: 10px 0;
	padding: 0 0 0 12px;
	text-align: left;
	font-weight: bold;
}
.tx_felogin-logout .felogin-submit {
	background: transparent url(../img/arrows-small-grey.png) no-repeat scroll 0 5px;
	font-weight: normal;
	padding: 0 0 0 7px;
}
.tx_felogin-logout .felogin-submit:hover, .tx_felogin-logout .felogin-submit:active {
	background: transparent url(../img/arrows-small-blue.png) no-repeat scroll 0 5px;
}
.felogin-submit:hover, .felogin-submit:active {
	background-image: url(../img/arrows-blue.png);
}
.tx-felogin-pi1 h2 {
	padding: 0 0 10px;
}
#context .tx-felogin-pi1 label {
	padding: 2px 0;
	font-size: 11px;
	color: #6C6C6C;
}
#context .tx-felogin-pi1 h3 {
	padding: 0 0 8px 0;
}
.felogin-password, .felogin-user {
	width: 174px;
}
#context .felogin-password, #context .felogin-user {
	width: 174px;
}
.tx-felogin-pi1 p em {
	font-style: normal;
	font-weight: bold;
}
/** Worldmap------------------------------------------------------------ */
.tx-magworldmap-pi1 {
	text-align: left;
	font-size: 11px;
	padding-left: 20px;
}
.tx-magworldmap-pi1 form {
	width: 400px;
}
.tx-magworldmap-pi1 .continentbox {
	background: #ffffff;
	border: 1px solid #6C6C6C;
	width: 200px;
	min-width: 200px;
	display: none;
}
.tx-magworldmap-pi1 .continentbox ul {
	padding: 6px 4px 8px 8px;
}
.tx-magworldmap-pi1 .continentbox ul li {
	padding-bottom: 2px;
}
.tx-magworldmap-pi1 .continentboxtop {
	background: #6C6C6C;
	padding: 4px 4px 6px 8px;
}
.tx-magworldmap-pi1 .continentboxtop h2 {
	color: #ffffff;
	font-size: 12px;
	padding: 0;
	font-weight: bold;
	float: left;
	line-height: 1;
}
.tx-magworldmap-pi1 .continentboxtop .cancelimg {
	float: right;
	cursor: pointer;
}
.tx-magworldmap-pi1 .tx_magworldmap_pi1_select {
	margin-right: 10px;
	height: 20px;
	font-size: 11px;
}
.tx-magworldmap-pi1  area {
	cursor: pointer;
}
.tx-magworldmap-pi1 .tx_magworldmap_pi1_submit {
	background: transparent url(../img/arrows-blue.png) no-repeat 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-align: left;
	vertical-align: middle;
}
.tx-magworldmap-pi1 .tx_magworldmap_pi1_submit:hover, .tx-magworldmap-pi1 .tx_magworldmap_pi1_submit:active {
	background-image: url(../img/arrows-black.png);
}
/** dam downloads-------------------------------------------------------------------*/
.dam_downloads_browseresults {
	padding: 10px 0;
}
.tx-damdownloads-pi1-subcat {
	margin-top: 10px;
	color: #6c6c6c;
}
.dam_downloads_submit {
	background: transparent url(../img/arrows-grey.png) no-repeat 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-align: left;
	vertical-align: bottom;
}
#content .tx-damdownloads-pi1-list {
	margin: 0 0 15px !important;
}
#content .tx-damdownloads-pi1-list li {
	background: none;
	padding: 0 !important;
}
.tx-damdownloads-pi1-list {
	list-style-type: none;
	padding: 0 !important;
}
.tx-damdownloads-pi1-item {
	background: none;
	min-height: 20px;
}
.tx-damdownloads-pi1-item dd {
	min-height: 10px;
}
.tx-damdownloads-pi1-title, .tx-damdownloads-pi1-description, .tx-damdownloads-pi1-filesize, .tx-damdownloads-pi1-dl-link {
	display: inline-block;
}
.tx-damdownloads-pi1-doc {
	vertical-align: middle;
	float: right;
	background-color: #FFF;
	padding: 3px 5px;
	height: 16px;
}
.tx-damdownloads-pi1-item dt {
	padding: 0;
	width: 510px;
	background: url(../img/dotted-line-grey.png) repeat-x 0 80%;
	position: relative;
}
.tx-damdownloads-pi1-title b {
	padding: 0 5px 5px 0;
	background-color: #FFF;
}
.tx-damdownloads-pi1-description {
	color: #6C6C6C;
	font-size: 10px;
	width: 510px;
}
.tx-damdownloads-pi1-image {
	background-color: #FFF;
	width: 65px;
	float: right;
}
.tx-damdownloads-pi1-filesize {
	background-color: #FFF;
	color: #BEBEBE;
	float: right;
	padding: 2px 5px;
	text-align: right;
}
.tx-damdownloads-pi1-dl-link {
	width: 50px;
	text-align: right;
}
.tx-damdownloads-pi1-title {
	position: absolute;
	bottom: 0;
	left: 0;
}
.tx-damdownloads-pi1-title a {
	color: #000;
}
.tx-damdownloads-pi1-title a:hover {
	color: #6C6C6C;
}
.tx-damdownloads-pi1-withimages .tx-damdownloads-pi1-filesize {
	position: absolute;
	bottom: 0;
	right: 65px;
}
.tx-damdownloads-pi1-withimages .tx-damdownloads-pi1-item dt {
	background-position: 0 95%
}
.tx-damdownloads-pi1-wrap {
	display: none;
}
/* in news list view */
.news-list-item .tx-damdownloads-pi1-header, .news-list-item .tx-damdownloads-pi1-list, .news-list-item .tx-damdownloads-pi1-list li, .news-list-item .tx-damdownloads-pi1-list dl, .news-list-item .tx-damdownloads-pi1-list dt {
	display: inline;
	float: left;
}
.news-list-item .tx-damdownloads-pi1-title, .news-list-item .tx-damdownloads-pi1-description, .news-list-item .tx-damdownloads-pi1-filesize, .news-list-item .tx-damdownloads-pi1-dl-link {
	display: none;
}
.news-list-item .tx-damdownloads-pi1-item dt {
	background: none;
}
.news-list-item .tx-damdownloads-pi1-list li {
	width: 22px;
}
.news-list-item .tx-damdownloads-pi1-doc {
	float: none;
}
/** Fancybox------------------------------------------------------------ */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: 0;
	right: -5px;
	height: 30px;
	width: 30px;
	background: url('../img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 19981;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 222;
	display: none;
	outline: none;
	overflow: hidden;
	background-image: url("data:image/gif;base64,AAAA");
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancybox/fancy_left.gif') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancybox/fancy_right.gif') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
	width: 600px;
}
div#fancy_title div {
	color: #000;
	font: 12px/1.2 Tahoma, Verdana, Geneva, sans-serif;
	padding: 5px 0;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	vertical-align: middle;
	background-color: #fff;
	padding: 0 1px 1px 1px;
}
td#fancy_title_left {
	height: 20px;
}
td#fancy_title_main {
	height: 20px;
}
td#fancy_title_right {
	height: 20px;
}
/** Tabellen------------------------------------------------------------ */
.contenttable-1 thead {
	background: #ffe000;
}
.contenttable-1 caption {
	padding-bottom: 5px;
}
.contenttable-1 th {
	padding: 3px 5px;
	border: solid 1px #000;
}
.contenttable-1 {
	border: solid 1px #000;
}
.contenttable-1 td {
	border: solid 1px #000;
	padding: 3px 5px;
}
/** Indexed Search------------------------------------------------------------ */
.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
	float: left;
	width: 225px;
}
.tx-indexedsearch-searchbox-button {
	background: transparent url(../img/arrows-blue.png) no-repeat scroll 0 2px;
	border: none;
	color: #6C6C6C;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 3px 10px;
	padding: 0 0 0 12px;
	text-align: left;
}
.tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch-searchbox-button:active {
	background-image: url(../img/arrows-black.png);
}
.tx-indexedsearch-whatis {
	clear: both;
}
.tx-indexedsearch .browsebox {
	margin: 0 0 15px 0 !important;
}
.tx-indexedsearch .browsebox li {
	display: inline;
	background: none !important;
	padding: 0 !important;
}
.tx-indexedsearch .browsebox li a {
	padding: 0 15px 0 0;
}
.tx-indexedsearch-rating {
	float: right;
}
.wtgallery_pagebrowser_list li {
	display: inline;
}
.tx-indexedsearch-title {
	background: none !important;
	padding: 0 0 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
	border-bottom: 1px dotted #BEBEBE;
	margin: 0 0 15px;
}
.tx-indexedsearch-descr {
	padding: 0 0 15px;
}
.tx-indexedsearch-redMarkup {
	color: #ff0000;
}
a.tag1 {
	font-size: 0.7em;
	color: #6c6c6c;
}
a.tag2 {
	font-size: 0.8em;
	color: #6c6c6c;
}
a.tag3 {
	font-size: 0.9em;
	color: #6c6c6c;
}
a.tag4 {
	font-size: 1.0em;
	color: #6c6c6c;
}
a.tag5 {
	font-size: 1.2em;
	color: #6c6c6c
}
a.tag6 {
	font-size: 1.4em;
	color: #6c6c6c;
}
a.tag7 {
	font-size: 1.6em;
	color: #6c6c6c;
}
a.tag8 {
	font-size: 1.8em;
	color: #6c6c6c;
}
a.tag9 {
	font-size: 2.2em;
	color: #6c6c6c;
}
a.tag10 {
	font-size: 2.5em;
	color: #6c6c6c;
}
a.tag1:hover, a.tag2:hover, a.tag3:hover, a.tag4:hover, a.tag5:hover, a.tag6:hover, a.tag7:hover, a.tag8:hover, a.tag9:hover, a.tag10:hover {
	color: #ffe900;
	text-decoration: none;
}
/** Sitemap------------------------------------------------------------ */
.sitemap {
}
.sitemap .csc-sitemap li {
	border-top: none !important;
	float: left;
	padding: 2px 0;
	width: 145px;
}
.sitemap .csc-sitemap li li {
	width: 130px;
	padding: 2px 0;
}
.sitemap .csc-sitemap a:hover {
	text-decoration: underline;


}
.sitemap .csc-sitemap ul a {
	padding-left: 12px !important;
	background: url("../img/arrows-blue.png") no-repeat 0 6px !important;
}
.sitemap .csc-sitemap ul ul a {
	padding-left: 9px !important;
	background: url("../img/arrows-small-grey.png") no-repeat 0 9px !important;
}
.sitemap .csc-sitemap ul ul ul a {
	background-position: 9px 9px !important;
	padding-left: 19px !important;
}
.sitemap .csc-sitemap li.restricted a {
	background: url("../img/lock.png") no-repeat  0 1px !important;
	padding-left: 20px !important;
}
.sitemap .csc-sitemap li li li.restricted a {
	background: url("../img/lock.png") no-repeat  8px 1px !important;
	padding-left: 30px !important;
}
.sitemap .csc-sitemap a {
	text-decoration: underline;
	color: red;

}
.tx-damdownloads-pi1 {
	margin: 0 0 10px;
}
.tx-damdownloads-pi1 h2 {
	border-top: 1px dotted #BEBEBE;
	cursor: pointer;
	margin: 10px 0 0;
	padding: 10px 0 0;
	background: url("../img/arrows-small-grey.png") no-repeat 50% 20px;
}
.tx-damdownloads-pi1 h2.selected {
	background: url("../img/arrows-small-grey.png") no-repeat 50% -438px;
}
input[type="checkbox"] {
	width: auto;
	background: none !important;
	border: none !important;
}
input[type="submit"]:hover {
	color: #000 !important;
}
#emotional {
	margin-top: 0;
}
.tracking {
	display: none;
}
/* RTE */
#border p.header-arrow, #content p.header-arrow, #context p.header-arrow {
	font-size: 13px;
	font-weight: bold;
	color: #6C6C6C;
	padding: 0 0 1em 10px;
	background: url("../img/arrows-blue.png") no-repeat 0 3px;
}
#context p.header-arrow a, #context p.header-arrow a:hover, #border p.header-arrow a, #border p.header-arrow a:hover, #content p.header-arrow a, #content p.header-arrow a:hover {
	color: #ffe900;
}
.tabellen-design {
	border: 1px solid #000;
	width: 100%;
}

#content .tabellen-design {
	border: 1px solid #fff;
	width: 100%;
}
*+html #content .tabellen-design {
	margin-top: 30px;
}
.tabellen-design th {
	color: #000;
	background-color: #d1d1d1;
	text-align: left;
	border: 1px solid white;
	/*font-weight: 400;
*/
	padding: 3px 5px;
}
.tabellen-design td {
	background-color: #ececec;
	padding: 3px 5px;
	border: 1px solid white;
}
.infobox {
	background-color: #EEEEEE;
	padding: 10px;
}
.csc-textpic-intext-left img {
	padding: 3px 0 0;
}
.home #border {
	margin: 15px 0 0 -430px;
}
.home h1 {
	padding: 6px 0 1em;
}
table.typo3-editPanel {
	border: none;
	background-color: #fff;
	width: auto;
}
table.typo3-editPanel TD.typo3-editPanel-controls {
	border: 1px solid #ccc;
	background-color: #fff;
}
.csc-caption {
	color: #6C6C6C;
}
/* rootline */
#content ul#rootline {margin: -15px 0 25px;}
#content ul#rootline li {background: none; color: #888; float: left;padding:0 0 0 7px;}

#content ul#rootline li.first {padding: 0;}
#content ul#rootline li.first a,
#content ul#rootline li.first a:hover {background: none; padding: 0;}

#content ul#rootline li.last {background:url("../img/arrows-small-grey.png") no-repeat 7px 6px;padding:0 0 0 17px;}
#content ul#rootline li a {background: url("../img/arrows-small-grey.png") no-repeat 0 4px;color: #888; padding: 0 0 0 10px; text-decoration: none;}
#content ul#rootline li a:hover {background: url("../img/arrows-small-blue.png") no-repeat 0 4px; color: #000;}

#content a.mehrlink, #context a.mehrlink, #border a.mehrlink, #footercontent a.mehrlink {
	background: transparent url(../img/arrows-small-blue.png) no-repeat 2px 4px;
	color: #6C6C6C;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#content a.mehrlink:hover, #context a.mehrlink:hover, #border a.mehrlink:hover, #footercontent a.mehrlink:hover {
	color: #000000;
	background-image: url(../img/arrows-small-grey.png);
}
#content a.mehrlink-noarrow, #context a.mehrlink-noarrow, #border a.mehrlink-noarrow, #footercontent a.mehrlink-noarrow {
	color: #6C6C6C;
	text-decoration: none;
}
#content a.mehrlink-noarrow:hover, #context a.mehrlink-noarrow:hover, #border a.mehrlink-noarrow:hover, #footercontent a.mehrlink-noarrow:hover {
	color: #000000;
}

