/**
*colors: 
* links:  #40506F;
* submit_row bg: #F0F0F0;
* table mouseover: #EFF1F5;
* forms input border: #dadada;
* grey text: #666666;
* separator lines: #E2E6F1
*/

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patch für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken: Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende Versteckspiel für IE5/Mac */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
a:link, a:visited, a:hover{
	color: #566E9D;
}
body
{
  margin: 0;
  padding: 0;
  font-family: "lucida grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

html{
	background-color: #ffffff;
}

h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}
/**
* @=header
*/
#header{
	background-color: #566E9D;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	width: 100%;
	z-index: 100;
	position: relative;
}
.wrapper #header{
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}
#header span.title{
	float: left;
	display: block; 
	padding-right: 20px; 
	margin-right: 10px;
	margin-left: 25px;
	padding-top: 2px;
	height: 31px;
}

#header a:link, 
#header a:visited, 
#header a:hover,
#footer a:link, 
#footer a:visited, 
#footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/**
* @=main menu
*/

#mainMenu{
	margin-left: 10px;
}

#mainMenu li{
	float:left;
	list-style: none;
	list-style-position: outside;
	position: relative;
	padding-top: 4px;
	z-index: 99;
	
}

#mainMenu li a{
	padding-left: 15px;
	padding-right: 15px;
	height: 31px;
	line-height: 31px;
	display:block;
}

#mainMenu ul li{
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}

#mainMenu li a.hover,
#mainMenu li a.currentPage{
	background-color: #DADADA;
	height: 30px;
	border-bottom: 1px solid #566E9D;
}
#mainMenu li.admin a {
	background-color:#EA9620;
	border-bottom:1px solid #566E9D;
	height:30px;
}
#mainMenu .submenu{
	position: absolute;
	left: 0px;
	border: 1px solid #566E9D;
	border-top: none;
	min-width: 150px;
	display: none;
	z-index: 999;
	background-color: #ffffff;
	white-space: nowrap;
}

#mainMenu .submenu li a{
	height:23px;
 	line-height:23px;
	margin-bottom:2px;
	margin-top:0;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

#mainMenu .submenu li a.hover,
#mainMenu .submenu li a.currentPage,
#mainMenu .submenu li.hover{
	background-color:  #DADADA;
	border-bottom: none;
}
#mainMenu .submenu a:link,
#mainMenu .submenu a:visited,
#mainMenu .submenu a:hover
{
	color: #566e9d;
	font-weight: bold;
	float: none;
	
}
/*#logoutLink{
	float: right;
	height: 31px;
	margin-right: 25px;
	padding-left: 25px;
	border-left: 1px solid #ffffff;
	padding-top: 4px;
}*/


/**
*@=language form
*/
#languageForm{
	float: right;
	margin-right: 20px;
}

#languageForm label{
	float: none;
}

#languageForm select{
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #566E9D;
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
}

/**
*@=footer
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 25px; /* must be same height as the footer */
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}  

#contents{
	margin-left: 30px;
	margin-bottom: 40px;
	margin-top: 50px;
}
#footer{
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;	
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	background-color:#566E9D;
	width: 100%;	
}

ul#bottomMenu{
	width: 45%;
	float: left;
}

ul#bottomMenu li{
	float: left;
	list-style: none;
	list-style-position: outside;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #ffffff;
	height: 11px;
	line-height: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
ul#bottomMenu li.last{
	border-right: none;
}
#copyRight{
	width: 45%;
	float: right;
	text-align:  right;
	margin-right: 25px;
	height: 11px;
	line-height: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
/**
*@=submenu
*/
#submenu{
	/*margin-top: 50px;*/
	color: #566E9D;
	font-weight: normal;
	margin-bottom: 20px;
}

#submenu span.active, 
#submenu li.active{
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 10px;
}


#submenu img{
	float:left;
	margin-right: 10px;
}
#submenu ul li{
	float: left;
	list-style: none;
	list-style-position: outside;
	margin-left: 10px;
	height: 34px;
	line-height: 34px;
	margin-top: 3px;
}

#submenu li a:link, 
#submenu li a:visited,
#submenu li a:hover{
	text-decoration: underline;
}
#submenu li.active a{
	text-decoration: none;
}

