/* ===============================================
Project:  campus02-eig
File:     screen.css
Author:   Florian Kircher <florian.kircher@webteam.at>

  TABLE OF CONTENTS
----------------------------------
  0. Import Definitions (Core, Defs, Navigation)
  1. Standard Selectors
  2. Layout Elements
  3. Start
  4. Organisations
  5. Documents
  6. Events
  7. Misc
=============================================== */


/* ===============================
  =0. Import Definitions
=============================== */
@import url(undohtml.css);
@import url(core.css);
@import url(navigation.css);



/* ===============================
  =1. Standard Selectors
=============================== */

/* -------------------------------
    =1.1 Block Elements
------------------------------- */

html, body {
  text-align:center;
  font-family:Helvetica, Verdana, sans-serif;
  font-size:0.9em;
  color:#333333;
  height:101%;
}
dfn {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}
.outofsight, #shortcuts {
  position:absolute;
  left:-2000px;
}

dl dt {
  font-style: italic;
  margin-top: 0.6em;
  text-align:left;
}
dl dd {
  margin-left: 1em;
  text-align:left;
}


/* -------------------------------
    =1.2 Inline Elements
------------------------------- */

a {
  color:#1d54a6;
  text-decoration:none;
}


/* -------------------------------
    =1.2 Classes
------------------------------- */

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
}
.clearleft {
  clear:left;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
}
.hidden {
  display: none;
}


/* ===============================
  =2. Layout Elements
=============================== */

/* -------------------------------
    =2.1 Main Layout
------------------------------- */

#page {
  text-align: left;
  width: 960px;
  margin: 0  auto;
}

  #logo_eig {
    float: left;
    height: 80px;
    padding-left: 10px;
  }
    #logo_eig a {
      display: block;
      padding-top: 30px;
    }

  #logo_camp02 {
    float: right;
    color: #999999;
    padding-top: 30px;
    padding-right: 10px;
  }
    #logo_camp02 img {
      vertical-align: middle;
      padding-left: 0.5em;
    }


/* -------------------------------
    =2.2 Standard Content Page
------------------------------- */

#header {
  height:125px;
  width:960px;
  background-image:url(../../images/blue/content_header.jpg);
  border: 1px solid #eee;
}

#content {
  text-align: left;
  line-height: 17px;
}

  #wrapper {
    float: left; 
    width: 567px; 
  }

body.content #content { 
  width: 921px;
  padding: 20px;
  padding-right: 0;
}
  #content h1,
  #content h2 { 
    font-style: italic;
    text-transform: uppercase;
  	letter-spacing: 0.5px;
    margin-top: 1em;
  }
  #content h1 {
    font-size: 1.4em;
    margin-bottom: 1.3em;
  }
  #content h2 { 
    font-size: 1.2em;
  }
  #content form {
    margin-top:15px;
  }
  #content p {
    padding: 10px 0 15px 0;
  }
  #content ul {
    list-style-image: url(../../images/blue/navigation_bullet.gif);
    margin-left: 15px;
  }
    #content ul li {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }


  .list_main li {
    display: block;
    float: left;
    border-bottom: 1px solid #ccc;
    background-image: url(../../images/blue/icon_organisations.gif);
    background-repeat: no-repeat;
    background-position: 6px center;
    list-style-image: none;
    line-height: 1.1em;
    padding: 0 !important;
    margin-right: 10px;
  }
    .list_main li.odd {
      background-color: #f1f7f9;
    }
    .list_main li a {
      display: block;
      width: 149px;
      padding: 11px 0 9px 30px !important;
    }



/* -------------------------------
    =2.3 Sidebar
------------------------------- */

