﻿/* COMMON */
  body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
  }
  p, h1, h2, h3, li, a, img, div, form, fieldset, input, select, label, textarea, dd, dt, iframe {
    margin: 0px;
    padding: 0px;
  }
  fieldset {
    border-style:none;
  }
  ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  img {
    border: none;
  }

/* LINKS */      
  a {
    text-decoration: underline;
    /*color:#000;*/
  }
  a:hover {
    color: #000;
  }
  
/* SITE LAYOUT */     
  div#container {
    margin: 0 auto;
    margin-top: 20px;
    width: 883px; /* 880; +3px for IE6 */
    overflow:auto;
  }
        
/* HEADER */
  div#header {
    width:640px;
    overflow:hidden;
  }
  div#mainmenu {
  }
  div#mainmenu img {
    float: left;
    margin-right:3px;
  }
  
  div#pagetitle {
    padding-top: 5px;
    padding-left:5px;
    clear:both;
  }
          
/* SIDEBARs */
  /* sidebar left */
  div#sidebar {
    width: 230px; /* 230 */
    margin-right:10px; /* 10 */
    float: left;
    overflow: hidden;
    font-size: 0.85em;
  }
  
  /* class for sidebar boxes (left & right) */
  div.sidebarbox {
    overflow:hidden;
  }
  
  /* class for sidebar boxes (left) */
  div#sidebar div.sidebarbox {
    background-color:#EEEEEE;
    margin-left:0px;
    margin-bottom:10px;
    margin-right:0px;
    padding-left:7px;
    padding-right:7px;
    /*padding-top:5px;*/
    padding-bottom:5px;

  }
    
/*  div.sidebar h1 {
    margin-bottom: 8px;
  }*/      

  /* sidebar box */
  div.sidebarbox h2 {
    margin:0px;
  }
  div.sidebarbox p {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 120%;
  }
  div.sidebarbox img {
    margin-left: 3px;
    float: right;
  }
  
  /* latest projects */
  div.projects-latest-container {
    margin-top:0px;
  }
  
  div.projects-latest-container h1 {
    margin-left: 0px;
    margin-bottom:3px;
    text-align:left;
  }
  
  div.projects-latest-container div.sidebarbox {
    margin-bottom:3px;
    border-style:none;
    padding:0px;
  }
  
  div.projects-latest-container {
    margin-bottom: 10px;
    overflow:hidden;
  }
  
  div.projects-latest-container img {
    margin-left: 0px;
  }

/* logo */
  div#logo {
    width: 230px;
    height:71px;
    overflow: hidden;
    margin-bottom:10px;
  }
  
/* sub menu */
  div#submenu {
    padding-top: 5px;
    width: 230px;
    overflow: hidden;
    line-height:120%; 
  }
  div#submenu ul {
    list-style-position:inside;
    /*list-style-image: url(images/submenu.li.raquo.gif);*/
    padding-left:0px;
    margin-left:10px;
    padding-right:10px;
  }
  div#submenu li {
    /*margin-bottom: 0px;*/
    /*padding-bottom: 0px; / * */ 
  }
  div#submenu li a {
    color: #000;
  }
  div#submenu li a:hover {
  }
  div#submenu li.active, div#submenu li li.active {
    font-weight: bold;
  }
  div#submenu li.active li a {
    text-decoration: underline;  
  }
  div#submenu li.active a, div#submenu li li.active a {
    text-decoration:none;
  }      
  div#submenu li ul {
    margin-left: 15px;
    list-style-type: none;
    list-style-image: none;
  }
  div#submenu li li {
    font-weight: normal;
  }
  div#submenu li p.abstract {
    margin-left:15px;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 120%;
    color: #A9A9A9;
  }      
      			
/* FOOTER */      
  div#footer {
    width: 880px;
    height: 20px;
    padding-top:35px;
    padding-bottom:10px;
    padding-right: 0px;
    clear: both;
    font-size: 0.8em;
    background-image: url(images/footer.logo.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  div#footer .copyright {
    width:230px;
    float:left;
  }
  div#footer .links {
    width:630px;
    height: 17px;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    float:right;
    background-color:#e7eaed;
  }
  div#footer a {
  	text-decoration:none;
  	margin-right:7px;
  	color:#000;
  }

