/* ---------------------------------------------------------------------

  Filename: main.css
  Description: main cascading stylesheet
  Date of Creation: 14.07.2008
  Last Changes: 19.08.2008
  
------------------------------------------------------------------------

  1.0 :: General Elements
    |- 1.1 - Text
    |- 1.2 - Links
    |- 1.3 - Images
    |- 1.4 - List
    |- 1.5 - Table
    |- 1.6 - Form
    |- 1.7 - Other
      
  2.0 :: Layout
    |- 2.1 - Website Wrapper
    |
    |- 2.2 - Header
    |   |- 2.2.1 - Logo
    |   |- 2.2.2 - TopMenu
    |   |- 2.2.3 - Search
    |
    |- 2.3 - Menu
    |
    |- 2.4 - ContentBox
    |
    |- 2.5 - Logos
    |
    |- 2.6 - LeftMenu
    |
    |- 2.7 - Locationbar
    |
    |- 2.8 - Templates
    |   |-  2.8.1 - General Elements
    |   |-   2.8.2 - Home
    |   |-   2.8.3 - Persons
    |   |-   2.8.4 - Person (Detail)
    |   |-   2.8.5 - BibTex / PGP
    |   |-  2.8.6 - News
    |   |-  2.8.7 - Group
    |   |-  2.8.7.1 - Secure Systems Group
    |   |-  2.8.7.1.1 - Secure Systems Group Highlights and Publications and Projects
    |   |-  2.8.8 - Publications
    |   |-  2.8.9 - Newsbox
    |   |-  2.8.10 - Teaching (Main)
    |   |-  2.8.11 - Teaching (Middle)
    |   |-  2.8.11 - Teaching (Right)
    |   |-  2.8.12 - Sitemap
    |   |-  2.8.13 - How To Reach
    |
    |- 2.9 - Footer
    
--------------------------------------------------------------------- */

/*
 * -------------------------------------------------------------------
 * 1.0 General
 * -------------------------------------------------------------------
 */
 
/* 1.1 Text
--------------------------------------------------------------------- */

html 
{
  overflow-y: scroll;
}

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Trebuchet MS";
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  text-decoration: none;
  text-transform: none;
  color: #666666;
}

h1
{
  font-size: 24px;
  color: #333333;
  margin-bottom: 0.2em;
  font-weight: normal;
}