#sidebar { 
  float: right; 
  text-align: right;
  font-size: 0.95em;
  width: 327px;
  padding-top: 2px;
  border-left: 10px;
}
  #sidebar h2 {
    text-align:left;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom:5px;
  }
  #content #sidebar ul {
    padding-bottom:20px;
    padding-right:10px;
    list-style-type:none;
    list-style-image:none;
    margin-left:20px;
  }
  #sidebar label {
    display:block;
  }
  #sidebar .quicklinks {
    text-align:left;
  }
    #sidebar .quicklinks li {
      border-bottom:1px solid #ccc;
      padding-left:0;
      line-height:28px;
      padding-bottom:5px;
      padding-left:45px;
      padding-top:5px;
    }
    #sidebar .quicklinks li.row {
      background-color:#f1f7f9;
    }
  #sidebar img {
    float:left; 
    margin-right:10px;
  }
  #sidebar a {
    color:#1d54a6;
    text-decoration:none;
  }


/* -------------------------------
    =2.4 Footer
------------------------------- */

#footer { 
  clear:both; 
  color:#666666;
  border-top:1px solid #ccc;
}
  #footer a {
    color:#858585;
    text-decoration:none;
  }
  #footer_left {
    margin-top:15px;
    float:left;
    margin-left:10px;
  }
  #footer_right {
    margin-top:15px;
    margin-right:15px;
    float:right;
  }

  #footer span.separator {
    padding: 0 1em;
  }


/* ===============================
  =3. Page -> Start
=============================== */

/* -------------------------------
    =3.1 Start Containers
------------------------------- */

body.start #content { 
  width:960px;
}
  body.start #content h1 {
    text-transform: none;
    line-height: 1.1em;
    margin-top:4px;
    margin-bottom:4px;
  }
  body.start #content h2 {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 0.5em;
  }
  body.start #content ul li {
    padding-top: 0;
    padding-bottom:10px;
    margin-left:5px;
  }
  #start_img {
    width:480px;
    height:340px;
    background-image:url(../../images/blue/start_header.jpg);
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    float:left;
  }

  #start_prim_content {
    /*background-image: url(../../images/blue/start_prim_content2.png);*/
    background-color: #f4f4f4;
    float: left;	
    color: #000;
    width: 419px;
    height: 300px;
    border-bottom: 1px solid #fff;
    padding: 5px 30px 35px 30px;
  }
#start_prim_content h2 {
  margin:0;
}

#start_prim_content a {

  padding-left:5px ;

}



    #start_prim_content p {
      padding: 10px 10px 30px 10px; 
      line-height: 1.6em;
      font-size: 1.1em;
    }
/*    #start_prim_content a {
      display:block; 
      padding:5px; 
      background-color:#1d54a6; 
      color:#fff; 
      line-height:30px; 
      width:230px; 
      text-align:center;
      border:1px outset #ccc;
    }*/
  a.browse {
    display:block;
    float:left;
    padding:5px; 
    background-color:#1d54a6;
    color:#fff; 
    line-height:25px; 
    width:160px;
    text-align:center;
    border:1px outset #ccc;
    margin-top:20px;
    font-size:0.9em;

  }

  a.browse2 {
    display:block;
    float:right;
    padding:5px; 
    background-color:#1d54a6;
    color:#fff; 
    line-height:25px; 
    width:220px;
    text-align:center;
    border:1px outset #ccc;
    margin-top:20px;
    margin-right:20px;
    font-size:0.9em;
  }


#start_up_events a.browse {
	position:absolute;
	top:670px;

}
/*#start_up_events a.browse {
    position:relative;
    top:43px;

}*/
/*#start_latest_docs  a.browse {
	position:relative;
	top:100px;

}*/



#start_buttons {
    width:477px;
    height:335px;
   background-color: #f0f0f1;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    float:left;
    padding-top: 5px;
  padding-left: 2px;
}



a.startbtn {
  display:block;
  padding:3px;
  margin: 0;
  float: left;
}

a.startbtn img {
   padding:0;
  margin: 0;
  border:1px solid #ccc;
}


/* -------------------------------
    =3.2 Recent Organisations
------------------------------- */

