/* Sowiport CSS
   styles.css - allgemeine Styles / Typo3-Styles
   BA,LY 09/2007
*/
/* --------------------------- */
/* HTML-Elemente ohne id/class */
/* ----------------------------*/
html {
   height: 100%;
   color: #001569;
   margin: 0;
   padding: 0;
   font: 13px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

body {
   height: 100%;
   margin: 0;
   padding: 0;
/*   min-width: 975px;*/
/*   min-width: 1024px;*/
   /*min-width: 1000px;*/ /*hi, auf 1024 hochgesetzt, da sonst umbricht wegen registrierung*/
   min-width: 1000px;
   overflow: visible;
   background: white url(images/background-column-new.gif) repeat-y top left;
}

p, h1, h2, h3, h4, h5, h6 {
   margin: 0;
}

h1, h2 {
   font-size: 17px;
}

h3, h4 {
   font-size: 13px;
}

h5, h6 {
   font-size: 11px;
}

p, p.bodytext {
   margin: 0;
   padding: 0;
}

hr {
	color: #001569;
	border: none;
	border-top: 1px solid #001569;
}

.homepage_logo {
  margin-left:38px;
  margin-top: 15px;
  font-size: 11px;
}

div#vascodalogo img {
  margin-top:7px;
}

a#infobutton img {
   margin: 3px 0 0 3px;
}
a#infobutton img:hover {
   background: transparent url(images/sp_hilfe_over.gif);
}

a {
   font-weight: bold;
   outline-width: 0;
   color: #001569;
}

a:visited {
   color: #001569;
}

a:link, a:visited {
   text-decoration: underline;
}

a:hover, a:active, menu li a:active {
   color: #ff7d0a;
}

ul {
/*   list-style-type: none;
*/}

td {
/*   font-size: 11px; */
   font-size: 13px; 
   vertical-align: top;
}

.contenttable td {
   font-size: 13px; 
}

select, input {
   color: #001569;
   font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}


iframe, iframe#portal {
   height: 95%; /* iframe für Themenportale */
   overflow: auto;
   width: 100%;
}

img {
   border: none;
}

/* ------------------------- */
/* Allgemeines Spaltenlayout */
/* --------------------------*/
div#body {
   height: auto; /* FF needs this setting to expand div to fit long content */
   min-height: 100%; /* sets minimum height in FF*/
   width: 100%;
   background: transparent url(images/background-column-new.gif) repeat-y top right;
}

div.emptybody {
   background: white !important; /* für Vascoda-Export */
}

div#content_1_main {
   overflow: hidden; /* important! 3000px */
/*   height: 117px;LY20080821*/
   height: 107px;
}

div#content_1_mini_scrollable {
   overflow: auto;
   height: 93%;
   margin: -7px 0 0 0;
   padding: 0;
}

div#content_mini {
   height: 100%;
   overflow: hidden; /* important! 3000px */
}

div#left_mini {
   float: left; /* linke Spalte, minimierte Darstellung */
   width: 200px;
   height: 52px;
}

div#right_mini {
   float: right;
   width: 200px;
   height: 52px;
}

div#left1 {
   float: left; /* linke Spalte, einspaltige Darstellung */
   width: 200px;
}

div#right1 {
   float: right;
   width: 200px;
}

div#content_1 div#right:before {
   content: "\00a0 "; /* hack LY 18.04.2007: sonst gibt's Probleme mit leerer rechter Spalte: mittlere content-Spalte ist zu breit */
}

div#left, div#left_menu {
   float: left; /* linke Spalte, dreispaltige Darstellung */
   width: 200px;
   overflow: hidden;
}

div#left.nobg, div#left_menu.nobg {
   background: white;
}

div#right, div#right_menu, div#rightBA {
   float: right;
   width: 200px;
   overflow: hidden;
}

div#left, div#right, div#left_menu, div#right_menu, div#rightBA {
   padding-bottom: 3000px !important; /* stretch background to bottom-hack */
   margin-bottom: -3000px !important;
}

div#content_center {
   padding: 0px 13px;
   background: white;
}
div#content_center_error {
  height: 200px;
  margin-top:100px;;
}
div#content_center ul li {
   list-style-image: url(images/li.gif);
   font-size: 13px; 
}

div#content_left {
   font-size: 13px; 
}

div#content {
   overflow: hidden; /* important! 3000px */
   min-height: 100%; /* Opera needs this! */
}
div#center, div#center_menu {
   overflow: hidden; /* important! 3000px */
   min-height: 100%; /* Opera needs this! */
	width:auto;
}
div#center {
	padding: 0 13px; /* LY: new 20081014 */
}
div#content_1 {
   overflow: hidden; /* important! 3000px */
   margin: 0;
   padding: 0;
}

div#content_1_mini {
   overflow: hidden; /* important! 3000px */
   margin: 0;
   height: 100%;
   padding: 0;
}

