/********************* General styles BEGIN *********************/
html, body {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
}


.clearer {
float:none;
clear:both;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/.clearfix {display: block;} /* End hide from IE Mac */

.sprite,.sprite li a,.sprite a {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}


/* --- header /begin --- */
#header {
	width:960px;
	height:90px;
	background:url(../images/relaunch/header-general-bg.gif) top left no-repeat;
}

#header .inner {
	position:relative;
	height:56px;
}
/* --- header /end --- */


/* --- logo /begin --- */
h1#logo {
	position:absolute;
	top:12px;
	left:36px;
	padding:0;
	border:0;
	margin:0;
	background:url(../images/relaunch/logo.gif) top left no-repeat;
}

h1#logo a {
	display:block;
	width:177px;
	height:35px;
	background:transparent;
}
/* --- logo /end --- */


/* --- navLang /begin --- */
#navLang {
	display:block;
	position:absolute;
	padding:5px 0 3px 0;
	margin:0 5px 0 0;
	top:4px;
	right:0;
	text-align:right;
	list-style:none;
	font-size:11px;
	line-height:normal;
	font-family:arial, verdana, sans-serif;
}

#navLang li {
	float:left;
	padding:0 5px 0 0;
	margin-right:5px;
}

#navLang li a {
	color:#172F6A;
	text-decoration:none;
}

#navLang li a:hover {
	text-decoration:underline;
}

#navLang li.act {
	/*font-weight:bold;*/
}

#navLang li.first {
	background:url(../images/relaunch/list-item-bg.gif) right 2px no-repeat;
}
/* --- navLang /end --- */


/* --- navMain /begin --- */
#navMain {
	width:800px;
	height:24px;
	z-index:999;
	font-family:arial, verdana, sans-serif;
	background:#fedc8a;
}

#navMain {
	!margin-top:-2px;
}

/*first menu area */
#navMain .no, #navMain .act {
	display:block;
	margin:0 20px 0 20px;
	float:left;
}

* html #navMain .no, * html #navMain .act {
	width:1%;
}

#navMain .divider {
	display:block;	
	width:1px;
	height:15px;
	margin:6px 0 0;
	font-size:1px;
	float:left;
	background:#333333;
}

#navMain .no a, #navMain .act a {
	display:block;
	padding:4px 0 0 0;
	font-size:13px;
	color:#363636;
	font-weight:normal;
	text-decoration:none;
	outline-width:0px;
	white-space:nowrap;
}

#navMain .act a {
	color:#102a6c;
    font-weight:bold;
}

#navMain .no a:hover {
	color:#102a6c;
}

/*second menu area */ 
.second {
	display:block;
	float:left;
	border:solid 1px #aaaaaa;
	text-align:left;
	background:#cce2ed;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
}

.second .no, .second .act, .second .sub {
	display:block;
	text-align:left;
	line-height:20px;
}

* html .second .no, * html .second .act, * html .second .sub {
	width:120px;
}

.second .sub {
	padding-right:15px;
	background-image:url(../images/ifsub.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.second .no a, .second .act a, .second .sub a {
	display:block;
	width:100%;
	margin-right:10px;
	color:#363636;
	font-weight:normal;
	text-decoration:none;
	outline-width:0;
	line-height:20px;
	text-indent:10px;
	white-space:nowrap; 
	text-align:left;
}

.second .act a, .second .no a:hover, .second .sub a:hover {
	color:#ffffff;
	background:#FFBD21; 
}

/*second menu area */
.third {
	display:block;
	float:left;
	background:#cce2ed;
	border:solid 1px #aaaaaa;
	text-align:left;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
}

.third .no, .third .act {
	display:block;
	text-align:left;
	line-height:20px;
}

* html .third .no, * html .third .act {
	width:30px;
}

.third .no a, .third .act {
	display:block;
	padding-right:10px;
	font-size:12px;
	color:#363636;
	font-weight:normal;
	text-decoration:none;
	outline-width:0;
	line-height:20px;
	text-indent:10px;
	white-space:nowrap;
}

.third .act a, .third .no a:hover {
	color:#ffffff;
	background:#FFBD21; 
}
/* --- navMain /end --- */


/* --- searchBox /begin --- */
#searchBox {
	position:absolute;
	width:auto;
	top:30px;
	margin-left:765px;
}

#body-head-search {
	display:inline;
	height:40px;
	margin:0;
	right:5px;
	float:left;
	float:right;
	clear:right;
	background-repeat:no-repeat;
}