#start_recent_orga {
  float:left;
  padding-top:10px;
  padding-left:10px;
  width:469px;
  background-color:#f0f0f1;
  padding-bottom:20px;
    height:260px;
}
  #start_recent_orga h2 {
    font-size:1.2em;
    padding-bottom:10px;
  }
  #start_recent_orga img {
    float:left; 
    margin-right:20px;
    height:43px; 
    width:100px;
  }
  #start_recent_orga p {
    clear:both; 
    line-height:22px;
    border-bottom:1px solid #ccc; 
    width:460px;
    padding: 1px 0 0 0;
  }

/* -------------------------------
    =3.3 Latest Documents
------------------------------- */

#start_latest_docs {
  padding: 10px 10px 20px 10px;
  width:220px;
  float:left;
  background:#f0f0f1;	
  border:1px solid #fff;
  border-top:0;
  border-bottom:0;
    height:260px;
}
  #start_latest_docs h2 {
    font-size:1.2em;
    padding-bottom:10px;
  }
  #start_latest_docs ul {
    list-style-image: none;
    padding: 10px 0 0 0;
    margin: 0 0 -10px 0;
white-space:nowrap;
  } 
    #start_latest_docs ul li a {
      background-image: url(../../images/blue/start_docs_bullet.png);
      background-repeat: no-repeat;
      background-position: 0 center;
      color: #1d54a6;
      font-size: 1em;
      display: block;
      width: 180px;
      line-height: 12px;
      padding-left: 20px;
      border-bottom: 1px solid #ccc;
      margin: 0;
    }

/* -------------------------------
    =3.3 knowledgebase
------------------------------- */

#knowledgebase {
  padding: 10px 10px 20px 10px;
  width:220px;
  float:left;
  background:#FFA500;   
  border:1px solid #fff;
  border-top:0;
  border-bottom:0;
    height:260px;
}
  #knowledgebase h2 {
    font-size:1.2em;
    padding-bottom:10px;
  }
 #knowledgebase ul {
    list-style-image: none;
    padding: 10px 0 0 0;
    margin: 0 0 -10px 0;
white-space:nowrap;
  } 
    #knowledgebase ul li a {
      background-image: url(../../images/blue/start_docs_bullet.png);
      background-repeat: no-repeat;
      background-position: 0 center;
      color: #1d54a6;
      font-size: 1em;
      display: block;
      width: 180px;
      line-height: 12px;
      padding-left: 20px;
      border-bottom: 1px solid #ccc;
      margin: 0;
    }


/* -------------------------------
    =3.4 Upcoming Events
------------------------------- */

#start_up_events {
  float: left;
  background:#f0f0f1;	
  width: 219px;
  padding: 10px;
  padding-bottom: 20px;
height:260px;
}
  #start_up_events h2 {
    font-size:1.2em;
    padding-bottom:10px;
  }
  #start_up_events div { 
    width: 220px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
    #start_up_events p.start_events_date { 
      float: left; 
      background-image: url(../../images/blue/start_events_bullet.png);
      background-repeat: no-repeat; 
      color: #fff; 
      font-size: 0.75em; 
      font-weight: bold;
      text-align: center; 
      line-height: 11px;
      width: 21px; 
      height: 25px; 
      padding: 6px 0 0 0;
      margin-right: 10px;
    } 
    #start_up_events p.start_events_desc { 
      width: 200px; 
      padding: 0 0 0 10px;
    } 
  #start_up_events a.browse {
    margin-top:4px;
  }


/* ===============================
  =4. Page -> Organisations
=============================== */

#organisation_countries .list_main {
  float: left;
  text-align: left;
}
  #organisation_countries li {
    float: none;
  }

#organisation_countries .list_main,
#organisation_categories .list_main {
  margin: 0;
}

#organisation_categories h2 {
  padding: 2em 0 1em 0;
}

.orgMeta  {
  width: 90px;
  display:block;
  float: left;
  font-weight:bold;
}