/* overflow/anchor-"bug", s. http://dev.l-c-n.com/overflow/equal-height3-1.php */
*>#c99, *>#c169, *>#c172, *>#c173, *>#c176, *>#c187, *>#c188, *>#c204, *>#c205, *>#c383, *>#c388
{
   position: absolute;
}
*>#c389, *>#c390, *>#c391, *>#c392, *>#c403, *>#c483, *>#c484, *>#c485, *>#c495, *>#c401, *>#c400
{
   position: absolute;
}
*>#c399, *>#c398, *>#c397, *>#c396, *>#c395, *>#c394, *>#c393, *>#c392, *>#c402, *>#c573, *>#c806
{
   position: absolute;
}

*>#c810, *>#c590, *>#c591, *>#c589, *>#c201, *>#c202, *>#c203, *>#c585, *>#c1777
{
   position: absolute;
}

div#tipps {
   border: 1px solid #d5e0ef;
   padding:5px;
}
div#tipps h1.csc-firstHeader {
   margin: -5px; 
   padding:0 5px;
   background-color: #d5e0ef;
   height: 25px;
   border-bottom: 10px solid white;
}
div#tipps-kreuz {
   float: right;
   margin: 4px 4px 0 0;
}

div#content_right p {
   padding:5px;
}
/* ----------- */
/* Kopfbereich */
/* ----------- */
div#header_left, div#header_right, div#header_center {
   height: 52px;
   margin: 0;
   padding: 0;
   background: url(images/sp_hlblau_kopf.png) repeat-x top;
}

/*Anmelden-Button oben rechts*/
#login_button_logged_in{
  background:transparent url(images/sp_logout.gif) no-repeat scroll 0px 18px;
  float: right;
  padding-right: 20px;
  padding-top: 18px;
  padding-left: 34px;
}

#login_button_logged_out{
  background:transparent url(images/sp_login.gif) no-repeat scroll 0px 18px;
  float: right;
  padding-right: 20px;
  padding-top: 18px;
  padding-left: 34px;
}

#login_button_logged_in a{
  font-size:11px;
  text-decoration: none;
}

#login_button_logged_in a:hover{
  color:#001569;
  text-decoration: underline;
}

#login_button_logged_out a{
  font-size:11px;
  text-decoration: none;
}

#login_button_logged_out a:hover{
  color:#001569;
  text-decoration: underline;
}

#header_center_left{
  float: left;
  width: 50%;
}

div#header_left {
   width: 200px; /* Kopfzeile links */
   text-align: right;
}

div#header_left img, #header_center img {
   margin-top: 0px;
}

div#header_center {
   width: 100%; /* Kopfzeile Mitte */
   text-align: left;
   padding-left: 2px;
}

div#header_right {
   width: 200px;
}

div#header_right ul {
   font-size: 11px;
   list-style-type: none;
   padding:25px 0 0 0;
   margin:0 0 0 0;
   text-align: right;
   width: 200px;
}
div#header_right ul li {
   display: inline; 
   background: url(images/sp_kopfleiste_hgr.gif) repeat-x ;
   padding:12px 10px;
   width: 55px;
}

div#header_right ul li a {
 position: relative;
 top: -7px;
 text-decoration: none;
}
div#header_right ul li a:hover {
 text-decoration: underline;
 color:#001569;
}

div#header_right ul li.rm_trenner {
   background: url(images/sp_kopfleiste_trenner.gif) no-repeat ;
   padding:12px 0;
   width:1px;
   height:26px;
}

div#header_right ul li#rm_start {
   background: url(images/sp_kopfleiste_rund.gif) no-repeat ;
   padding:12px 1px;
   width:6px;
   height:26px;
}
div#header_right ul li#rm_start.rightmenu_active {
   background: url(images/sp_kopfleiste_rund_or.gif) no-repeat ;
}
div#header_right ul li.rightmenu_active {
   background: url(images/sp_kopfleiste_hgr_or.gif) repeat-x ;
}

form.schnellstart {
/*   margin-left: 4px;
   padding-top: 2px;*/
}
select.schnellstart {
   width: 160px;
   height:21px;
   font-size:11px;
	margin: 2px 0 0 2px;
}
.schnellstart .go {
   margin-top: 2px;
}
.schnellstart {
   vertical-align: middle;
}

div#header_right form select {
   vertical-align: middle;
   margin-top: 11px;
   margin-left: 2px;
}

div#header_right form input#go {
   vertical-align: middle;
   padding-top: 10px;
   margin-left: -2px;
}

/* ----------- */
/* Fusszeile   */
/* ----------- */
/* momentan ohne! */
div#footer {
   clear: both;
   height: 20px;
   width: 100%;
   text-align: right;
   background: #105bbe;
}

div#footer ul {
   list-style: none;
   margin: 0 200px 0 0;
}

div#footer ul li {
   display: inline;
   padding: 0 0 0 15px;
   margin: 0;
}