.body-head-search-text {
	display: block;
	width:40px;
	padding-left:4px;
	font-size:11px;
	color:#363636;
	font-weight: normal;
	text-decoration:none;
	line-height:20px;
	float:left;
}

.body-head-search-input input {
	display:block;
	width:108px;
	padding:0;
	margin-left:6px;
	font-size:11px;
	color:#363636;
	float: left;
}

.body-head-search-button {
	display:block;
	margin-left:3px;
	float:left;
}

.body-head-search-button input {
	width:auto;
	padding:0;
}
/* --- searchBox /end --- */







#body-wrapper {
	background:#fff;
	width:960px;
	margin: 0 auto;	
}

#body-content {
	width: 960px;
	text-align: left;
	display: block;
}

#body-middle {
	display: block;
	background-color: #ffffff;
}


#body-bottom { 
	width: 954px; 
	background-color: #DEDCDC; 
	display: block; 
	min-height: 40px; 
	float: left; 
	margin-left: 1px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	padding: 2px; 
}
#body-bottom {
	*width: 952px; 
} 

#body-bottom-text p.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	text-align: center;
}
#body-bottom-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D59509;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	outline-width:0px;
}

* html #body-content {
	height: 880px;
}
/*
#body-head-wrapper {
	height:82px;
	background:url(../images/relaunch/header-general-bg.gif) top left no-repeat;
}
*/
#body-head {
	display: block;
	height: 78px;
/*	height:58px;*/
	background:url(/fileadmin/templates/mangold_international/images/header-oben2.gif);
}


#body-head a {
	text-decoration:none;
	outline-width:0px;
	display: block;
	height: 78px;
	width:250px;
	float:left;
}
#body-head-2 {
	display: block;
	height: 5px;
	margin:0px;
	padding:0px;
}
#body-head-2 a {
	outline-width:0px;
}

#body-head-1 {

	margin:0px;
	height: 24px;
	display: block;
	width: 960px;
}

#body-head-menu {
	display: block;
	padding-top: 0px;
	padding-left: 20px;
	float: left;
	width: 940px;
	height:24px;
    /* background-color:#FFC43C;	*/
     background: #fddf91;
}

#body-head-lang-text {
	right:5px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	text-decoration:none;
	/*width: 40px;*/
	line-height: 20px;
	float: right;
	padding-left: 4px;
}

#body-head-lang-text div {
	float:left;
	margin:0 5px;
	color:#172f6a;
}

#body-head-lang-text div a{
	text-decoration:none;
	color:#172f6a;
	width: auto;
	height:auto;
}


#body-head-lang {
	display: none;
      top:-90px;
	left:865px;
	height:1px;

}
* html #body-head-lang {
	left:6px;
}

#body-head-search {
	/*top:-70px;
	left: 700px;
	*/
	display: inline;
	padding-top: 0px;
	float: left;
	float:right;
clear:right;
	right:5px;
	height: 40px;
	background-repeat: no-repeat;
	margin:0px;
	margin-bottom:0px;
}

.body-head-search-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	display: block;
	text-decoration:none;
	width: 40px;
	line-height: 20px;
	float: left;
	padding-left: 4px;
}
.body-head-search-input INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	display: block;
	float: left;
	width: 108px;
	margin-left: 6px;
}
.body-head-search-button {
	display: block;
	margin-left: 3px;
	float: left;
}


#body-head-print {
	display: block;
	float: right;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top:10px;
}
* html #body-head-print {
	margin-right: 10px;
}


#body-menu-img {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

#body-menu-menu {
	margin:0px;
	padding:0px;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100%;
}

#body-menu-menu .body-menu-menu-1-no, #body-menu-menu .body-menu-menu-1-act {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left:20px;
	margin-right:20px;
}
* html #body-menu-menu .body-menu-menu-1-no, * html #body-menu-menu .body-menu-menu-1-act {
	width: 1%;
}

#body-menu-menu .body-menu-menu-1-no a, #body-menu-menu .body-menu-menu-1-act a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	font-weight:normal;
	text-decoration:none;
	outline-width:0px;
	white-space:nowrap;
}
#body-menu-menu .body-menu-menu-1-act a{
	color:#162B63;
     font-weight:bold;
}
#body-menu-menu .body-menu-menu-1-no a:hover{
	color:black;
     /* background-color: #FFBD21;*/
}