h2
{
  font-size: 16px;
  font-weight: normal;
  color: #0B71B7;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

h3
{
  font-size: 14px;
  font-weight: normal;
  color: #0B71B7;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

h4
{
  font-size: 12px;
  font-weight: normal;
  color: #0B71B7;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

h5
{
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  color: #0B71B7;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

h6
{
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #0B71B7;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

#right_column h2, #right_column h3, #right_column h4, 
#right_column h5, #right_column h6, .teaching_both_right h1,
.teaching_both_right h2, .teaching_both_right h3, .teaching_both_right h4,
.teaching_both_right h5, .teaching_both_right h6,  .teaching_both_left h1,
.teaching_both_left h2,  .teaching_both_left h3,  .teaching_both_left h4,
.teaching_both_left h5,  .teaching_both_left h6, #home_banner_right_text h2,
#group h2, td h2, td h3, td h1
{
  margin-top: 0em;
}

p
{
  margin-bottom: 1em;
  font-size: 8pt;
}

span
{
  font-size: 0.7em;
}

pre.shell
{
  margin: 1em;
  padding: 1em;
  font-size: 0.9em;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #ededed;
}

ul pre.shell
{
  font-size: 1.3em;
}


/* 1.2 Links
--------------------------------------------------------------------- */

a 
{
  color: #666666;
  text-decoration: underline;
}

a:hover
{
  color: #f94577;
}

li a:hover
{
  color: #f94577;
}

a:visited
{
  color: #666666;
}

a:active
{
  color: #666666;
}

a.more
{
  font-size: 0.7em;
  text-decoration: none;
  color: #f94577;
}

p a.more
{
  font-size: 1em;
}

a.more:hover
{
  text-decoration: underline;
} 

td a.more, th a.more
{
  font-size: 1em;
}

li a.more
{
  font-size: 1em;
}

/* 1.3 Images
--------------------------------------------------------------------- */

img
{
  border: none;
  padding: 0;
  margin: 0;
}

img.border
{
  padding: 0.4em;
  padding-bottom: 0.1em;
  margin-right: 2em;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;  
}

#main_content span.image_description
{
  font-size: 0.7em;
  font-style: italic;
}

/* 1.4 List
--------------------------------------------------------------------- */

li
{
  margin-left: 2em;
}

ul
{
  list-style-type: square;
  margin-bottom: 1em;
  font-size: 0.7em;
}

ol
{
  list-style-type: square;
  margin-bottom: 1em;
  font-size: 0.7em;
}

ul ul
{
  margin-bottom: 0em;
  font-size: 1em;
}

ol ol
{
  margin-bottom: 0em;
  font-size: 1em;
}

td ol
{
  margin-bottom: 0em;
  font-size: 1em;
}

td ul li
{
  font-size: 1.4em;
}

ul li ul li
{
  font-size: 1em;
}

/* 1.5 Table
--------------------------------------------------------------------- */

table 
{
  width: 100%;
  
  font-size: 0.7em;
}

tr 
{ 
  background-color: #FBFDF6;
}

tr.odd 
{
  background-color: #eaf6fc;
}

tr.error
{
  background-color: #f3c8c8;
}

tr.group
{
  background-color: #c6e8ff;
}

td 
{
  padding: 0.5em;
}
  
thead tr th 
{
  padding-top:    0.2em;
  padding-bottom: 0.2em;
  padding-left:   0.5em;
  padding-right:  0.5em;
      
  color: #ffffff;
  font-weight: bold;  
  text-transform: uppercase;
  text-align: left;
      
  background-color: #0B71B7;
}
  
tr:hover td, tr:hover td a, tr:hover th a
{
  color: #E6005A;
}
    
td.text_right
{
  text-align: right;
}

td.text_center, th.text_center
{
  text-align: center;
}

td.icon
{
  width: 16px;
  padding-left: 10px;
}

td.minimum
{
  width: 1px;
}

td.location
{
  text-align: right;
}

td.timetable_location
{
  text-align: center;
  width: 6em;
}

th.location
{
  text-align: right;
}

/* 1.6 Form
--------------------------------------------------------------------- */

.buttonSubmit, .buttonSubmitHovered 
{
  width: 69px;
  height: 26px;
  color: #ffffff;
  font-weight: bold;
  padding:2px 5px;
  background: url(../images/form_submit_button.gif) no-repeat left top;
  border:none;
}

.buttonSubmit:hover {
  background-position:left bottom;
} 

.textinput, .textinputHovered 
{
  width:236px;
  height:15px;
  background:url(../images/form_input_text.gif) no-repeat left top;
  border:none;
  padding:4px 8px;
}

.textinput:hover 
{
  background-position:left bottom;
}

.textinput_small
{
  width: 215px;
  height:15px;
  background:url(../images/form_input_text_small.gif) no-repeat left top;
  border:none;
  padding:4px 8px;
}

.textinput_small:hover 
{
  background-position:left bottom;
}

/* 1.7 Other
--------------------------------------------------------------------- */

hr 
{
 border-color : #dedede;
 border-width : 1px 0 0 0;
 border-style : solid;
}

blockquote
{
  margin-left: 1em;
  padding-left: 0.5em;
  
  border-color: #0B71B7;
  border-style: solid;
  border-bottom-width: 0em;
  border-left-width: 2px;
  border-right-width: 0em;
  border-top-width: 0em;
}

/*
 * -------------------------------------------------------------------
 * 2.0 Layout
 * -------------------------------------------------------------------
 */

/* 2.1 Website Wrapper
--------------------------------------------------------------------- */

#website 
{
  width: 60em;
  margin: 0 auto;
}

/* 2.2 Header
--------------------------------------------------------------------- */

#header 
{
  width: 60em;
  height: 4.5em;
}

/* 2.2.1 Logo
--------------------------------------------------------------------- */

#logo 
{
  width: 15em;
  height: 4.5em;
  float: left;
}

/* 2.2.3 Topmenu
--------------------------------------------------------------------- */

#topmenu
{
  width: 20em;
  height: 4.125em;

  margin-top: 0.375em;
  float: left;
  text-align: left;
}

a.topmenu
{
  margin-left: 0.3em;
  margin-right: 1.25em;

  font-family : "Verdana", sans-serif;;
  font-size: 0.55em;
  color: #666666;
  text-decoration: none;
  background-color: #ffffff;
}

a.topmenu:hover
{
  color: #f94577;
  background-color: #ffffff;
  text-decoration: underline;
}

/* 2.2.3 Search
--------------------------------------------------------------------- */

#search 
{
  width: 330px;
  height: 3em;
  float: right;

  margin-top: 0.375em;
}
 
#search_text
{
  width: 236px;

}

#search_button
{
  width: 69px;

  float: right;
}

/* 2.3 Menu
--------------------------------------------------------------------- */
 
#menu 
{
  width: 60em;
  height: 2em;
  margin-bottom: 1px;
}

#menu ul 
{
  width: 12em;
  height: 2em;
  float: left;

  list-style-type: none;
  margin-bottom: 0;
  font-size: 1em;
    
  padding: 0;
  margin: 0;
}

#menu a.top
{
  width: 9.7em;
  height: 1.4em;

  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 2.3em;

  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-align: left;

  color: #ffffff;

  background-image: url("../images/menu_icon.gif");
  background-repeat: no-repeat;
  background-position: 1em 50%;
  background-color: #005a99;
}

#menu a.top:hover 
{
  background-color: #aaacab;
  color: #ffffff;  
}

#menu a.top_hover
{
  width: 9.7em;
  height: 1.4em;

  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 2.3em;

  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-align: left;

  color: #ffffff;

  background-image: url("../images/menu_icon.gif");
  background-repeat: no-repeat;
  background-position: 1em 50%;
  background-color: #aaacab;
}

#menu a.top_active
{
  width: 9.7em;
  height: 1.4em;

  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 2.3em;

  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-align: left;

  color: #0066CC;

  background-image: url("../images/menu_icon.gif");
  background-repeat: no-repeat;
  background-position: 1em 50%;
  background-color: #bed731;
}

#menu a.top:active
{
  color: #ffffff;
  background-color: #bed731;
}

#menu a.under
{
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1.3em;
  padding-right: 0.3em;

  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
  color: #000000;

  background-color: #ededed;

  border-color: #d1d1d1;
  border-style: solid;
  border-bottom-width: 0.1em;
  border-left-width: 0.1em;
  border-right-width: 0.1em;
  border-top-width: 0em;
}

#menu a.under:hover
{
  color: #000000;
  background-color: #aaacab;
}

#menu li 
{
  position: relative;
  margin-left: 0;
  z-index: 400;
}

#menu ul ul 
{
  position: absolute;
  z-index: 500;

}

#menu ul ul ul 
{
  position: absolute;
  top: 0;
  left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
  display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
  display: block;
}

/* 2.4 ContentBox
--------------------------------------------------------------------- */

#contentbox 
{
  font-size: 1em;
}

#left
{
  width: 15em;
  float: left;
}

#right
{
  width: 45em;
  float: right;
}

#main_content 
{
  width: 44em;
  text-align: left;
  padding-top: 1em;
  padding-left: 1em;
}

/* 2.5 Logos
--------------------------------------------------------------------- */

img.leftlogo
{
  width: 15em;
  height: 96px;
}

img.rightlogo
{
  width: 45em;
  height: 96px;
}

/* 2.6 LeftMenu
--------------------------------------------------------------------- */

#leftmenu_title
{
  width:  14em;

  padding-top:  0.5em;
  padding-left: 1em;

  font-weight:     bold;
  text-decoration: none;
  color: #85b8db;
  
  background-color: #0b71b7;
}

#leftmenu_title a
{ 
  text-decoration: none;
  color: #85b8db;
}

#leftmenu_title a:hover
{ 
  color: #ffffff;
}

#leftmenu_title a:visited
{ 
  color: #85b8db;
}

#leftmenu
{ 
  padding-top: 0.2em;
  background-color: #0b71b7;
}

#leftmenu_menu
{ 
  min-height: 120px; /* BG */
  height: auto !important;
  height: 120px;  /* Internet Explorer */
             
  padding-bottom: 1em;

  background-color: #0b71b7;
  background-image: url("../images/leftmenu_menu_background.png");
  background-repeat: repeat-x;
  background-position: left bottom;

  border-bottom-width: 0.4em;
  border-bottom-color: #bed730;
  border-bottom-style: solid;
}

#leftmenu_links
{ 
  min-height: 110px;  /* BG */
  height: auto !important;
  height: 110px;  /* Internet Explorer */
  padding-top: 1.5em;

  background-color: #ffffff;
  background-image: url("../images/leftmenu_links_background.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

a.leftmenu_menu_item
{
  margin-left:   1.8em;
  margin-bottom: 0.5em;
  margin-top:    0.5em;
  padding-left:  1.8em;
  padding-right: 1em;
  display: block;

  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #ffffff;

  background-image: url("../images/leftmenu_arrow.png");
  background-repeat: no-repeat;
}

a.leftmenu_menu_item:active
{ 
  background-image: url("../images/arrow_green.gif");
}

a.leftmenu_menu_item:hover, a.leftmenu_menu_item:visited:hover
{
  color: #bed731;
}

a.leftmenu_menu_item:visited
{
  color: #ffffff;
}

a.leftmenu_menu_item_active
{
  margin-left: 1.8em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  padding-left: 1.8em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #bed731;

  background-image: url("../images/leftmenu_active_arrow.gif");
  background-repeat: no-repeat;
}

a.leftmenu_menu_item_active:hover, a.leftmenu_menu_item_active:visited:hover
{
  color: #ffffff;
}

a.leftmenu_menu_item_active:visited
{
  color: #bed731;
}

a.leftmenu_menu_subitem
{ 
  margin-left: 3em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 2em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  text-align: left;
  color: #bcd732;
}

a.leftmenu_menu_subitem:hover
{
  color: #ffffff;
}

a.leftmenu_menu_subitem:visited
{
  color: #bcd732;
}

a.leftmenu_menu_subitem_active
{ 
  margin-left: 3em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 2em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  text-align: left;
  color: #ffffff;

}

a.leftmenu_menu_subitem_active:visited
{ 
  color: #ffffff;
}

a.leftmenu_links_item
{ 
  margin-left: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  padding-left: 2em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  text-align: left;
  color: #000000;

  background-image: url("../images/leftmenu_arrow.png");
  background-repeat: no-repeat;
}
a.leftmenu_links_logo_item
{ 
  margin-left: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  padding-left: 2em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  text-align: left;
  color: #000000;
}

a.leftmenu_links_item:hover
{
  color: #0b71b7;
}

a.leftmenu_links_item:visited
{
  color: #000000;
}

/* 2.7 Locationbar
--------------------------------------------------------------------- */

#locationbar 
{
  height: 1.8em;
  width: 43.6em;
  padding-left: 1.4em;

  text-decoration: none;
  text-align: left;

  background-color: #ededed;
}

#locationbar_text
{
  line-height: 1.8em;
}

#locationbar b
{
  font-family : "Verdana", sans-serif;
  font-size: 0.55em;
  text-decoration: none;
  text-align: left;
  color: #666666;
}

#locationbar a
{
  font-family : "Verdana", sans-serif;
  font-size: 0.55em;
  text-decoration: underline;
  text-align: left;
  color: #666666;
}

#locationbar a:hover
{
  color: #f70146;
}

span.locationbar
{
  font-family : "Verdana";
  font-size: 0.55em;
  text-decoration: none;
  text-align: left;
  color: #666666;
}

#locationbar span.locationbar_arrow
{

  /* height: 5px; */
  /* width: 6px; */
  /* background-image: url("../images/locationbar_arrow.png"); */
  /* background-repeat: no-repeat; */
  
  color: #f70146;

}

/*
 * -------------------------------------------------------------------
 * 2.8 Templates
 * -------------------------------------------------------------------
 */


/* 2.8.1 General Elements
--------------------------------------------------------------------- */

#left_column
{  
  width: 28em;
  position: relative;
  float: left;
  margin-right: 1em;
}

#right_column
{
  position: relative;
  float: right;  
  width: 15em;
}

span.error
{
  padding: 0.5em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f3c8c8;
}

/* 2.8.2 Home
--------------------------------------------------------------------- */

#home_content 
{
  width: 60em;
  text-align: left;
  
  background-image: url(../images/home_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
 
#home_left
{
  float: left;
  width: 30em;
}

#home_right
{
  float: left;
  width: 30em;
}

#home_banner_left
{
  height: 198px;
  
  background-image: url(../images/home_banner_bg.png);
  background-repeat: repeat-x;
  background-color: #0b71b7;
}

#home_banner_right_bg
{
  height: 198px;
  
  background-image: url(../images/home_banner_bg.png);
  background-repeat: repeat-x;
  background-color: #0b71b7;
}

#home_banner_right
{
  height: 198px;
  
  background-image: url(../images/home_banner_right.png);
  background-position: right;
  background-repeat: no-repeat;
}

#home_banner_right_text
{
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 4.5em;
}

#home_banner_right_text span.item
{

  margin-bottom: 0.5em;
  margin-top: 0.3em;
  padding-left: 1.75em;
  padding-right: 1em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;

  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #fff;

  background-image: url("../images/rightbanner_image.png");
  background-repeat: no-repeat;
}

#home_banner_right_text h1
{
  font-size: 1em;
  color: #fff;  
}

#home_banner_right_text h2
{
  font-size: 0.9em;
  color: #84b8dd;  
}

div.home_title
{
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  margin-bottom: 1em;

  font-family : Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #0b71b7;
  
  background-image: url(../images/home_title_bg.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #ededed;
}

div.home_title a {
  text-decoration: none;
}
div.home_title a:visited {
  text-decoration: none;
  color: #0b71b7;
}

div.home_title a:hover {
#  text-decoration: none;
#  text-decoration: underline;
# rosa links
#  color: #f94577;
}


#home_subcontent
{
  background: none;
  border-left-width: 1px;
  border-left-color: #dedede;
  border-left-style: solid;  
}

#home_researcharea
{
  background: none;
  width: 30em;
  float: left;
}

#home_researcharea dd
{
  padding-bottom: 2em;
  overflow: hidden;

}

#home_researcharea h2
{
  text-decoration: none;
}

#home_researcharea a
{
  text-decoration: none;
}

#home_researcharea dt
{
  padding: 0.4em;
  padding-bottom: 0.1em;
  margin-right: 1em;
  float: left;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;  
}

#home_researcharea li a.more {
  font-size: 1em;
}

#home_researcharea a.more:hover {
  text-decoration: underline;
}

#home_researcharea a.title
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 0.75em;
  color: #000;
}

#home_relations
{
  background: none;
  width: 15em;
  float: left;
}

#home_relations a.home_relations
{
  padding-left: 2em;
  padding-right: 2em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 0.75em;
  color: #000;
}

#home_relations a.home_relations:hover
{
  text-decoration: underline;
}

#home_relations span.description
{
  padding-left: 2em;
  padding-right: 2em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #666;
}

#home_relations img
{

  padding-left: 2em;
  padding-right: 2em;
}

#home_research
{
  width: 15em;
  float: left;
}

a.home_research
{
  padding-left: 2em;
  padding-right: 2em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 0.75em;
  color: #000;
}

a.home_research:hover
{
  text-decoration: underline;
}

a.home_research_more
{
  padding-left: 2em;
  padding-right: 2em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #f94577;
}

a.home_research_more:hover
{
  text-decoration: underline;
}

a.home_research_sub
{
  margin-left: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  padding-left: 2em;
  padding-right: 1em;
  display: block;

  font-family : Verdana, Arial, Helvetica, sans-serif;

  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #666;

  background-image: url("../images/leftmenu_arrow.png");
  background-repeat: no-repeat;
}

a.home_research_sub:hover
{
  color: #f94577;
}

#home_news
{
  width: 30em;  
}

#home_news div.news_item
{
  height: 5.5em;
  width: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 0.5em;
  padding-top: 1em;
  
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}

#home_news div.news_item_last
{
  height: 5.5em;
  width: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1em;
  
  border-bottom-width: 0px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}

#home_news div.news_item_first
{
  height: 5.5em;
  width: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 0.5em;
  
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}

#home_news div.date 
{
  height: 49px;
  width: 44px;
  float:left;
  position:relative;
  margin-right:10px;
  clear:both;
  
  text-align:center;
  
  background: url("../images/date-bg.gif");
  background-repeat: no-repeat;  
}

#home_news div.date span.month 
{
    position:absolute;

    left: 1em;
    color: #ffffff;
    font-size: 0.7em;
}

#home_news div.date span.day 
{
    position:relative;
    top: 0.85em;
    font-size: 1.3em;
}

#home_news div.news 
{
    float:left;
    width: 22em;
}

#home_news div.news a
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 0.75em;
  color: #000;
}

#home_news div.news a:hover
{
  #commented out because of behaviour should be the same on home area, and we have a "read more..."
  #text-decoration: underline;
}

#home_news div.news span.text 
{
  font-family : Verdana, Arial, Helvetica, sans-serif;

  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #666;
}

#home_news div.news a.more
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: normal;
  color: #f94577;
}

#home_news div.news a.more:hover
{
  text-decoration: underline;
}

/* 2.8.3 Persons
--------------------------------------------------------------------- */
 
#charbar
{
  clear: both;
  padding-bottom: 1em;
  margin-bottom: 1em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #000000;
  
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;  
}

#charbar a
{
  font-family : Verdana, Arial, Helvetica, sans-serif;

  text-decoration: none;
  text-align: left;
  color: #000000;
}

#charbar span.inactive
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  text-align: left;
  color: #b0b0b0;
}

#charbar a:hover
{
  text-decoration: underline;
  color: #f94577;
}

#charbar a.current
{
  padding-left: 0.2em;
  padding-right: 0.3em;
  padding-bottom: 0.1em;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  background-color: #6a6965;
}

#charbar a.current:hover
{
  color: #fff;
  background-color: #f94577;
}

#right_person_description
{
  float: right;
  width: 11em;
  font-size: 1.4em;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
}

table.person_table
{
  width: 31.5em;
  border: 0;
  margin: 0;
  padding: 0;
  
  margin-bottom: 1em;
  border-collapse: collapse; 
  font-size: 1.4em;
}

#person_table_div a
{
  font-size: 0.7em;
  color: #E6005A;
}

td.person_all
{
  width: 33%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
}

td.person_none
{
  width: 33%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  
  border-width: 0px;
  border-color: #000;
  border-style: solid;
  background-color: #fff;
}

td.person_all:hover
{
  background-color: #efefef;
}

td.person_last
{
  width: 33%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
}

td.person_last:hover
{
  background-color: #efefef;
}

tr.p_detail
{
  background: none;

}

tr.p_detail:hover
{
  background-color: #efefef;
}

td.person_detail
{
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0.3em;
  


  color: #666;
}

table.person_detail
{
  border: 0;
  background: none;
  padding: 0;
}

#person_table_div a.person_name
{
  color: #E6005A;
  font-size: 0.8em;
}

    
#person_table_div tr 
{ 

}

#person_table_div tr td a, tr td a, tr th a
{
  color: #666666;
  text-decoration: underline;
}
    
#person_table_div tr:hover td, tr:hover td a, tr:hover th a
{
  color: #666666;
}
    

#numbar
{
  clear: both;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #000000;
}

#numbar a
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #000000;
}

#numbar a:hover
{
  text-decoration: underline;
  color: #f94577;
}

#numbar a.current
{
  padding-left: 0.2em;
  padding-right: 0.3em;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  background-color: #6a6965;
}

#numbar a.current:hover
{
  color: #fff;
  background-color: #f94577;
}

/* 2.8.4 Person (Detail)
--------------------------------------------------------------------- */
 
#person_detail_left
{
  width: 28em;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#person_detail_right
{
  width: 15em;
  float: right;
  margin-bottom: 1em;

}

#person_detail_right a
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
}

#person_detail_right a:hover
{

  color: #f70044;
}

#person_detail_info
{
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;  
  padding-right: 0.5em;
  min-height: 100px;
  height: auto !important;
  height: 100px;  /* Internet Explorer */
 
  background-image: url("../images/person_detail_bg.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #ffffff;

  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #dedede;
  border-style: solid;
 }
 
span.person_detail_right
{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
}

/* 2.8.5 BibTeX / PGP / Error404
--------------------------------------------------------------------- */

#bibtex
{
  width: 45em;
  padding: 0.8em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #ededed;
}

#pgp
{
  width: 45em;
  padding: 0.8em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #ededed;
}

#error404
{
  padding: 0.8em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #ededed;
}

#error404_error
{
  padding: 0.8em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f3c8c8;
}

#error404_found
{
  padding: 0.8em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #a8ee69;
}

/* 2.8.6 News
--------------------------------------------------------------------- */
 
#news a
{
  text-decoration: none;
}

#news tr:hover td a
{
  color: #E6005A;
}

#news_type_bar
{
 float: right;
}


/* 2.8.7 Group
--------------------------------------------------------------------- */

#group dd
{
  padding-bottom: 2em;
  overflow: hidden;

}

#group h2
{
  text-decoration: none;
}

#group a
{
  text-decoration: none;
}

#group dt
{
  padding: 0.4em;
  padding-bottom: 0.1em;
  margin-right: 2em;
  float: left;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;  
}

#group li a.more {
  font-size: 1em;
}

#group a.more:hover {
  text-decoration: underline;
}

#group .private_site {
  color: #666666;
}


/* 2.8.7.1 Secure Systems Group
--------------------------------------------------------------------- */

#topcenter {
  width: 45%;
  height: 45%;
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 15px;
}