div#footer ul li a {
   color: white;
   text-decoration: none; 
   font-size: 11px;
   font-weight: bold;
}

/* ----------- */
/* menüzeile 1 */
/* ----------- */
div#menu1_left, div#menu1_right, div#menu1_center {
   height: 26px;
   background: #001569 url(images/sp_dklblau.png) repeat-x top;
	
}

div#menu1_left, div#menu1_right {
   width: 200px;
}

div#menu1_center {
   width: 100%;
}

div#menu1_center ul{
   list-style: none;
   margin: 0;
   padding: 0px 0 0px 5px;
   display: inline;
   position: relative;
   top: -5px;
}

div#menu1_center ul li {
   display: inline;
}

div#menu1_right ul {
   padding: 8px 0px 0px 5px;
   margin: 0;
   list-style: none;
}

div#menu1_right ul {
   list-style: none;
   margin: 0;
   padding: 0px 0 0px 5px;
   display: inline;
   position: relative;
   bottom: 11px;
}

/* ----------- */
/* menüzeile 2 */
/* ----------- */
div#menu2_left, div#menu2_right, div#menu2_center {
   height: 26px;
   background: #FF7D0A url(images/sp_orange.png) repeat-x top;
   margin-bottom: 13px; /* LY20080821*/
}

div#menu2_left, div#menu2_right {
   width: 200px;
}

div#menu2_center {
   width: 100%;
}

div#menu2_center ul {
   display: inline;
   padding: 5px 0px 0px 10px;
   list-style: none;
   position: relative;
   top: 6px;
   margin:0px 0 0 0;
}

div#menu2_right_verfeinern {
   height: 26px;
   width: 200px;
}

div#menu2_center ul li, div#searchform input {
   display: inline;
}

/* menu level 1*/
li.menu-level1-act a:visited, li.menu-level1-act a:link {
   text-decoration: none; 
   height: 24px;
   padding: 2px 0 3px 0px;
   border-left: 2px solid #fda93c;
   border-right: 1px solid #fda93c;
   background: #fda93c;
}

span.lefttab1,span.righttab1,span.lefttab2,span.righttab2 {
   margin-left: 5px;
}

span#lefttab1_act {
   background: transparent url(images/sp_orange_links.gif) no-repeat;
   margin: 2px 0px 3px 0px;
   padding: 2px 0px 3px 0px;
}

span#righttab1_act {
   background: transparent url(images/sp_orange_rechts.gif) no-repeat;
   margin: 2px 0px 3px 0;
   padding: 2px 0px 3px 0;
}

span#lefttab2_act {
   background: transparent url(images/sp_weiss_links.gif) no-repeat;
   margin: 2px 0 3px 0px;
   padding: 3px 0 3px 0px;
	border-bottom: 1px solid white;
}

span#righttab2_act {
   background: transparent url(images/sp_weiss_rechts.gif) no-repeat;
   margin: 2px 0 3px 0px;
   padding: 2px 0 3px 0px;
	border-bottom: 1px solid white;
}

/* menu level 2*/
li.menu-level2-act a:link, li.menu-level2-act a:visited {
   color: #001569; 
   text-decoration: none;
   background: white;
   padding: 2px 0 3px 0;
   border-left: 2px solid white;
   border-right: 1px solid white;
}

li.menu-level1-no, li.menu-level1-act, li.menu-level2-no, li.menu-level2-act {
   padding-right: 4px;
   height: 26px;
}

li.menu-level2-act a {
	border-bottom: 1px solid white;
}

li.menu-level1-no a:link, li.menu-level1-no a:visited, li.menu-level2-no a:link, li.menu-level2-no a:visited {
   text-decoration: none;
   color: white;
}
li.menu-level2-no a:link, li.menu-level2-no a:visited {
 color: #001569; 
}

div#menu1_right ul li a, div#menu1_right ul li a:link, div#menu1_right ul li a:visited {
   padding-right: 6px;
   text-decoration: none;
}

div#menu1_right ul li a:hover, div#footer ul li a:hover, li.menu-level1-no a:active, li.menu-level1-no a:hover, li.menu-level1-act a:active, li.menu-level1-act a:hover, li.menu-level2-no a:active, li.menu-level2-no a:hover, li.menu-level2-act a:active, li.menu-level2-act a:hover, menu li a:hover {
   text-decoration: underline;
}
li.menu-level1-act a:hover, li.menu-level1-act a:active {
 color: #001569;
}
li.menu-level2-no a:active, li.menu-level2-no a:hover, li.menu-level2-act a:active, li.menu-level2-act a:hover {
 color: #001569;
}

span#pk_tab img {
 margin:2px 0 0 0;
 padding:0;
}
span#pk_tab {
   display: inline;
   position: relative;
   top: 5px;
}

span#pk_tab span#lefttab2_act{
   padding-right: 4px;
}