/* CONTENT */
	div#content {
    width: 630px; /* 630 */
    padding-left: 5px;  /* 5 */
    padding-right: 5px;  /* 5 */
    padding-bottom: 10px;
    float: left;

		font-size: 0.85em;
		line-height: 120%;
	}

	p, ul, input, select {
		margin-bottom: 7px;
	}

	p, form {
	}
	
	ul {		
	  list-style-image: url(images/content.li.raquo.gif);
		text-indent: 0px;
		padding-left: 15px;
		margin-left: 6px;
	}
	
	li {
		margin-bottom: 2px;
	}

	h1, h2, h3 {
		font-weight: normal;
	}

	h1 {
		font-size: 1.2em;
		font-weight:normal;
		margin-bottom: 0.4em;
		margin-top: 0px;
		padding-top: 10px;
		clear:both;
	}

	h2 {
		font-size: 1em;
		font-weight:normal;
		margin-bottom: 0.2em;
		padding-top: 3px;
	}

  div#content table {
    margin-bottom: 7px;
    width:99%;
  }
  
  div#content td {
    margin:0px;
    padding:0px;
    border-bottom:1px gray dotted;
  }
  
  div#content td p {
    margin-bottom:3px;
    padding-bottom:0px;
  }
    
/* two column layout */
  div.twoColumns {
    overflow:hidden;
  }

  div.twoColumns div.column {
    float:left;
    overflow:hidden;
    width:305px;
  }
  
  /* columns, 70/30 */
  div.twoColumns div.w70 {
    /*padding-right:10px;*/
    width:450px;    
  }
  div.twoColumns div.w30 {
    /*padding-left:14px;
    padding-right: 2px;*/
    width:160px;
  }
  
  /* columns 60/40 */
  div.twoColumns div.w60 {
    /*padding-right:10px;*/
    width:350px;    
  }
  div.twoColumns div.w40 {
    /*padding-left:14px;
    padding-right: 2px;*/
    width:260px;
  }


/* EXTENSION tt-news */

  /* contained in content */
	div#content .news-single-img {
		margin-left: 10px;
		float: right;
		text-align: right;
	}

	div#content .news-list-item {
		clear: both;
		overflow: auto;
		margin-bottom: 7px;
	}

	div#content .news-list-item img {
		float: right;
	}
	
	/* contained in sidebar */
	div.sidebar div.news-latest-container {
    /*margin-bottom: 10px;*/
    overflow:hidden;
  }

  div.sidebar div.news-latest-morelink {
    text-align: right;
    clear: both;
    margin-bottom: 4px;
  }
  /* news title */
  div.sidebar div.news-latest-header {
    overflow:hidden;
  }
  div.sidebar div.news-latest-header h1 {
    font-size:1em;
    padding-top:5px;
    /*float:left;*/
  }
  /* news date */
/*  div.sidebar div.news-latest-header .date {
    font-weight: normal;
    font-size: 1em;
    padding-top:5px;
    float:right;
  }
  div.sidebar div.news-latest-body {
    clear:both;
  }*/

  div.sidebar div.news-latest-gotoarchive {
    text-align: right;
/*    font-size: 0.9em;

    margin-right: 7px;*/
  }

/* EXTENSION irfaq */
	div#content div.tx-irfaq-pi1 dt {
		font-size: 1em;
		font-weight:bold;
		margin-bottom: 5px;
		padding-top: 3px;
	}
	
	div#content div.tx-irfaq-pi1 dd p {
    padding-left: 10px;
  }
 
/* EXTENSION feedback form */
	div.csc-mailform-field label {
	  vertical-align: top;
	  width: 100px;
	  clear: both;
	  display: block;
	  float: left;
	}
	
	div.csc-mailform-field input {
	}

	div.csc-mailform-field textarea {
	}

/* EXTENSION macinaSearchbox*/
  
  div#searchbox {
    padding-top:5px;
  }
  
  div#searchbox form {
    margin-left:0px;
    margin-right:0px;
  }
  
  div#searchbox .text {
    font-size: 0.9em; 
    margin-right: 2px;
    padding: 2px;
    margin-bottom: 2px;
    border: none;
    width: 175px;
  }
  
  div#searchbox input.submit {
    border: none;
    margin-bottom: 2px; 
    width: 30px;
  }

/* EXTENSION indexed search */
  .tx-indexedsearch td, .csc-searchform td {
    border-style:none !important;
  }

  .tx-indexedsearch-rules p {
    font-size:0.9em;
    line-height:120%;
  }

/* EXTENSION rlmpDomaincheck */
  .tx-rlmpdomaincheck-pi1-form-tld-select {
    margin-left: 5px;
  }
  .tx-rlmpdomaincheck-pi1-form-submit-button {
    display: block;
  }

/* EXTENSION mailform (feedback form) */
  .csc-mailform-submit {
    margin-top:15px;
  }