.body-menu-menu-2 {
	display: block;
	float: left;
	background-color: #cce2ed;
	border:solid 1px #aaaaaa;
	text-align: left;
}
.body-menu-menu-2-no, .body-menu-menu-2-act, .body-menu-menu-2-sub {
	display: block;
	text-align: left;
	line-height: 20px;
}

* html .body-menu-menu-2-no, * html .body-menu-menu-2-act,* html .body-menu-menu-2-sub {
	width: 120px;
}

.body-menu-menu-2-sub {
	background-image: url(../images/ifsub.gif);
	background-position: right;
  background-repeat: no-repeat;
  padding-right: 15px;
}



.body-menu-menu-2-no a, .body-menu-menu-2-act a, .body-menu-menu-2-sub a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	text-decoration:none;
	outline-width:0px;
	line-height: 20px;
	display: block;
	text-indent: 10Px;
	 margin-right:10px;
	white-space:nowrap; 
	text-align: left;
	width: 100%;
}


.body-menu-menu-2-act a{
	color:white;
background-color:#FFBD21; 
}
.body-menu-menu-2-no a:hover{
	color:white;
background-color:#FFBD21;
}
.body-menu-menu-2-sub a:hover{
	color:white;
background-color:#FFBD21;
}



.body-menu-menu-3 {
	display: block;
	float: left;
	background-color: #cce2ed;
	border:solid 1px #aaaaaa;
	text-align: left;
}
.body-menu-menu-3-no, .body-menu-menu-3-act {
	display: block;
	text-align: left;
	line-height: 20px;
}
* html .body-menu-menu-3-no,* html .body-menu-menu-3-act {
	width: 30px;
}

.body-menu-menu-3-no a, .body-menu-menu-3-act a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	text-decoration:none;
	outline-width:0px;
	line-height: 20px;
	display: block;
	text-indent: 10px;
	padding-right:10px;
	white-space:nowrap;
}
.body-menu-menu-3-act a{
	color:white;
background-color:#FFBD21; 
}
.body-menu-menu-3-no a:hover{
	color:white;
background-color:#FFBD21; 
}


#body-menu-menu .divider-white {
	display: block;
	float: left;
	background-color: #333333;
	width: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	height:15px;
	margin-top:3px;
	* height:16px;
}
* html #body-menu-menu .divider-white {
	margin-top:2px;
	line-height:17Px;
}


#title-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFB30D;
	float: right;
	font-weight: bold;
	padding-top: 8px;
}

#menu-left-area {
	top:0px;
	/*margin-top:-70px;*/
/*	margin-bottom:120px;*/
	display: block;
	width: 145px;
	padding-top: 0px;
	float: left;
}
#menu-left-area {
	*width: 150px;
}

#menu-left {
	display: block;
	padding-top: 21px;
	padding-left: 10px;
	
}


.menu-left-1-no a, .menu-left-1-no a:link, .menu-left-1-no a:visited, .menu-left-1-no a:active, .menu-left-1-no a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	line-height: 24px;
	text-align: left;
}
.menu-left-1-act a, .menu-left-1-act a:link, .menu-left-1-act a:visited, .menu-left-1-act a:active, .menu-left-1-act a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECA50B;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	line-height: 24px;
	text-align: left;
}
.menu-left-1-no a:hover {
	color: #ECA50B;
}

.divider-grey {
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DEDCDC;
	border-bottom-width: 1px;
}
.menu-left-2 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;

}

.menu-left-2-no a, .menu-left-2-no a:link, .menu-left-2-no a:visited, .menu-left-2-no a:active, .menu-left-2-no a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	text-align: left;
	line-height: 20px;
	padding-left: 15px;
}
.menu-left-2-act a, .menu-left-2-act a:link, .menu-left-2-act a:visited, .menu-left-2-act a:active, .menu-left-2-act a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECA50B;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	text-align: left;
	line-height: 20px;
	padding-left: 15px;
}
.menu-left-2-no a:hover {
	color: #ECA50B;
}

.menu-left-3 {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;

}