span#pk_tab span#righttab2_act{
   padding-left: 5px;
}

span#pk_tab img {
   vertical-align: middle;
   margin-right: 5px;
   position: relative;
   top: -2px;
}

span#pk_tab span#product {
   display: inline;
   color: #001569; 
   text-decoration: none;
   background: white;
   height: 24px;
/*   margin: 2px 0 3px 0;*/
   padding: 2px 0 3px 0;
   border-left: 2px solid white;
   border-right: 1px solid white;
   font-weight: bold;
}

/* ----------- */
/* diverses    */
/* ----------- */
.invisible, .invisible li, .invisible li a {
   display: none; /* z.B. für barrierefrei-Menü */
   border: 1px solid red;
}

/* cleaner zum unteren Abschluss */
.cleaner {
   clear: both;
   height: 0px;
   font-size: 0px;
   border: none;
   margin: 0;
   padding: 0;
   background: transparent;
}

div#lastupdate {
   font-size: 11px;
   text-align: left;
   margin-left: 13px;
}

div#loginswitcher_title {
   margin-left: 10px;
   text-align: justify;
   width: 130px;
   float: left;
}

div#loginswitcher_title p {
   padding-top: 20px;
   height: 150px;
   border-right: 1px;
   border-right-color: #0350A9;
   border-right-style: solid;
   font-weight: bold;
}

div#loginswitcher {
   border-left-width: 3px;
   border-left-style: solid;
   border-left-color: #FFB200;
   margin-top: 20px;
   margin-left: 140px;
   width: 75%;
   margin-bottom: 4em;
}

div#loginswitcher p {
   font-weight: bold; 
   margin-left: 0.5em;
}

div#loginswitcher label {
   margin-left: 0.5em;
}

div#loginswitcher input {
   margin-left: 0.5em; 
}

#logo {
   height: 100px;
   float: left;
   clear: both;
   margin: 0;
   padding: 0 0 0 67px;
}

div.infobox_header {
   padding: 5px 0px;
}

div.infobox_footer {
   padding: 3px 0px;
}

div.infobox_item a, div.infobox_footer a {
   font-weight: bold; 
   padding: 0 0 0 0;
   color: #001569;
   display: inline;
}

div.infobox_item a {
   padding: 0 0 0 7px;
}

div.infobox_footer a, div.infobox_footer a:visited, div.infobox_footer a:link {
   background: none;
   text-decoration: underline;
}

div.infobox_footer a:hover {
   background: none;
   color: #ff7d0a;
}

div.infobox_item {
   background: #EFF4FD none repeat scroll 0%;
   margin: 0px 5px 0px 3px;
   padding-left: 7px;
}

div.infobox_number {
   background: white none repeat scroll 0%;
   height: 26px;
   margin: 0px 5px 0px 3px;
   padding: 0px 0 0 20px;
}

div.infobox_number span {
   position: relative;
   top: 4px;
}

/* Infografik Startseite */
table.igtable {
   height: 150px;
   color: #FFFFFF;
   width: 100%; /* Hier die Breite eintragen */
   background: #326081 url(images/ig_fond.png) repeat-x;
}

.ig_middle {
   text-align: center;
}

.ig_top_left {
   text-align: right;
   font-size: 15px;
   font-weight: bold;
   width: 45%;
   padding-bottom: 8px;
   vertical-align: bottom;
}

.ig_top_right {
   text-align: left;
   font-size: 15px;
   font-weight: bold;
   width: 45%;
   padding-bottom: 8px;
   vertical-align: bottom;
}

.ig_bottom_left {
   text-align: right;
   font-size: 13px;
   width: 45%;
   padding-top: 5px;
}

.ig_bottom_right {
   text-align: left;
   font-size: 13px;
   width: 45%;
   padding-top: 5px;
}

table a.internal-link {
   text-decoration: none; 
   padding-left: 7px;
   display: block;
   background: url(images/verfeinern_link_2.gif) no-repeat 0px 5px;
}

table a.internal-link:hover {
   text-decoration: underline;
   cursor: pointer;
   background: url(images/browsen_mark.gif) no-repeat -2px 4px;
}

div#searchline {
   padding: 5px;
   margin-bottom: 2px;
   background: #D5E0EF;
	border-color:#3844A3 #A7B0D9 #A7B0D9 #02538E;
	border-style:solid;
	border-width:0 0 0 3px;	
	padding-left: 18px;
}

div#searchline form {
   display: inline;
}

div#searchline form .footer_button {
/*   position: relative;
   top: -3px;*/
	height: auto;
}

div#searchline form .footer_button .button {
   margin-top: 5px;
}

/* Fehlerbox (404, ... */
/* LY 20080414 */

