@import url("rte.css");
/*
	Tag-Redefinitionen
*/
* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
html {
	background-color: #eeeeee;
	background-image:url(../images/html-back_2S.gif);
	background-repeat:repeat-y;
	background-position: center top;	
	width: 1007px;
	height: 100%; 
}
body {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	width: 1000px;	
	position: relative;
	color: #444444;
}
body a {
	color: #003a58;
	text-decoration:underline;
}
body a:hover {
	color: #4eb14e;
}
body a:active {
	color: #84d97d;
}
h1, h2, h3, h4, h5 {
	margin: 10px 10px 1em 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {	
	font-size: 1.6em;
	margin: 10px 10px 1em 0px;
}
h2 {	
	font-size: 14px;	/* 1.5em */
	font-weight: bold;
	margin: 10px 10px 0.2em 0px;	
}
h3 {	
	font-size: 1.4em;
	margin: 10px 10px 0.6em 0px;	
}
h4 {	
	font-size: 1.3em;
	margin: 10px 10px 0.4em 0px;	
}
h5 {	
	font-size: 1.2em;
	margin: 10px 10px 0.2em 0px;	
}
ul {
	list-style-type: square;
	padding: 0 10px 1em 24px;		
}
ul li {
	list-style: square;
	line-height: 1.5em;	
}
/*IE Hack*/
* html body { 
	height: 100%;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434c5b;	
	background-color: white;
	border: 1px inset #b4b4b4;
	padding: 2px 0 2px 5px;
}
input[type="submit"], input[type="reset"], input[type="button"]{
 border-style: outset;
}
button, input.button {
	border: 1px outset #3f4658;
	background-color: #434c5d;
	color: white;
}
form {
	padding: 0;
	/*margin: 0 0 0 0px;*/
	/*IE egal, Firefox und Opera wollen Abstand*/
}

hr.clearer {
	clear:both;
	display: none;
}
/*
	IDs, Klassen
*/
/* #################################################################################################################### */
/*
#head {
	background-color: #003258;
	background-image:url(../images/stimmungsbild.jpg);
	background-position: left;
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	height: 80px;
	position: relative;
}
#head img {
	display: none;
}
#head h1 {
	background-image:url(../images/logo.gif);
	width: 203px; 
	height: 33px;
	float: right;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 780px;
	top: 5px;
}
#head h2 {
	float: right;
	clear: both;
	background-image:url(../images/claim.gif);
	width: 318px;
	height: 18px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 674px;	
	top: 43px;
}

/* #################################################################################################################### */
#head {
	background-color: #003258;
	border-bottom: 1px solid white;
	/*float: left;*/
	width: 1000px;
	height: 80px;
	position: relative;
	overflow: hidden;
}
#head img {
	display: none;
}
#headleft {
	float: left;
	width: 630px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#headleft img {
	display: none;
}
#headleft h1 {
	/*background-image:url(../images/UNIS_1.jpg);*/
	width: 500px; 
	height: 58px;
	float: left;
	color: #003258;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: -6px;
	top: 0px;
	display:block;
	cursor: hand;
}
#headright {
	float: left;
	width: 360px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 630px;
	overflow: hidden;
}
#headright img {
	display: none;
}
#headright h1 {
	background-image:url(../images/logo_neu_transparent.png);
	width: 339px; /*135px;*/
	height: 56px; /*33px;*/
	float: right;
	/*overflow: hidden;*/
	text-indent: -999px;
	position: absolute;
	/*left: 215px;*/
	top: 5px;
	cursor: hand;
}

* html #headright h1 {
	background-image:url(/fileadmin/templates/images/logo_neu_blau.png);
	left: 0px;
}

#headright h2 {
	float: right;
	clear: both;
	//background-image:url(../images/claim.png);
	width: 350px; //318px;
	height: 15px; //18px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	left: 20px; //41px;	
	top: 46px; //43px;
}

* html #headright h2 {
	background-image:url(../images/claim_blau.png);
}
/* #################################################################################################################### */
#topnav {
	background-color: #D5D5D5;
	/*float: left;*/
	width: 1000px;
	border-bottom: 1px solid white;
	overflow: hidden;
	height: 22px;
	z-index: 1;
	position: relative;
}
#topnav ul, #bottomnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1001px;
}
#topnav ul li, #bottomnav ul li {
	display: inline;
}
#topnav ul li {
	font-weight:bold;
}
#topnav ul li a, #bottomnav ul li a {
	float: right;
	display: block;
	background-color: #D5D5D5;
	padding: 3px 8px 6px 8px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-left: -1px;	
	color: #003a58;
	text-decoration: none;
	outline: none;
}
#topnav ul li a:hover, #bottomnav ul li a:hover{
	background-color: #4eb14e;
	color: white;
}
#topnav ul li a:active, #bottomnav ul li a:active {
	background-color: #84d97d;
	color: white;
}
#topnav ul li.active a, #bottomnav ul li.active a{
	background-color: #d0d0d0;
	color: #4eb14e;
}
#topnav ul li input {
	float: right;
	height: 15px;
	padding-top: 3px;
}