#topleft {
  width: 45%;
  height: 45%;
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 15px;
}
#topright {
  width: 45%;
  height: 45%;
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 15px;
}
#bottomleft {
  width: 45%;
  height: 45%;
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 15px;
  clear: both;
}
#bottomright {
  width: 45%;
  height: 45%;
  margin: 10px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 15px;
}

#leader_box
{
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  width: 10em;
  background-color: #f6f6f6;
  display: block;
  position: relative;
  float: right;
  text-align: center;
}

#leader_box img
{
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}

#group_column
{
  width: 30em;
  position: relative;
  float: left;
  margin-right: 1em;
}


/* 2.8.7.1.1 Secure Systems Group Highlights and Publications and Projects
--------------------------------------------------------------------- */

.speaker_box
{
  width: 10em;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
 
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f6f6f6;
}

.speaker_text p, li
{
  text-align: justify;
}

.speaker_box img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}

.project_box
{
  width: 15em;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
 
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f6f6f6;
}

.project_box img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}

table.highlight_publications
{
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}

#group dt
{
  border: none;
}

img.highlight_image_left
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}

img.highlight_image_right
{
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 15px;
}


/* 2.8.8 Publications
--------------------------------------------------------------------- */
 
#publications span.error
{
  padding: 0.5em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  
   border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f3c8c8;
}