div#errorbox {
 margin: 0 10px;
 border: 1px solid #d5e0ef;
 background: white;
}
div#errortitle {
  background: #d5e0ef;
  font-weight: bold;
  font-size: 17px;
  padding: 1px 5px;
}
div#erroricon{
 /*height: 180px;*/
 background: white;
 width:30px;
 float: left;
 padding: 3px;
 padding-top: 12px;
 padding-left: 5px;
}
div#errortext {
 background: white;
 /*height: 180px;*/
 padding: 9px 5px;
 margin-left:40px; 
}

div#errorfooter {
 text-align: right;
 margin-bottom:5px;
 padding-right: 10px;
 background: white;
}
div#errorfooter a{
 text-decoration: none;
}
div#errorfooter img {
 position: relative;
 top:2px;
 background: white;
}
/* Newloginbox */
/* HI 20080718 */
/*Loginbox auf der Anmeldenseite*/
.tx-newloginbox-pi1 #loginform{
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding-top:10px;
width: 220px;
}
.tx-newloginbox-pi1 table tr{
  margin:5px;
}
.tx-newloginbox-pi1 table tr th{
padding-left: 7px;
}
.tx-newloginbox-pi1 table tr td{
padding-left: 10px;
}
.tx-newloginbox-pi1 .footer_row{
  margin-top: 10px;
}
.tx-newloginbox-pi1 label{
  font-size: 12px;
  font-weight: bold;
  float: left;
}
/*Loginbox auf der Startseite*/
#content_right #loginform{
background: #D5E0EF none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding-bottom:4px;
padding-top:10px;
margin-bottom:20px;
width: 200px;
}
#content_right .login-status-message{
/*display: none;*/
}
#content_right #loginform #login-header{
display: block;
padding-bottom: 7px;
font-size:8px;
}
#content_right #loginform h3{
background:transparent url(images/sp_regnutzer_kl.gif) no-repeat scroll left 1px;
padding-left: 15px;
margin-left: 9px;
font-size:11px;
}
#content_right #loginform #login-header img{
float: left;
margin-left: 10px;
margin-right: 5px;
}
#content_right #loginform form{
padding: 0px;
margin: 0px;
}
#content_right #loginform table{
background: #EFF4FD none repeat scroll 0% 50%;
margin-left: 7px;
}
#content_right #loginform table tr th{
padding-left: 3px;
}
#content_right td input{
  width: 110px;
}
#content_right #loginform .footer_row{
  margin-top: 4px;
  margin-bottom: 8px;
}
#content_right #loginform .footer_button{
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
#content_right #register-link a{
display: block;
font-weight: normal;
background:transparent url(images/verfeinern_link_2.gif) no-repeat scroll 0px 5px;
padding-left:7px;
margin-left: 7px;
margin-bottom:0px;
font-size: 11px;
text-decoration:none;
}
#content_right #register-link a:hover{
background:transparent url(images/browsen_mark.gif) no-repeat scroll -2px 4px;
color:#001569;
cursor:pointer;
text-decoration:underline;
}
#content_right .login-status-message{
color:#ff0000;
}
/*Passwort vergessen*/
.tx-newloginbox-pi1 #passwordforgotform{
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding-top:10px;
width: 230px;
}
#passwordforgotform .footer_row{
    padding-right: 4px;
}
/* feuserregister */
/* HI 20080718 */
.tx-srfeuserregister-pi1 #registerform{
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding-top:10px;
width: 470px;
}
.tx-newloginbox-pi1 table tr th{
padding-left: 7px;
}
.tx-srfeuserregister-pi1 td{
padding-left: 10px;
}
.tx-srfeuserregister-pi1 label{
  font-size: 12px;
  font-weight: bold;
  padding-left:3px;
}
.tx-srfeuserregister-pi1 label span {
    visibility:hidden;
}
.tx-srfeuserregister-pi1 .footer_button{
padding-left: 3px;
}
.tx-srfeuserregister-pi1 .footer_row{
  padding-right: 8px;
}
.tx-srfeuserregister-pi1-captcha-image{
  margin-left: 20px;
}
.tx-srfeuserregister-pi1-error{
  color: #ff0000;
}
.tx-srfreecap-pi2-cant-read{
font-size:12px;
font-weight:bold;
}

#content_left .bodytext{
   padding-left: 10px;
   padding-right: 10px;
}
.tx-srfeuserregister-pi1-trash{
margin-top:20px;
}
/*für die Auswahl des Instituts HI 26.09*/
#institutform {
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding-left:15px;
padding-right:20px;
padding-top:10px;
padding-bottom:15px;
margin-bottom:10px;
float: left;
}

#institutform label {
font-size:12px;
font-weight:bold;
padding-left:3px;
}

#institutform .go {
position: relative;
top: 3px;
}