/*
#topnav li.lang {
	display: none;
}
#topnav li.de a{
	background-image:url(../images/german.gif);
}
#topnav li.uk a{
	background-image:url(../images/uk.gif);
}*/

#bottomnav {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #D5D5D5;	
	height: 22px;
	overflow: hidden;
	border-top: 1px solid white;
	overflow: hidden;
	margin-top:20px;
	margin-bottom:0px;
}
#wrapper {
	/*padding-bottom:20px;*/
}
#menu {
	float:left;
	width: 200px;
	/*border-style: solid;
	border-color: white;
	border-width: 0 1px 0 1px;
	background-color: #D5D5D5;*/
	padding: 0;
	/*margin: -23px 0 0 0;*/
	overflow: hidden;
	position: relative;
	z-index: 999;
}
#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu ul li {
	list-style-type: none; /* Opera fix */
	white-space: nowrap;
	background-color: #D5D5D5;
}
* html #menu ul li { /*IE - Hack */
	_height: 22px;
	_margin-bottom: -2px;
}
#menu ul li a {
	color: #454c5e;
	display: block;
	height: 18px;
	padding: 4px 0 4px 16px;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid white;	
	font-weight: normal;
}
#menu ul li a:hover {
	background-color: #4eb14e;
	color: white;
}
#menu ul li a:active {
	background-color: #84d97d;
	color: white;	
}
#menu ul li.strich {
	display:none;
}
#menu ul li.head a {
	background-color: #003258;
	color: white;
	font-weight: bold;
}
#menu ul li.headactive a {
	background-color: #4eb14e;
	color: white;
	font-weight: bold;
}
#menu ul li.head a:hover,  #menu ul li.headactive a:hover{
	background-color: #4eb14e;
	color: white;
}
#menu ul li.head a:active, #menu ul li.headactive a:active {
	background-color: #4eb14e;
	color: white;
}
#menu ul li.active a {
	background-image:url(../images/small-icon.png);
	background-position: 8px 8px;
	color: #4eb14e;
}
#menu ul li.active a:hover {
	color: white;
}
#menu ul li.active ul li a {
	background-image: none;
	font-weight: normal;
	color: #454c5e;
}
#menu ul ul a {
	padding-left: 28px;
	background-color: #BFBDBD;
}
#menu ul ul ul a {
	padding-left: 36px;
	background-color: #A4A4A4;
}
#menu ul ul ul ul a {
	padding-left: 44px;
}
#menu ul li.iconlink a {
	padding-left: 16px;
	background-position: left;
}
#menu ul li.iconlink a:active {
	color: #b1004e;
}
#menu ul li.iconlink a.password {
	background-image:url(../images/icon-password.gif);
	background-position:3px;	
}
#menu ul li.iconlink a.password:active {
	background-image:url(../images/icon-password-highlight.gif);
	background-position:3px;	
}
#menu ul li.iconlink a.register {
	background-image:url(../images/icon-edit.gif);
	background-position:3px;	
}
#menu ul li.iconlink a.register:active {
	background-image:url(../images/icon-edit-highlight.gif);
	background-position:3px;	
}
#menu a.button {
	float:left;
	display: block;
	background-image:url(../images/menu-button.gif);
	background-position: left top;
	width: 131px;
	height: 20px;
	color: white;
	text-decoration: none;
	padding: 3px 0 0 24px;
	margin: 10px;
	outline: none;
	overflow: hidden;
}
#menu a.button:hover {
	text-decoration: underline;
}

#menu a.mini-button, a.mini-button:hover {
	background-image:url(../images/mini-button.png);
	width: 24px;
	height: 16px;
	margin: 3px 2px 3px 2px;
	border: 0;
	padding: 0;
	text-align: center;
	color: white;
}