/**
*@=forms
*/
input[type="text"],
textarea,
select,
input[type="password"]
{
	border:1px solid #dadada;
	color:#666666;
	font-size:12px;
	padding:2px;
	max-width:196px;
}
textarea	{
 font-family: "lucida grande", Tahoma, Verdana, Arial, sans-serif !important;
}
select{
	padding: 0px;
}
select.date {
	margin-right:2px;
}
label{
	width: 150px;
	float: left;
}
div.form-row{
	margin-top: 7px;
	margin-bottom: 7px;
}
div.help{
	font-size: 10px;
	color: #666666;
}
.submit_row{
	background-color: #F0F0F0;
	text-align: right;
	height: 32px;
	padding-top: 8px;
	padding-right: 8px;
}
ul.error_list li{
	color: #ff0101;
	font-size: 12px;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}
.submit_row2{
	text-align: left;
	padding-left: 200px;
}
.submit_row2 input{
	background-color: #566E9D;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	/*height: 24px;*/
	margin-left: 10px;
	border: none;
	font-size: 11px;
}
.bt_blue, .submit_row input{
	background-color: #566E9D;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	height: 24px;
	margin-left: 10px;
	border: none;
	font-size: 11px;
	cursor: pointer;
}
.bt_blue.disabled, .submit_row input.disabled{
	background-color: #899ABA;
}

img.ui-datepicker-trigger{
	vertical-align: middle;
}

/**
*@= error and success messages for the list view
*/
img.notice_icon{
	width: 14px;
	height: 14px;
	margin-right: 8px;
	
}

div.error.float, div.notice.float{
	clear: both;
	float: right;
	width: 300px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

/**
*@=tables
*/
.mnpTable{
	width: 100%;
	/*position: relative;
	left: 1px;*/
	border-collapse: collapse;
	border: 1px solid #566E9D;
}
.mnpTable th{
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #566E9D;
}

.mnpTable thead{
	color: #ffffff;
	font-weight: bold;
	background-color: #566E9D;
}
.mnpTable thead a:link, 
.mnpTable thead a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.mnpTable tbody td{
	padding: 8px 4px 4px;
	border-bottom: 1px solid #dadada;
	vertical-align: top;
	border-left: none;
	border-right: none;
}

.mnpTable tbody a{
	color: #000000;
}

.mnpTable td.admin_options{
	padding: 0px;
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}

.mnpTable tbody td.admin_options img{
	margin-right: 5px;
}

.mnpTable td.hide img{
	display: none;
}

.mnpTable tbody tr.over{
	background-color: #eef0f5;
}

.mnpTable tbody tr.over a{
	color: #40506f;
	font-weight: bold;
	text-decoration: underline;
}

.mnpTable tbody tr.last td{
	border-bottom: none;
}

.mnpTable tr{
	display: table-row;
}
.mnpTable tfoot{
	color: #40506f;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.mnpTable tfoot td{
	height: 35px;
}

.mnpTable tr.row_content{
	background-color: #eef0f5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	border-top: none;
}

.mnpTable .description {
	display: none;
	margin-top: 10px;
	margin-left: 0px;
}

.mnpTable .description.display,
.mnpTable tr.open .description
{
	display: block;
}
#podcast_table tr.open td{
	border-bottom: 1px solid #dadada;
}

.mnpTable tbody tr.new{
	background-color: #fff3f2;
}

.mnpTable thead th.current_sort{
	background-color: #BDC7D9;
}

.mnpTable td.title a:link, 
.mnpTable td.title a:visited
{
	font-weight: bold;
	color: #40506f;
}

table.mnpTable tfoot a, table.plain tfoot a,
.mnpTable div.inline_content a,
table.mnpTable.plain div.inline_content a
{
	color:#40506F;
	font-weight:normal;
	text-decoration:underline;
}


.mnpTable div.inline_content p{
	margin-top: 6px;
	margin-bottom: 6px;
}

tr.open div.mw{
	display: block;
}

div.mw{
	margin-top: 5px;
	display: none;
}

.mnpTable a{
	cursor: pointer;
}
.mnpTable tbody tr.open, .mnpTable tbody tr.new.open {
	background-color:#EEF0F5;
	border-bottom: none;
}

.mnpTable tr.row_content div.inline_content{
	background-color: #FFFFFF;
	margin-bottom: 26px;
	padding: 10px 5px 20px;
}
.mnpTable tr.open td
{
	border-bottom: none;
	background-color: #eef0f5;
}

.mnpTable a.content_trigger:hover,
.mnpTable tr.open a.content_trigger {
	color:#40506F;
	font-weight:bold;
}
.mnpTable div.attachments {
	margin-left:0;
	width: 600px;
}