#institutform ul{
margin-bottom: 0px;
}
#institutform .sfx{
width: 500px;
padding-right:25px;
}
#institutform .sfx-icon{
margin-top: 13px;
}
/*Menü in linker Spalte HI 30.09*/
#menuleft {
background:#D5E0EF none repeat scroll 0%;
border-left:3px solid #0350A9;
font-size:11px;
margin-left:0px;
padding-top:10px;
padding-bottom:10px;
padding-left:2px;
padding-right:2px;
}
#menuleft ul {
background:#D5E0EF none repeat scroll 0% 50%;
border-top:1px solid #D5E0EF;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}
#menuleft .ItemUnselected {
background-color:#FFFFFF;
background-image:url(images/browse_blue.gif);
background-repeat:no-repeat;
border-color:#FF0000 rgb(255, 0, 0) rgb(213, 224, 239);
border-style:solid;
border-width:0px 0px 1px;
margin:0px;
padding:0px;
padding-top: 3px;
padding-bottom: 3px;
}
#menuleft .ItemSelected {
background-color:#FFFFFF;
background-image:url(images/browse_orange.gif);
background-repeat:no-repeat;
border-color:#FF0000 rgb(255, 0, 0) rgb(213, 224, 239);
border-style:solid;
border-width:0px 0px 1px;
padding:0px;
padding-top: 3px;
padding-bottom: 3px;
}
#menuleft .ItemUnselected2 {
background-color:#FFFFFF;
background-image:url(images/browse_blue.gif);
background-repeat:no-repeat;
border-color:rgb(213, 224, 239);
border-style:solid;
border-width:0px 0px 1px;
margin:0px 0 0 7px;
padding:0px;
padding-top: 3px;
padding-bottom: 3px;
}
#menuleft .ItemSelected2 {
background-color:#FFFFFF;
background-image:url(images/browse_orange.gif);
background-repeat:no-repeat;
border-color:rgb(213, 224, 239);
border-style:solid;
border-width:0px 0px 1px;
margin:0px 0 0 7px;
padding:0px;
padding-top: 3px;
padding-bottom: 3px;
}
#menuleft a, 
#menuleft a:active, 
#menuleft a:hover, 
#menuleft a:link, 
#menuleft a:visited {
border-style:none;
border-width:0px;
color:#4A6885;
display:block;
font-weight:bolder;
margin-left:10px;
text-decoration:none;
vertical-align:middle;
}
#menuleft a:hover {
	text-decoration: underline;
}
/*Abspeichern Dialog für die Merkliste HI 02.10.2008*/
#saveForm {
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
margin-left:213px;
padding-top:10px;
margin-bottom:10px;
width:300px;
font-size: 11px;
}
#saveForm label {
font-size:12px;
font-weight:bold;
padding-left:3px;
}
#saveForm .paddingleft {
margin-left:10px;
margin-right:10px;
}
#dialog .warning{
color:#FF0000;
}
#registerform.export b {
	margin-left: 10px;
}
#registerform.export input {
	margin-left: 20px;
}
#registerform.export .footer_row input {
	margin-left: 0px;
}

/*folder hi - 22.10.2008*/
.folder_row {
height: 26px;
margin-left:208px;
margin-right:206px;
padding-top:3px;
padding-left:5px;
font-size:11px;
}
#inside{
margin: 0px;
padding: 0px;
}
#buttonrow_searchhistory{
margin: 0px;
padding: 0px;
padding-top: 10px;
}
.folder_row form{
margin: 0px;
}
.folder_row table{
border-width: 0px;
height: 26px;
border-collapse: collapse;
border: none;
width: 100%;
}
.folder_row td{
padding:0px;
margin: 0px;
font-size:11px;
font-weight: bold;
}
.folder_row .select_folder, .select_function{
font-weight: normal;
position: relative;
top: 2px;
width: 150px;
font-size:11px;
}
.folder_row .select_folder{
width: 120px;
}
.folder_row .select_function{
width: 170px;
}
.folder_row .go{
position: relative;
top: 5px;
}
.folder_row .background{
background-image:url(images/sp_back_26.gif);
}
.folder_row .td_1{
background-image:url(images/sp_back_26.gif);
width:110px;
padding-left: 5px;
}
.folder_row .td_2{
background-image:url(images/sp_back_26.gif);
width:150px;
}
.folder_row .td_2_just_folder{
background-image:url(images/sp_back_26.gif);
width: 170px;
}
.folder_row .td_3{
background-image:url(images/sp_back_26.gif);
width:75px;
padding-left: 5px;
}
.folder_row .td_3_just_folder{
background-image:url(images/sp_back_26.gif);

}
.folder_row .td_4{
background-image:url(images/sp_seperator_26.gif);
width:1px;
}
.folder_row .folder_chooser_end{
background-image:url(images/sp_right_26.gif);
width:5px;
}
.folder_row .person_image{
width:22px;
padding: 0px;
}
.folder_row .text{
position: relative;
top: 4px;
padding-left:5px;
}
#dialog table{
border-width: 0px;
height: 26px;
border-collapse: collapse;
border: none;

}
#dialog td{
padding:0px;
margin: 0px;
font-size:11px;
font-weight: bold;
}
#dialog .td_dialog_1{