/* -------------------------------
    =4.3  Sorted By
------------------------------- */

#organisation_sort_list {
  display:inline;
  width:610px;
  font-size:1em;
}
  #organisation_sort_list select {
    width:178px;
    border:1px solid #c0c0c0;
    background-color:#f5f5f5;
  }
  #organisation_sort_list .submit {
    width:55px;
    background:#1d54a6;
    color:#FFF;
    padding:1px 0 1px 0;
    text-align:center;
  }
  #organisation_sort_list label {
    display:inline;
    padding-right:10px;
  }
  #organisation_sort_list ol {
    display:block;
    margin-top:10px;
  }
    #organisation_sort_list ol li {
      padding: 5px 0 5px 0;
    }


/* -------------------------------
    =4.4  Display Details
------------------------------- */

div.detail_row {
  clear: both;
  padding-bottom: 2em;
}
  div.detail_row span.label {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 6em;
    padding-right: 0.5em;
  }
  div.detail_row span.text {
    float: left;
  }
div.detail_block {
  clear: both;
  border-top: 1px solid #ccc;
}


ol.list_view_organisations {
  padding-bottom:20px;
  line-height:5px;
}
  ol.list_view_organisations li {
    list-style:none;
    border-bottom:1px solid #ccc;
    list-style-image:none;
    padding-top:10px;
    padding-bottom:5px;
    line-height:15px;
}
  ol.list_view_organisations li:hover {
    background-color:#f1f7f9;
  }
  ol.list_view_organisations a {
    display:block; 
    width:540px;
  }
  #wrapper ol.list_view_organisations li p {
    padding-bottom: 10px;
  }
  #wrapper ol.list_view_organisations li h3 { 
    padding:15px 0 10px 0; 
  }
img.organisation_logo {
  float:right; 
  border-left:30px solid #fff;
}

ol.list_view_mails {
  padding-bottom:20px;
  line-height:10px;
}
  ol.list_view_mails li {
    list-style:none;
    border-bottom:1px solid #ccc;
    list-style-image:none;
    padding-top:5px;
    padding-bottom:5px;
    line-height:13px;
		width:540px;
}
  ol.list_view_mailsli:hover {
    background-color:#f1f7f9;
  }
  ol.list_view_mails li p a {
     

  }
  #wrapper ol.list_view_mails li p {
    padding-bottom: 0px;
  }
  #wrapper ol.list_view_mailsli h3 { 
    padding:15px 0 10px 0; 
  }


/* ===============================
  =5. Page Documents
=============================== */

/* -------------------------------
    =5.1  Documents Overview (Display List)
------------------------------- */

ol.list_view_documents {
  padding-bottom:20px;
  line-height:5px;

}
  ol.list_view_documents li {
    list-style:none;
    border-bottom:1px solid #ccc;
    list-style-image:none;
    padding-top:10px;
    padding-bottom:7px;
    line-height:15px;
    clear:left;
}
  ol.list_view_documents li:hover {
    background-color:#f1f7f9;
  }

#wrapper ol.list_view_documents li span.title {
  font-weight:bold;
  display:block; 
  width:540px;
  overflow:hidden;
}


/* ===============================
  =6. Page Events
=============================== */

/* -------------------------------
    =6.1  Events Overview (Display List)
------------------------------- */

ol.list_view_events li {
  position: relative;
  clear: both;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
}
  ol.list_view_events li h3.list_events_desc {
    font-size: 110%;
    padding:  0  0 1em 2.7em !important;
  }

  ol.list_view_events li p.description {
    padding: 0 0 0 2.97em !important;
  }

  ol.list_view_events li p.list_events_date {
    position: absolute;
    top: 13px;
    left: 0;
  	background: #1d54a6 url(../../images/blue/cal-perforation.gif) repeat-x;
  	color: #ffffff;
  	text-align: center;
  	text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
  	width: 2em;
  	height: 4.1em;
  	padding: 6px 0 0 0 !important;
  }
    .list_events_date span.day {
    	font-size: 140%;
    	display: block;
    }
    .list_events_date span.month {
    	display: block;
    	font-size: 70%;
    }

    .list_events_date span.year {
        display: block;
        font-size: 100%;
    }