div.attachments {
	line-height:200%;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:30px;
}

div.attachments span {
	margin-right:20px;
	white-space:nowrap;
}

div.attachments a:link, div.attachments a:visited {
	color:#40506F;
	font-weight:bold;
}

table.mnpTable.plain td{
	margin-top: 0px;
	border-top: 1px solid #DADADA;
	border-bottom: none;
}

table.mnpTable.plain tr.row_content td{
	border-top: none;
}

#educationTable tr.no_border td {
	border-top:1px solid #566E9D;
}

#educationTable div.desc{
	color: #666666;
	margin-top: 4px;
}

/**
*@=thickbox form
*/

#TB_ajaxContent form{
	position: relative;
}
#TB_ajaxContent form label{
	width: 80px;
}
#TB_ajaxContent form ul.error_list{
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: 80px;
}
#TB_ajaxContent form div.form-row{
	margin: 6px 20px;
}
#TB_ajaxContent p{
	margin: 10px 20px; 
}
#TB_ajaxContent form div.submit_row{
	position: absolute;
	bottom: 0px;
} 
form p.title, #wizard_div p.title, #TB_ajaxContent p.title_orange,
#TB_ajaxContent p.title, #wizard_impressum_div p.title,
div.form_attachments div.block_header
{
	margin: 0px;
	width: auto;
	background-color: #566E9D;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

#TB_ajaxContent p.title{
	padding: 5px;
	text-align: center;
}

#TB_ajaxContent p.title_orange{
	padding: 5px;
	text-align: center;
	background-color: #EA9720;
}

/**
*@=filter form
*/
div#filter_wrapper{
	width: 100%;
	overflow: hidden;
}
div.cm_filter  form{
	padding-right: 60px;
}
div.cm_filter{
	width: auto;
	min-height: 30px;
	line-height: 30px;
	background-color: #dadada;
	border: 1px solid #9f9f9f;
	font-size: 12px;
	position: relative;
	margin-left: 0px;
	margin-bottom: 20px;
}
div.cm_filter select.date{
	margin-right: 2px;
}
div.cm_filter div.form-row{
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.cm_filter div.form-row label{
	margin-left: 7px;
	margin-right: 4px;
	float: none;
}
div.cm_filter img.ui-datepicker-trigger{
	vertical-align: middle;
}
div.cm_filter div.form-row input, 
div.cm_filter div.form-row select{
	background-color: #ffffff;
	border: 1px solid #9f9f9f;
	padding: 2px 0 2px 2px;
}

div.cm_filter div.form-row input{
	width: 140px;
}
#filter_set, img#filter_reset{
	margin-top: 3px;
}
div.form-buttons{
	float: left;
}
#filter_set{
	margin-left: 60px;
	margin-right: 10px;
}
#hideFilterLink{
	position: absolute;
	top: 0px;
	right: 20px;
	color: #000000;
	font-weight: bold;
}

#displayFilter{
	margin-bottom: 20px;
}

/**
*@= file upload
*/
/**
*@filetransfer
*/

#file-list {
  list-style: none;
  width:100%;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 15px;
}
 
#file-list li.file {
 height: 40px;
  background: url(../../images/mime/file.png) no-repeat 0px 0px;
  padding-left: 30px;
  width: 750px;
}

#file-list li.file img.file_status, #file-list li.file img.remove, #file-list li.file img.file_delete {
	position: relative;
	top: -3px;
}

#file-list li.validation-error {
  padding-left: 44px;
  display: block;
  width: 820px;
  line-height: 40px;
  color: #8a1f11;
  cursor: pointer;
  border-bottom: 1px solid #fbc2c4;
  background: url(../../images/failed.png) no-repeat 4px 4px;
}
 
#file-list li.file .file-name {
  font-size: 12px;
  float: left;
  width: 320px;
  clear: left;
}

#file-list li.file .file-size {
  font-size: 0.9em;
  margin-right: 3px;
  color: #999999;
  float: left;
  width: 60px;
}
 #filestatus{
	width: 100%;
	float: left;
}
#file-list li.file .file-info {
  display: block;
  margin-left: 44px;
  font-size: 0.9em;
  line-height: 20px;
  clear: both;
}

#file_overall_progress{
	display: inline;
	width: 280px;
}

#file-list li.file .error{
	color: #e21010;
}
div#progress_div{
	display: block; 
	margin-left: 100px;
	margin-bottom: 20px;
	color: #7c7c7c;
	font-weight: bold;
}