#publications td.download
{
  padding: 0.2em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border-left-width: 0.05em;
  border-left-color: #dedede;
  border-left-style: solid;
}

td.publication_info
{
  width: 100%;
}

/* 2.8.9 Newsbox
--------------------------------------------------------------------- */
 
#newsbox
{
  width: 15em;
  float: right;
  padding-top: 2em;
  background-color: #ffffff;
}
 
#newsbox_title
{
  height: 1.6em;
  padding-left: 0.5em;
  padding-top: 0.3em;
  
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
  color: #000000;
  
  background-color: #bed730;
}


#newsbox_items
{
  padding-top: 0.35em;
  padding-bottom: 0.35em;

  min-height: 68px;
  height: auto !important;
  height: 68px;  /* Internet Explorer */
 
  background-image: url("../images/news_item_box_background.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #ffffff;

  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
}


a.newsbox_item
{
  padding-right: 0.65em;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  color: #666666;
  display:block;

  margin-left: 0.65em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-left: 1.8em;

  background-image: url("../images/leftmenu_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
}

a.newsbox_item:hover
{
  color: #F94577;
}

#newsbox_items span.no_news
{
  padding-right: 0.65em;
  padding-left: 4.5em;
}

/* 2.8.10 Teaching (Main)
--------------------------------------------------------------------- */

#teaching p.description
{
  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
  
  padding-bottom: 1em;
  margin: 0;
}

/* 2.8.11 Teaching (Middle)
--------------------------------------------------------------------- */
 
.teaching_both_border
{
  width: 28em;
  display: block;
  
   padding-top: 1em;
   padding-bottom: 1em;

  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}

.teaching_both_border:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.teaching_both_right
{
  float: right;

  padding-left: 0.5em;
   width: 13em;
}

.teaching_both_left
{
  float: left;

  padding-right: 0.5em;
   width: 13.5em;
}

.teaching_both_left img
{
  width: 13.5em;
  padding: 0;
  margin: 0;
}
 
.teaching_both_right img
{
  width: 13.5em;
}

/* 2.8.12 Teaching (Right)
--------------------------------------------------------------------- */

#unique
{
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  
  background-color: #f6f6f6;
}

#unique img
{
  width: 220px;

  margin-bottom: 0.5em;
}

#teaching_right_column
{
  padding: 0.5em;  

  border-bottom-width: 1px;
  border-bottom-color: #dedede;
  border-bottom-style: solid;
}


/* 2.8.13 Sitemap
--------------------------------------------------------------------- */

#sitemap a 
{
  text-decoration: none;
  color: #000000;
}

#site  map a:hover
{
  text-decoration: underline;
  color: #333333;
}
  
#sitemap ul, #sitemap li, #sitemap li li, #sitemap li li li, #sitemap li li li li 
{
  list-style: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

#sitemap li
{
  list-style: none;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
}

#sitemap ul ul 
{
  border-top: 1px dotted #00566D;
  margin-top: 0.4em;
  padding-top: 0.4em;
}

#sitemap ul ul ul 
{
  border: 0;
  margin: 0 0 0.2em 1.9em;
  padding: 0;
}

#sitemap li a 
{
  background: url(../images/sitemap_doc1_on.png) no-repeat 0 2px;
  padding-left: 15px;
}

#sitemap li a:hover 
{
  background-image: url(../images/sitemap_doc1_off.png);
}

#sitemap li li li a 
{
  background-image: url(../images/sitemap_doc1_on.png);
  padding-left: 17px;
}

#sitemap li li li a:hover 
{
  background-image: url(../images/sitemap_doc1_off.png);
}

#sitemap li li li li a 
{
  background-image: url(../images/sitemap_doc1_on.png);
  padding-left: 17px;
  color: #666666;
}

#sitemap li li li li a:hover 
{
  background-image: url(../images/sitemap_doc2_off.png);
}

/* 2.8.14 How To Reach
--------------------------------------------------------------------- */

.dir_address, .dir_airport, .dir_car, .dir_train, .dir_tram, .dir_bus, .dir_phone
{
  clear: both;
  padding-left: 55px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #999999;
  padding-bottom: 15px;
  background: #FFFFFF;
}

.dir_address
{
  background: url(../images/icon_direction.png) no-repeat 0 top;
}

.dir_airport
{
  background: url(../images/icon_airport.png) no-repeat 0 top;
}

.dir_car
{
  background: url(../images/icon_car.png) no-repeat 0 top;
}

.dir_train
{
  background: url(../images/icon_train.png) no-repeat 0 top;
}

.dir_tram
{
  background: url(../images/icon_tram.png) no-repeat 0 top;
}

.dir_bus
{
  background: url(../images/icon_bus.png) no-repeat 0 top;
}

.dir_highway
{
  background: #0B71B7;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 5px;
}

.dir_exit
{
  background: #009933;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 5px;
}

.highlight
{
  color: #333333;
  background: #FFCC33;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 3px;
  padding-left: 3px;
}

.arrow  {
  padding: 3px 0px 3px 10px;
  font-size: 1em;
  margin: 0.4em 0em 0.5em 20em;
  list-style: none;
  text-indent: 0px;
  background: url(../images/arrow.gif) no-repeat 0 50%;
}

/* 2.9 Footer
--------------------------------------------------------------------- */

#footer 
{
  margin-top: 1em;
  margin-bottom: 1.35em;
  margin-left: 1em;

  clear: both;

  border-top-width: 1px;
  border-top-color: #dedede;
  border-top-style: solid;
}

#footer_copyright 
{
  padding-top: 0.35em;
  float: left;

  font-size: 0.7em;
}

#footer_links
{
  padding-top: 0.35em;
  float: right;

  font-size: 0.7em;
  color: #f94577;
}

#footer_links a
{
  margin-left: 0.35em;
  margin-right: 0.35em;

  text-decoration: none;
}

#footer_links a:hover
{
  text-decoration: underline;
  color: #f94577;
}