/* -------------------------------
    =6.2  Event Details
------------------------------- */

dl.details {
  background-color: #f1f7f9;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
}
  dl.details dt {
    font-weight: bold;
  }
  dl.details dd {
  }
div.detail_block {
  clear: both;
  border: none;
}

body.content a.browse {
  display: block; 
  background-color: #1d54a6;
  color: #fff;
  font-size: 1em;
  text-align:center;
  padding: 0.2em 1em; 
  border: 1px outset #ccc;
  margin-top: 2em;
}



/* ===============================
  =7. Misc
=============================== */

/* -------------------------------------------
   =7.0 Formulare allgemein
------------------------------------------- */

  fieldset {
    padding: 0;
    border: 0;
    margin: 0;
  }

  input,
  textarea,
  select {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 90%;
    color: #1d54a6;
    border: 1px solid #1d54a6;
    padding: 0.2em;
    margin: 0.2em;
  }
    input.submit {
      font-family: Helvetica, Verdana, sans-serif;
      background-color: #1d54a6;
      color: #ffffff;
    }
    input:focus,
    textarea:focus {
      border-color: #1d54a6;
    }

  select {
    margin-top: -0.1em;
  }
    select option {
      padding-right: 1em;
    }


/* -------------------------------------------
   =7.1 Formular Standardstil (Kontakt etc)
------------------------------------------- */

  form.def_style {
  }
    form.def_style legend {
      font-color: #1d54a6; 
      font-weight: bold;
      padding-top: 2em;
    }
    form.def_style li {
      padding: 0.2em;
      border-bottom: 1px solid #cccccc;
    }
      form.def_style li label {
        padding: 0.2em 0.3em;
      }
      form.def_style li input.checkbox {
        border: none;
      }



/* -------------------------------------------
   =7.2 Kontakt
------------------------------------------- */

  #contact {
    width: 400px;
  }


/* -------------------------------------------
   =7.3 Suchformular im Sidebar
------------------------------------------- */

  #sidebar label {
    display: inline;
  }
  #sidebar input {
    width: 205px;
  }
  #sidebar p {
    padding: 0;
    margin: 0;
  }
    #sidebar p input.submit {
      font-size: 1em;
      width: 105px;
      margin: -50px 118px 20px 0;
    }

/* -------------------------------------------
   =7.3 Glossary Link Display
------------------------------------------- */
  .glossary_links a {
    float:left;
    display:block;
    margin: 0 1px;
    padding:3px;
    background-color:#1d54a6;
    color:#fff;
    width:1em;
    text-align:center;
  }
  .glossary_links hr {
    clear:both; 
    visibility:hidden;
  }


/* -------------------------------------------
   =cim liste
------------------------------------------- */

div.cimline {

    clear:both;
    text-align:left;
}
div.cimitem_l img{

    margin-top:9px;
    margin-right:5px;
}
div.cimitem_l {
    width: 280px;
    float:left;
}

div.cimitem_r{
    width: 280px;
    float:right;
}

.cimcontact a{
      padding-left:0;
      line-height:50px;
      padding-bottom:5px;
      padding-top:7px;

    }

.cimcontact img {
    float:left; 
    padding-right:10px;
    margin-top:9px;

  }

.hashauthform input{
    padding: 0;
    margin: 0;
}






/* -------------------------------------------
   =suggest suche
------------------------------------------- */


.ac_input {
  width: 200px;
}
.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.ac_loading {
  background : url('../../images/blue/indicator.gif') right center no-repeat;
}
.ac_over {
  background-color: Highlight;
  color: HighlightText;
}

.invisible {
visibility: hidden;
}