#menu ul li.searchbox {
	padding-top:10px;
	margin-left: 2px;
	background-color: transparent;
}
#menu ul li.searchbox span {
	display: block;
	float: right;
	width: 28px;
	/*border-right: 1px solid white;*/
}
#menu a.mini-button:hover {
	background-color: transparent;
	background-position: 0% -16px;
}
#content {
	float: left;
	padding: 15px;
	width: 765px;
	overflow: hidden;
	padding-bottom: 40px;
}
#marginals {
	float:left;
	margin-left: 15px;
	width: 200px;
	overflow: hidden;	
	line-height: 1.4em;	
}
#context-nav {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
#breadcrumbs { 
	float: left; 
}
#main {
	float: left;
	width: 550px;
	overflow: hidden;
	/*padding-bottom: 20px;*/
}
#main p {
	line-height: 1.5em;	
}
#marginals div.clear-box {
	overflow: hidden;
	margin-bottom: 15px;	
}
#marginals div.box {
	border: 1px solid #D5D5D5;
	overflow: hidden;
	margin-bottom: 15px;
}
#marginals div.box h1, #marginals div.dark h1, #marginals div.light h1, #marginals div.green h1 {
	font-size: 11px;
	font-weight:bold;
	background-color: #003258;
	color: white;
	padding: 3px 8px 3px 8px;
	margin: 0 0 0 0;
}
#marginals div.light h1 {
	background-color: #D5D5D5;
	color: #003258;
}
#marginals div.green h1 {
	background-color: #4eb14e;
	color: #ffffff;
}
#marginals div.box p, #marginals div.clear-box p  {
	padding: 5px 6px 1em 10px;
}
#marginals div.box a.button {
	display: block;
	background-image: url(../images/green-button.png);
	width: 168px;
	height: 16px;
	font-weight: bold;	
	margin: 0px 0px 5px -3px;
	color: white;
	text-decoration: none;
	padding: 8px;
	text-align: center;
}
#marginals div.box a.button:hover {
	background-position: 0% -32px;
}
#main div.box-container {
	overflow: hidden;
}
#main div.box-row{
	float: left;
	width: 600px;
}
#main div.box-container div.box {
	float: left;
	margin-right: 15px;
	width: 270px;	
}
#main div.dark h1 {
	background-color: #003258;
	color: white;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 10px;
}
#main div.light h1 {
	background-color: #D5D5D5;
	color: #003258;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 10px;
}
#main div.green h1 {
	background-color: #4eb14e;
	color: #ffffff;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 10px;
}
#main div.uline h1 {
	font-weight: normal;
	color: #003258;
	background-color:none;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #D5D5D5;
}
#main div.bigboxHead {
	overflow: hidden;
	margin:0;
}
#main div.bigboxHead h1 {
	font-weight: bold;
	background-color: #003258;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 5px 20px;
}
#main div.bigbox {
	border: 1px solid #D5D5D5;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top:0px;
	padding: 0px 0px 10px 0px;
}
#main div.bigbox p {
	padding: 0px 20px 0px 20px;
}
#main div.box p, #main div.clear-box p  {
	padding: 5px 10px 1em 0;
}
#main ul.arrow {
	margin: 5px 10px 1em 0;
	list-style-type: none;
}
#main ul.arrow li {
	list-style-type: none;
	display: block;
	background-image:url(../images/icon-arrow.png);
	background-position: center left;
}
#main ul.arrow li a {
	font-weight: bold;
}
img.left {
	float: left;
	margin: 0 5px 5px 0;
}
img.right {
	float: right;
	margin: 0 0 5px 5px;
}
span.arrow {
	display: block;
	background-image:url(../images/arrow-right.gif);
	background-position: center left;
	padding-left: 14px;
	margin: 15px 0 0 0;
}
#info-nav {
	float: left;
	border-top: 1px solid #D5D5D5;
	width: 100%;
	padding: 10px 0 0 10px;
	margin-top: 10px;
}
#info-nav a {
	padding-left: 14px;
	background-position: center left;	
	margin-right: 15px;
}
#info-nav a.impress {
	background-image:url(../images/impress-icon.png);
}
#info-nav a.privacy {
	background-image:url(../images/privacy-icon.png);
}
#info-nav a.content {
	background-image:url(../images/content-icon.png);
}
div.tabbed-box {
        display: block;
	float: left;
	border: 1px solid #D5D5D5;
	width: 99%;
	margin-bottom: 5px;
}

div.tabbed-box p {
	padding: 5px 10px 1em 10px;
}
div.tabbed-box h2 {	
	margin: 10px 10px 0.2em 10px;	
}
ul.tabs {
	list-style: none;
	padding: 0;
}
ul.tabs li {
	display: inline;
}
ul.tabs li a {
	display: block;
	background-color: white;
	padding: 3px 8px 6px 8px;
	border-style: solid;
	border-color: #D5D5D5;
	border-width: 1px 1px 0 1px;	
	text-decoration: none;
	outline: none;
	float: left;
	margin-right: 3px;
	color: #003258;
	font-weight: normal;
}
ul.tabs li a:hover {
	background-color: #D5D5D5;
}
ul.tabs li.selected a {
	font-weight: bold;
	background-color: #D5D5D5;
	color: #4eb14e;
}
#marginals ul.arrow {
	margin: 5px 10px 1em 0;
	list-style-type: none;
}
#marginals ul.arrow li, ul.arrowblack li {
	list-style-type: none;
	display: block;
	background-image:url(../images/arrow-right.gif);
	background-position: center left;
	padding-left: 14px;
}
a.download {
	margin: 5px 0 5px 0;
	background-image:url(../images/download-icon.png);
	padding-left: 22px;
}
a.pdf {
	display: block;
	background-image:url(../images/download-pdf.png);
	padding-left: 22px;
	height: 16px;
}
a.download span.size {
	font-weight: normal;
	text-decoration: none;
}
a.greenbutton100, a.greenbutton100:hover {
	background-image:url(../images/green-button100.png);
	width: 100px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	border: 0;
	padding-top: 1px;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	color: white;
}
a.greenbutton100:hover {
	background-color: transparent;
	background-position: 0% -16px;
}