width:500px;
}
#dialog .td_dialog_1_searchhistory{
width:287px;
}
#dialog .td_dialog_2{
background-image:url(images/dialog_li.png);
background-repeat: no-repeat; 
background-position: bottom;
width:7px;
}
#dialog .td_dialog_3{
background-image:url(images/dialog_mi.png);
background-repeat: repeat-x; 
background-position: bottom;
background-color: #cee3f1; 
width:270px;

}
#dialog .td_dialog_4{
background-image:url(images/dialog_re.png);
background-repeat: no-repeat; 
background-position: bottom;
width:7px;
}
#dialog .td_inner_dialog_1{
width:69px;
padding-left:5px;
}
#dialog .td_inner_dialog_2{
width:169px;
}
#dialog .td_inner_dialog_3{
  padding-left:4px;
}
#dialog .footer_row{
  background: transparent;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  height: auto;
}
#dialog .dialog_text{
padding-left: 4px;
margin-top:5px;
margin-bottom: 5px;
font-weight: normal;
}
#dialog .dialog_input{
float: right;
}
#dialog .go{
position: relative;
top: 2px;
}
#message{
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
margin-left:213px;
margin-right:214px;
padding:10px;
margin-bottom:10px;
font-size: 11px;
}
#message_without_margin{
background:#EFF4FD none repeat scroll 0% 50%;
border-left:3px solid #02538E;
margin-top:1em;
padding:10px;
margin-bottom:10px;
font-size: 11px;
}
#saveForm .paddingleft {
margin-left:10px;
}
.tx-srfeuserregister-pi1 {
	margin-left: 10px;
}

#margin_bottom{
 margin-bottom: 10px;
}

/* infobox: in linker Spalte, u.a. SSOAR-Info in hitlist */
div.infobox_title {
 background:#EFF4FD none repeat scroll 0 0;
 margin:5px 5px 0 0;
 padding:2px 0 1px 2px;
}
div.infobox_body {
 background:white none repeat scroll 0 0;
 margin:0 5px 5px 0;
 padding:2px 0 1px 2px;
 font-weight: normal;
}
div.infobox_body td {
 font-size: 11px;
}
/*searchistory hi, 20.01.2009*/
#searchhistory{
  font-size: 11px;
  margin-top:10px;
}
#searchhistory table{
  font-size: 11px;
}
#searchhistory tr{
  margin-top: 8px;
}

#searchhistory td{
  font-size: 11px;
}
#searchhistory .first_column{
  padding-left: 16px;
  padding-right: 16px; 
}
#searchhistory .second_column{
  text-align: left;
  padding-left: 4px;
  width: 61%;

}
#searchhistory .third_column{
  padding-left: 0px;
  padding-right: 0px;
  width: 20%;
  text-align: center;
}
#searchhistory .last_column{
  padding-left: 0px;
  padding-right: 0px;
  width: 20%;
  text-align: center;
}
#searchhistory .first_column_header{
  padding-left: 16px;
  padding-right: 16px; 
}
#searchhistory .second_column_header{
  text-align: left;
  padding-left: 4px;
  width: 61%
}
#searchhistory .third_column_header{
  width: 20%; 
}
#searchhistory .last_column_header{
  width: 20%;  
}
#searchhistory .table_header{
  height:26px;
  background-color: #D5E0EF;
  border-left:3px solid #0350A9;
}
#searchhistory .background_color_rows{
  background-color: #EFF4FD;
}
#searchhistory .resultCellSelector{
  padding-bottom: 50px;
}
#searchhistory .resultCellDescription{
  padding-top: 3px;

}
#buttonrow_searchhistory .last_img_column{
width: 5px;
}
/*
#searchhistory .hitcounter{
  top: 2px;
  left: 15px;
}*/
#searchhistory .resultCellDescripton a{
  font-weight: normal;
}

#searchhistory img#mark_trenner {
margin-right:10px;
margin-left: 5px;
}

#searchhistory #marks_form {
margin-top:5px;
}

#searchhistory .select_mark{
font-weight: normal;
width: 150px;
font-size:11px;
}

.bold {
  font-weight: bold;
}
div.searchfield {
   font-size: 11px;
/*   margin-left: 0.2em; */
   display: inline; 
   font-weight: normal;
}

div.searchvalue {
   font-size: 11px;
   margin-left: 0.2em;
   font-weight: bold;
   display: inline; 
}
div.error_with_margin {
background:#EFF4FD none repeat scroll 0%;
border-left:3px solid #0350A9;
margin-left:213px;
margin-right:213px;

}
div.breadcrumps_with_margin {
margin-left:213px;
margin-right:213px;
}
.h1_watchlist{
margin-top: 10px;
margin-bottom: 7px;
margin-left:213px;
margin-right:213px;
}
/* für SSOAR: linke und rechte Spalte der Suche ausblenden */
div#content div#content_center div#content_1 div#left, div#content div#content_center div#content_1 div#right {
 display:none;
}