.menu-left-3-no a, .menu-left-3-no a:link, .menu-left-3-no a:visited, .menu-left-3-no a:active, .menu-left-3-no a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	text-align: left;
	line-height: 18px;
	padding-left: 25px;
}
.menu-left-3-act a, .menu-left-3-act a:link, .menu-left-3-act a:visited, .menu-left-3-act a:active, .menu-left-3-act a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECA50B;
	font-weight: normal;
	display: block;
	text-decoration:none;
	outline-width:0px;
	text-align: left;
	line-height: 18px;
	padding-left: 25px;
}
.menu-left-3-no a:hover {
	color: #ECA50B;
}


#body-middle-divider {
	display: block;
	float: left;
	background-color: #A0A0A0;
	width: 1px;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 250px;
	height: 100%;
}

#body-middle-divider {
	*height: 300px;
	*margin-left: 15px;
	*margin-right: 15px;
}

#content {
	margin-top:20px;
	margin-bottom:5px;
	width: 755px;
	display: block;
	float: left;
	clear:both;
	border-right-color: #DEDCDC;
	border-right-style: solid;
	border-right-width: 1px;
	margin-left: 15px;
	padding-left: 15px;
      padding-right: 15px;
}

#content {
	*padding-top: 0px;
	*width: 745px;
	*margin-left: 8px;
}

#content-start {
	width: 100%;
	display: block;
	float: left;
	margin-top:20px;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 5px;

}

#content-start {
	*margin-left: 8px;
}


#content-1col {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	
}



#content-1col-middle-text {
	width: 760px;
	min-height: 400px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left; 
}
#content-1col-start-text {
	width: 100%;
	min-height: 400px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left; 
}

#content-1col-start-left {
	width: 170px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFB50E;
	
}
#content-1col-start-middle {
	width: 540px;
	display: block;
	margin-left: 10px;
	padding-right: 10px;
	float: left; 
}

#content-1col-start-right {
	width: 172px;
	display: block;
	
	padding-left: 10px;
	float: left; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFB50E;
	
	
}

#content-1col-footer {
	width: 910px;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	float: left; 
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB50E;
}



#content-1col-middle-text p.bodytext, #content-1col-start-text p.bodytext,
#content-1col-start-left p.bodytext, #content-1col-start-middle p.bodytext, #content-1col-start-right p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#content-1col-start-left .csc-textpic-caption {
	display: none;
}





#content-1col-middle-text ul li, #content-1col-start-text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 4px;
}

#content-1col-middle-text ol {
	padding-left:18px;
}

#content-1col-middle-text ol li {
	margin-bottom:4px;
}


#content-1col-middle-text ol ul li,
#content-1col-middle-text ul ul li {
	margin-bottom:2px;
}

#content-1col-middle-text ul, #content-1col-start-text ul {
	margin-bottom: 10px;
}


#content-1col-middle-text ul, #content-1col-start-text ul {
	padding-left: 15px;
}

#content-1col-middle-text .csc-textpic-intext-left-nowrap .csc-textpic-text {
	display: block;
	margin-left: 10px;
	padding: 0px;
}

#content-1col-middle-text h1,#content-1col-middle-text .csc-header h1, #content-1col-middle-text .csc-textpicHeader h1, #content-1col-start-text .csc-header h1, #content-1col-start-text .csc-textpicHeader h1, 
#content-1col-start-left .csc-header h1, #content-1col-start-left .csc-textpicHeader h1, #content-1col-start-left .csc-header h1, #content-1col-start-left .csc-textpicHeader h1,
#content-1col-start-middle .csc-header h1, #content-1col-start-middle .csc-textpicHeader h1, #content-1col-start-middle .csc-header h1, #content-1col-start-middle .csc-textpicHeader h1,
#content-1col-start-right .csc-header h1, #content-1col-start-right .csc-textpicHeader h1, #content-1col-start-right .csc-header h1, #content-1col-start-right .csc-textpicHeader h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ECA50B;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
#content-1col-middle-text  h2, 
#content-1col-middle-text .csc-header h2, 
#content-1col-middle-text .csc-textpicHeader h2,
#content-1col-start-text .csc-header h2, 
#content-1col-start-text .csc-textpicHeader h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ECA50B;
	display: block;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content-1col-start-left h2,
#content-1col-start-left .csc-header h2,
#content-1col-start-left .csc-textpicHeader h2,
#content-1col-start-left .csc-header h2,
#content-1col-start-left .csc-textpicHeader h2,
#content-1col-start-right .csc-header h2,
#content-1col-start-right .csc-textpicHeader h2,
#content-1col-start-right .csc-header h2,
#content-1col-start-right .csc-textpicHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECA50B;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 2px;
}