/* Joblist */
div.joblist {
	border: 1px solid #D5D5D5;	
}

div.joblist p.header {
	color: #FFFFFF;
	background-color: #003258;
	width: 100%;
	height: 16px;
	padding: 5px 10px 11px 10px;
	font-weight: bold;
}

div.joblist ul.entry {
	list-style-type: none;
}

div.joblist ul.entry li {
	/*background-color: #444444;*/
	margin-top: 5px;
	height: 33px;
	list-style-type: none;
}

/******************************** Powermail *******************************/
div.tx-powermail-pi1 {

}
fieldset.tx-powermail-pi1_fieldset legend{
	font-weight: bold;
	margin-bottom: 10px;
}

div.tx_powermail_pi1_fieldwrap_html{
	clear: both;
	position: relative;
	padding-bottom: 50px;
}
div.tx_powermail_pi1_fieldwrap_html_label {
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
	left: 150px;
}

div.tx_powermail_pi1_fieldwrap_html_text {
	height: 25px;	
	padding: 0;
}
div.tx_powermail_pi1_fieldwrap_html_select {
	padding-bottom: 10px;
}
div.tx_powermail_pi1_fieldwrap_html_radio {
	padding-bottom: 0px;
}
div.powermail_radio_inner, div.powermail_check_inner{
	position: relative;
	left: 150px;
	height: 20px;
}
div.powermail_radio_inner, div.powermail_radio_inner label{
	/*position: static;*/
	width: 350px;
	padding-left: 5px;
}
input.powermail_text, textarea.powermail_textarea, select.powermail_select {
	position: absolute;
	left: 150px;
}
div.tx_powermail_pi1_fieldwrap_html_submit input {
        position: absolute;
        left: 150px;
        width: 150px;
}
tr.powermail_all_tr {
	height: 20px;
}
td.powermail_all_td {
	width: 150px;
}
form.tx_powermail_pi1_formconfirmation_back {
	float: left;
}
form.tx_powermail_pi1_formconfirmation_submit {
	padding-left:200px;
	padding-bottom: 30px;
}
input.tx-powermail-pi1_confirmation {
	width: 150px;
}

/******************************* JobControl **********************************/
div.tx-dmmjobcontrol-pi1 {

}
div.tx-dmmjobcontrol-pi1 div ul {
	position: relative;
	top: -20px;
}
table.dmmjobcontrol_list_table {

}
th.dmmjobcontrol_list_th1 {
	width: 314px;
	height: 16.5px;
	padding: 5px 10px 11px 10px;
	background-color: #003258;
	color: #FFFFFF;
}
th.dmmjobcontrol_list_th2 {
	width: 190px;
	height: 16.5px;
	padding: 5px 10px 11px 10px;
	background-color: #003258;
	color: #FFFFFF;
}
tr.dmmjobcontrol_list_tr_alt, tr.dmmjobcontrol_list_tr {
	height: 50px;
}
tr.dmmjobcontrol_list_tr {
	background-color: #E1E1E1;
}
tr.dmmjobcontrol_list_tr td, tr.dmmjobcontrol_list_tr_alt td{
	padding: 5px 10px 11px 10px;
}
div.dmmjobdetail_head_1 {
	position: relative;
	left: 400px;
}
div.dmmjobdetail_head_2 {
	position: relative;
	left: 400px;
}
div.dmmjobcontrol_footer {
	position:relative;
	top: -20px;
}

/************************************ lz_gallery ***************************************/
#tx-lzgallery-pi1-fotos td {
	border: 0;
}

#tx-lzgallery-pi1-fotos {
	border: 0;
}

/********************************** fht_download *****************************************/
div.fht_download_head {
	font-weight: bold;
}
div.fht_download_layout2 {
	margin-bottom: 5px;
}

div.tx-fhtdownload-pi1 {
	margin: 10px;
}
td.fht_download_items {
	width: 165px;
	padding-left: 5px;
}
td.fht_download_items a{
	font-weight: bold;
}