/* für Themenschwerpunkte */
div.csc-header {
	padding-bottom: 13px;
}
p.align-center {
	text-align: center;
}
/*Infografik Startseite neu*/
#infografik {
margin-top:0px;
margin-left:2px;
}

#infografik ul{
list-style-type: none;
}
#infografik ul li{
list-style-image: none;
}
#infografik a:link, #infografik a:visited{
  background:transparent url(images/verfeinern_link_2.gif) no-repeat scroll 0 6px;
  padding-left:10px;
  text-decoration: none;
}
#infografik a:hover{
background:transparent url(images/browsen_mark.gif) no-repeat scroll -2px 6px;
}
#infografik table{
border-collapse: collapse;
}
#infografik td{
background: white url(images/sp_infografik_bg.jpg) repeat-x top left;
width: 33%;

}
#infografik .column_1{
border-left: solid 3px #02538E; 
}
#infografik .column_2{
border-left: solid 3px #cedbea; 
}
#infografik .column_3{
border-left: solid 3px #cedbea; 
}
#infografik .info_frame{
padding: 20px 20px 20px 42px; 
background: transparent url(images/sp_infografik_spot.gif) no-repeat 20px 25px;
}
#vtb{
margin-left: 201px;
}
.calender_header{
background-color:#D8E1F0;
/*
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;*/
height: 37px;
}
.calender-active-tab{
background:transparent url(images/event-calender-active-tab.jpg) no-repeat top left;

}
#events{
float:left;
padding-left:20px;
padding-right: 10px;
padding-top:10px;
padding-bottom: 9px;
}
#call-for-papers{
border-left: 1px solid #FAF9FA;
border-right: 1px solid #FAF9FA;  
padding-left: 20px;
padding-right: 10px;
float:left;
padding-top:10px;
padding-bottom: 9px;
}  
#block_1, #block_2, #block_3, #block_4, #block_5, #block_6{
clear:both;
}
.calender_title{
float: left;
}
a.rssfeed {
background:transparent url(images/ico-rss.gif) no-repeat scroll left 8px;
margin-left:8px;
padding:5px 10px 5px 18px;
font-weight: normal;
text-decoration: none;
}
.rss_link{
float: right;
padding-top:10px;
}
.calender{
border-collapse:collapse;
width: 100%;
}
.calender a{
text-decoration: none;
}
.calender thead th{
padding-top: 7px;
padding-bottom: 10px;
padding-left: 47px;
font-weight: normal;
}
.calender tr td{
font-size:11px;
}
.calender .date{
width: 140px;
padding-left:20px;
}
.calender .type{
padding-right:15px;
}
.calender .location_css{
padding-left:5px;
width: 120px;
}
.calender .background_color_rows{
  background-color: #EFF4FD;
}
.calender .morelink{
  background:transparent url(images/verfeinern_link_2.gif) no-repeat scroll 0 4px;
  padding:0 0 0 7px;
  text-decoration:none;
  padding-right: 10px;
}
.calender .morelink:hover {
   background: url(images/browsen_mark.gif) no-repeat -2px 4px;
   text-decoration: none !important;
}
.calender_footer{
background-color:#D8E1F0;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-size:11px;
}
.calender_footer .morelink{
  background:transparent url(images/verfeinern_link_2.gif) no-repeat scroll 0 4px;
  padding:0 0 0 7px;
  text-decoration:none;
  font-weight: normal;
}
.calender_footer .morelink:hover {
   background: url(images/browsen_mark.gif) no-repeat -2px 4px;
   text-decoration: none !important;
   color: #112573;
}
.event_details{
border-collapse:collapse;
border-left:3px solid #02538E;
width:100%;
}
.event_details td{
  padding-top: 5px;
  padding-bottom: 5px;
}
.event_details .background_color_rows{
  background-color: #EFF4FD;
}
.event_details .first_column{
 font-weight: bold;
 width: 200px;
 padding-left: 15px;
}
.event_calender{
  border-left:3px solid #02538E;
}
.tab_event{
display:inline;
padding:5px 0 0 10px;
}
#event_browse{
float:left;
}
div#event_browse ul li{
background-color:#EFF4FD;
display:inline;
margin-right:5px;
padding-left:4px;
padding-right:4px;
font-size: 11px;
}
#event_browse a{
text-decoration:none;
}
.hidden{
display:none;
}
.visible{
display:block;
}
.current_tab{
color:#FF7E0B;
}
a.visualization_link {
background:transparent url(images/visualization-icon.gif) no-repeat scroll left 8px;
margin-left:8px;
padding:10px 10px 5px 25px;
font-weight: normal;
text-decoration: none;
}
.float_right{
float: right;
margin-right: 10px;
}