#content-1col-footer .csc-header h2, #content-1col-footer .csc-textpicHeader h2, #content-1col-footer .csc-header h2, #content-1col-footer .csc-textpicHeader h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECA50B;
	display: block;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 16px;
}
#content-1col-start-left .csc-header h2, #content-1col-start-left .csc-textpicHeader h2, #content-1col-start-left .csc-header h2, #content-1col-start-left .csc-textpicHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECA50B;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 16px;
}


#content-1col-middle-text .csc-header h1.csc-firstHeader,#content-1col-start-text .csc-header h1.csc-firstHeader,
#content-1col-start-left .csc-header h1, #content-1col-start-left .csc-textpicHeader h1, #content-1col-start-left .csc-header h1, #content-1col-start-left .csc-textpicHeader h1,
#content-1col-start-middle .csc-header h1, #content-1col-start-middle .csc-textpicHeader h1, #content-1col-start-middle .csc-header h1, #content-1col-start-middle .csc-textpicHeader h1,
#content-1col-start-right .csc-header h1, #content-1col-start-right .csc-textpicHeader h1, #content-1col-start-right .csc-header h1, #content-1col-start-right .csc-textpicHeader h1 {
	margin-top: 0px;
}


#content-1col-middle-text a,#content-1col-middle-text a:active, #content-1col-middle-text a:visited,#content-1col-middle-text a:focus,#content-1col-middle-text a:link, #content-1col-middle-text a:hover, #content-1col-start-text a,#content-1col-start-text a:active, #content-1col-start-text a:visited,#content-1col-start-text a:focus,#content-1col-start-text a:link, #content-1col-start-text a:hover,
#content-1col-start-left a,#content-1col-start-left a:active, #content-1col-start-left a:visited,#content-1col-start-left a:focus,#content-1col-start-left a:link, #content-1col-start-left a:hover,
#content-1col-start-middle a,#content-1col-start-middle a:active, #content-1col-start-middle a:visited,#content-1col-start-middle a:focus,#content-1col-start-middle a:link, #content-1col-start-middle a:hover,
#content-1col-start-right a,#content-1col-start-right a:active, #content-1col-start-right a:visited,#content-1col-start-right a:focus,#content-1col-start-right a:link, #content-1col-start-right a:hover,
#content-1col-footer a,#content-1col-footer a:active, #content-1col-footer a:visited,#content-1col-footer a:focus,#content-1col-footer a:link, #content-1col-footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color:#ECA50B;*/
/*	color:#172f6a;*/
color:#1640c0;
/*	font-weight: bold;*/
	line-height: 16px;
/*	text-decoration: none;*/
	outline-width:0px;
}

#content-1col-middle-text a:hover, #content-1col-start-text a:hover,
#content-1col-start-left a:hover, #content-1col-start-middle a:hover,
#content-1col-start-right a:hover, #body-bottom-text a:hover {
	text-decoration:underline;
color:#255bff;
}



#content-1col-middle-text hr, #content-1col-start-text hr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FCB825;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	display: block;
	clear: both;
	margin-top: 10px;
	width: 100%;

}
#content-1col-start-left hr{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFB50E;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	display: block;
	clear: both;
	margin-top: 10px;
	width: 160px;
}

.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
	outline-width:0px;
	padding-top: 5px;
}


.csc-frame-invisible {
	display: block;
	clear: both;
	width: 580px;
}


.csc-uploads, .csc-uploads p, .csc-uploads-icon, .csc-uploads-fileName, .csc-uploads-fileSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161C58;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
}

.tx-newloginbox-pi1, .tx-newloginbox-pi1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}



.tx-jppageteaser-pi1 {
	padding-top: 20px;
}



.tx-jppageteaser-pi1-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	display: block;
	font-weight: bold;
} 

#content-1col-footer .tx-jppageteaser-pi1-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECA50B;
	display: block;
	font-weight: normal;
	margin-bottom: 1px;
} 
#content-1col-footer .tx-jppageteaser-pi1 {
	padding-top: 10px;
}
#content-1col-footer  .tx-jppageteaser-pi1-link a{
	padding-top: 5px;
	display: block;

}