#form6_upload div#progress_div{
	width: 292px;
	margin-left: 0px;
}

div.progress{
	display: inline;
	width: 250px;
}

.overall-title {
	margin-left: 20px;
}

#browse, #clear, #pr_browse {
	color: #566E9D;
	font-weight: bold;
	text-decoration: underline;
}

/**
*@=general
*/
p.navi{
	margin-top: 20px;
	color: #566E9D; 
	display: 
}
.grey{
	color: #666666;
}
.center{
	text-align: center;
}
.white{
	background-color: #ffffff;
}
.separator{
	border-top: 1px solid #E2E6F1;
	padding-top: 10px;
}
div.error{
	color: #ff0101;
}
div.notice{
	color: #2BA300;
}
.clearer{
	clear: both;
}

.wrapper #contents{
	padding-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	/*border: 1px solid #000000;*/
}

table.mnpTable.plain {
	margin-top: 0px;
	border-bottom: 1px solid #566E9D;
	margin-bottom: 40px;
}

table.plain tbody tr.new {
	background-color:#ffffff;
}
table.plain tbody tr.new.over {
	background-color:#EEF0F5;
}
#educationTable{
	width: 800px;
	margin-left: 50px;
}

.mnpTable.plain tbody a:link, 
.mnpTable.plain tbody a:visited,
.mnpTable.plain tbody td.title a:link, 
.mnpTable.plain tbody td.title a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.mnpTable.plain a.content_trigger,
.mnpTable.plain td.title a{
	display: block;
}

table.plain td.title a:hover{
	text-decoration: underline;
}

table.plain tr.over a:link{
	font-weight: bold;
	color: #40506f;
	text-decoration: underline;
}
.mnpTable.plain td.title a:hover,
.mnpTable.plain tr.open td.title a {
	font-weight: bold;
	color: #40506f;
}

.mnpTable.plain tr.over a{
	font-weight: bold;
	color: #40506f;
	text-decoration: underline;
}


table.plain .mw{
	margin-left: 30px;
}
.mnpTable.plain tbody tr.new a.content_trigger,
.mnpTable.plain tr.new td.title a,
.mnpTable.plain tr.new td.podcast a
{
	font-weight: bold;
	color: #000000;
}

p.tr_empty{
	margin-top: 40px;
	font-size: 13px;
	text-align: center;
}

#submenu img.arrow{
	margin-left: 3px;
	margin-right: 5px;
	float: none;
	vertical-align: middle;
}
p.back{
	margin-left: 70px;
	margin-bottom: 5px;
}
p.back.doc{
	margin-left: 50px;
}
p.back img{
	margin-right: 4px;
}
p.back a:link, p.back a:visited, p.back a:hover{
	color: #566E9D;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

/**
*@= error pages
*/

div.error_block{
	width: 400px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #566E9D;
	background: #e3ecff url(../images/not_found.png) right center no-repeat;
	height: 60px;
	padding: 15px;
	margin-bottom: 60px;
}

div.error_block h2{
	color: #566E9D;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

div.error_block.maintenance{
	background-image: url(../images/maintenance.png);
}

div.error_block.restricted{
	background-image: url(../images/restricted.png);
}

/**
*@=podcast page
*/
#podcast_wrapper{
	width: 600px;
	color: #666666;
	font-size: 13px;
	line-height: 130%;
	margin-left: 30px;
}
#podcast_wrapper p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#podcast_wrapper ol{
	margin-left: 30px;
}
#podcast_wrapper ol li{
	margin-top: 7px;
	margin-bottom: 7px;
	list-style: decimal;
}

#podcast_wrapper ul li{
	list-style: none;
}
#podcast_number{
	margin-left: 10px;
	color: #ea9620;
	font-weight: bold;
	font-size: 14px;
}

#TB_ajaxContent #notProfil_parag{
	margin-bottom: 10px;
	margin-top: 0px;
	width: auto;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}

#TB_ajaxContent #button_to_profil{
	margin-bottom: 52px;
	margin-left: 163px;
}

span.disabled{
	color: silver;
}

#notprofil_submit_row{
	background-color: #F0F0F0 !important;
	height: 32px !important;
	padding-right: 8px;
	padding-top: 8px;
	text-align: right !important;
	margin-top: 0px !important;
	width: auto !important;
}

.bold{
	font-weight: bold;
}