.tx-jppageteaser-pi1-text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	display: block;
	font-weight: normal;
	padding-top: 3px;
} 

#content-1col-footer .tx-jppageteaser-pi1-image {
	display: block;
	width: 172px;
	padding: 0px;
	margin: 0px;
}

#content-1col-footer .tx-jppageteaser-pi1-subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	display: block;
	font-weight: normal;
	padding-top: 3px;
}

.tx-indexedsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	display: block;
	font-weight: normal;
} 

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#161C58; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#363636; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

#content-1col-middle-text .tx-indexedsearch-browselist-currentPage a{font-weight: bold;}



/********************* tt_news BEGIN *********************/

#content-1col-middle-text .news-latest-container, #content-1col-middle-text .news-list-container,#content-1col-middle-text .news-single-item, #content-1col-middle-text  .news-amenu-container,
#content-1col-start-middle .news-latest-container, #content-1col-start-middle .news-list-container,#content-1col-start-middle .news-single-item, #content-1col-start-middle  .news-amenu-container,
#content-1col-start-right .news-latest-container, #content-1col-start-right .news-list-container,#content-1col-start-right .news-single-item, #content-1col-start-right  .news-amenu-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #161C58;
	font-weight: normal;
	outline-width:0px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#content-1col-middle-text .news-latest-item .news-latest-title a, #content-1col-middle-text .news-list-item .news-list-title a,
#content-1col-start-middle .news-latest-item .news-latest-title a, #content-1col-start-middle .news-list-item .news-list-title a,
#content-1col-start-right .news-latest-item .news-latest-title a, #content-1col-start-right .news-list-item .news-list-title a {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ECA50B;
	font-weight: bold;
	outline-width:0px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#content-1col-middle-text .news-latest-item .news-latest-title a:hover, #content-1col-middle-text .news-list-item .news-list-title a:hover,
#content-1col-start-middle .news-latest-item .news-latest-title a:hover, #content-1col-start-middle .news-list-item .news-list-title a:hover,
#content-1col-start-right .news-latest-item .news-latest-title a:hover, #content-1col-start-right .news-list-item .news-list-title a:hover {
	text-decoration:underline;
}


#content-1col-middle-text .news-latest-item .news-latest-title a, #content-1col-middle-text .news-list-item .news-list-title a {
	display: block;
	padding-bottom: 10px;
}

#content-1col-middle-text .news-single-files,
#content-1col-start-middle .news-single-files,
#content-1col-start-right .news-single-files {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFB30D;
	font-weight: normal;
	outline-width:0px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	
}

#content-1col-middle-text .news-single-files dt,
#content-1col-start-middle .news-single-files dt,
#content-1col-start-right .news-single-files dt {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#content-1col-middle-text .news-single-files a,
#content-1col-start-middle .news-single-files a,
#content-1col-start-right .news-single-files a {
	padding-left: 4px;
	top: -50px;
	
}

#content-1col-middle-text .news-single-item-title,
#content-1col-start-middle .news-single-item-title,
#content-1col-start-right .news-single-item-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFB30D;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
#content-1col-middle-text ul li.news-amenu-item-year,
#content-1col-start-middle ul li.news-amenu-item-year,
#content-1col-start-right ul li.news-amenu-item-year {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #363636;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 0px;
	list-style-type: none;
	left: -40px;

}
#content-1col-middle-text .news-list-item-title,
#content-1col-start-middle .news-list-item-title,
#content-1col-start-right .news-list-item-title {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 21px;
	background-color: #FFB30D;
}


#content-1col-middle-text .news-list-item-title p,
#content-1col-start-middle .news-list-item-title p,
#content-1col-start-right .news-list-item-title p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #161C58;
	font-weight: bold;
	margin: 0px;
	padding-left: 3px;
}

#content-1col-start-middle .news-list-item-title {
	display: none;
	visibility: hidden;
}

#content-1col-start-right .news-list-title {
	display: block;
}



#content-1col-start-right .news-list-item p.bodytext, #content-1col-start-right .news-list-item a, #content-1col-start-right .news-list-item .news-list-title a{
	font-size: 11px;
	line-height: 12px;
}


#content-1col-start-right .news-list-item p.bodytext {

display: inline;
clear: both;
}


/********************* tt_news END *********************/

/********************* nf_downloads BEGIN *********************/
.tx-nfdownloads-pi1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	outline-width:0px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;

}

.tx-nfdownloads-pi1 .tr-0 p{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ECA50B;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-bottom: 2px;

}

.tx-nfdownloads-pi1 .tr-odd p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.tx-nfdownloads-pi1 .tr-odd .description {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #8E8E8D;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/********************* nf_downloads END *********************/

.csc-mailform {
        border-style: none;
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

.csc-mailform-field {
      display: block;
      padding-top: 5px;
      width: 550px; 
}

.csc-mailform-field .csc-mailform-label {
	font-weight: bold;
	display: block;
	float: none;
}

.csc-mailform-field label {
        display: block;
        width: 200px;
        float: left;
}
.csc-mailform-radio {
	display: block;
	
}
.csc-mailform-radio fieldset {
 	border-style: none;
 	left: 0px;
 	display: block;
 	
}
.csc-mailform-radio fieldset legend {
       visibility: hidden;
       display: none;
}


.csc-mailform-radio fieldset input {
	display: block;
 	float: left;
	clear: left;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}


.csc-mailform-radio fieldset label {
	display: block;
 	width: 300px;
 	line-height: 20px;
}


table.table-3-columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
      width:100%;
border-collapse:collapse;
border-right: 1px dashed #C0C0C0;
border-left: 1px dashed #C0C0C0;
border-top: 1px dashed #C0C0C0;
border-bottom: 1px dashed #C0C0C0;


}

table.table-3-columns.td.CellBorderRight {
	border: 1px dashed #C0C0C0;
width:33%;
}

table.table-3-columns.zelleBlau {
	background-color: #2d69a9;
	color: white;
	font-size: 12px;
}




/** 
 * COLUMNS
 *
 * @definitions:columns, wrapper ,column content
 */
/* extension wrapper */
.tx-columna-pi1 {
	display:block;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	/*background:#fdde8d;*/
	clear:both;
}


.tx-columna-pi1 div{
}

/* 4 columns wrap */
.tx-columna-pi1 .column-4  {
	margin:0 0 3px 0;
}

/* 3 columns wrap */
.tx-columna-pi1 .column-3  {
	margin:0 0 3px 0;
	background: url(../images/column_3_solid_bg.gif);
	float:left;	
}

/* 2 columns wrap */
.tx-columna-pi1 .column-2  {
	margin:0 0 3px 0;
}

/* column in 4 column wrapper */
.tx-columna-pi1 .column-4 .column {
	position:relative;
	width:235px;
	min-height:168px;
	height:168px;
	padding-right:5px;
	float:left;
}

.tx-columna-pi1 .column-4 .last {
	width:237px;
	padding:0;
}

/* column in 3 column wrapper */
.csc-frame-frame1 .column-3 {
border-top: 1px solid #DEDCDC;

} 



.csc-frame-frame1 .column-3 {
float:left;

} 

.tx-columna-pi1 .column-3 .column {
	border-right:1px solid #fffff;
	color:#606060;
	/*background:#FFFFFF;*/
	float:left;
	margin-right:7px;
	width:245px;
	padding-bottom:10px;
}

.tx-columna-pi1 .column-3 .last {
	width:246px;
	border-right:0;
}

/* column in 2 column wrapper */
.tx-columna-pi1 .column-2 .column {
	width:475px;
	height:250px;
	margin:0 3px 0 0;
	color:#808080;
	background:#FFFFFF;
	float:left;
}


/* content margins */
#content-1col-middle-text .tx-columna-pi1 h1,
#content-1col-middle-text .tx-columna-pi1 h2,
#content-1col-middle-text .tx-columna-pi1 .bodytext,
#content-1col-middle-text  .tx-columna-pi1 .csc-textpic-image,
.tx-columna-pi1 div.csc-textpic dl{
	margin:10px 10px 0 10px;
}

#content-1col-middle-text  .tx-columna-pi1 .csc-textpic-image,
.tx-columna-pi1 div.csc-textpic dl{
	margin:0;
}

#content-1col-middle-text .tx-columna-pi1 ul,
#content-1col-middle-text .tx-columna-pi1 ol{
	padding-left:24px;
	margin:0;
}

 #content-1col-middle-text .tx-columna-pi1 h1 a {
	font-size:20px;
}



/*content links */
/*
#content a, #content-1col-middle-text a {
	color:#172f6a;
}

*/





