/* common tags */
html {
	height: 100%;
	font-size:80%;	
	margin:0;
	padding:0;
}
body {
	font-family: arial,helvetica,sans-serif;
	background-color: #6C2923;

	color:white;
	height:100%;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	}
	
img {
	border:none;
	}
	
a	{
	text-decoration:none;
	color: #737272;
	}
	
a:visited {
	color: #737272;
	}
	
a:hover {
	color: #6C2923;
	}
	
h1	{
	color: #963F36;
	font-size: 150%;
	margin-top: 0.5em;
	margin-left: -7px;	
	}

h2 {
	font-size: 115%;
	margin-top:2em;
	margin-left: -7px;	
	color: #6C2923;	
	}

h3 {
	font-size: 105%;	
	}
	
th {
	text-align:left;
	border: solid 1px #6C2923;
	background-color: #E4E4E4;
	color:gray;
	padding:2px;
	padding-left:4px;	
}

td {
	padding:2px;
	padding-left:4px;	
}

td {
	border: solid 1px gray;
}

acronym {
	cursor:help;
}

abbr {
	cursor:help;
}

p {
	text-align:justify;
}

.invisible {
	visibility:hidden;
	display:none;
}

.center {
text-align: center;
}
/*---------------------------------------------------*/
/* layout divs */

#page {
	background-color: white;
	color:black;
	display:block;
	margin-right: 15px;
	font-size:100%;
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/line.gif') 176px repeat-y;	
	max-width:920px;
	min-width:40em;
	width:100%;
	width:expression( 
    (document.body.clientWidth > 920 ? "920px":
        "auto" ));
  height: 100%;
	}

#header {
	margin:0px;
	height:auto !important;  /* für moderne Browser */
	height:105px;  /*für den IE */
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/header_main.jpg') 176px 0em no-repeat;		
	padding:0px;
}

#main {
	margin:0px;
	font-size:100%;
	position:relative;
	background-color:white;
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/line.gif') 176px repeat-y;	
	padding:0px;
	width:100%;       
}

#navi {
	float:left;
	font-size:100%;
	width: 14em;
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/line.gif') right repeat-y;
	min-heigth: 450px;
	height:100%;
	min-width: 182px;
	width:auto !important;  /* für moderne Browser */
	width:182px;  /*für den IE */
}

#content {
	margin:0px;
	margin-left:16em;
	margin-right:1.5em;
	padding-top:0.1em;;
	padding-left:2.5em;
	padding-bottom:1em;
}

/*---------------------------------------------------*/
/* header */

.research #header {
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/header_research.jpg') 176px 0em no-repeat;		
}

.teaching #header {
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/header_teaching.jpg') 176px 0em no-repeat;		
}

.publications #header {
	background: white url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/header_publications.jpg') 176px 0em no-repeat;		
}


#header h1 {
	font-size:100%;
	margin:0px;
	padding:0px;
	padding-left:0;
	padding-top:0;
	width: 12em;
	height:105px;  
	}
	
#header h1 a {
	color: #963F36;
	}
	
#header .banner {
	position:absolute;
	left:14em;
	vertical-align: middle;
	}
	
#header form {
	width:100%;
	border-top: solid 1px #6C2923;
	border-bottom: solid 1px #6C2923;
	margin:0px;
	min-height:27px;
	height:auto !important;  /* für moderne Browser */
	height:27px;  /*für den IE */
	padding-top:2px;
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/subheader_main.jpg') 176px 0em no-repeat;		
}

.research #header form {
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/subheader_research.jpg') 176px 0em no-repeat;		
}

.teaching #header form {
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/subheader_teaching.jpg') 176px 0em no-repeat;		
}

.publications #header form {
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/subheader_publications.jpg') 176px 0em no-repeat;		
}

#header .searchButton {
		border: solid 1px gray;
    /*background: #cccccc url('http://fiicm2pc43.tu-graz.ac.at/www/img/search_icon.gif') 2px 1px no-repeat;*/
    background: white;
    cursor: pointer;
    text-transform: lowercase;
    margin-top:1px;
    margin-left:1.7em;
    color:gray;
}

#header input {
	margin:0px;
	margin-left:1.5em;
	}

#header .right_small {
	font-size: 90%;
	float:right;
	padding-top:0.4em;
	padding-right: 1em;
	}

#header a {
	color:#6C2923;
}

#header a:hover {
	color:gray;
}

/*---------------------------------------------------*/
/* navigation */

#navi ul#own {
	list-style-type:none;
	margin:0px;
	margin-top:0em;
	padding:0px;
}

#navi #own li {
  
  margin-top:0.5em;
	}
	
#navi #own li ul{
	border-top: solid 2px #A69575;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

	
#navi #own li li{
	border-bottom: solid 1px #A69575;
	margin:0px;
	padding:0px;
	}
	
#navi #own a {
	padding-left:1.5em;
	display:block;
	padding-top:2px;
	padding-bottom:2px;	
	}
	
#navi #own li a {
	font-weight:bold;
	}	
	
#navi #own li a.current {
	background-color:#6C2923;
	color:white;
}

#navi #own li li a {
	font-weight:normal;
	}	

#navi #own li li a.current {
	font-weight:bold;
	background-color: #F0F0F0;
	color:#963F36;
	border-right: solid 6px #6C2923;
}
	

#navi ul#other {
	margin:2px;
	margin-top:2em;
	margin-right:9px;
	border: solid 1px #EFEFEF;
	background-color: #F0F0F0;
	color:gray;
	list-style-type: none;
	padding:0px;
	padding-top:1em;
	padding-bottom:0.7em;
}

#navi #other li {
	padding-left:18px;
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/list_arrow.gif') 2px 3px no-repeat;
	color: gray;
	margin-bottom: 0.1em;
	}

#navi #other a {
	color:gray;
	font-weight:bold;
	min-height:20px;
	padding: 2px;
	}
	
#navi #other a:hover {
	color: #963F36;
	font-weight:bold;
	}	
	
#navi #other .tug_logo {
	padding-right: 7.5em;	
  background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/tig_sw.gif') 5em no-repeat;
}	

#navi #other .tug_logo:hover {
	background: url('http://fiicm2pc43.tu-graz.ac.at/www/img/layout/tug.gif') 5em no-repeat;
	}
	

	
/*---------------------------------------------------*/
/*Members*/

table.members {
	border:none;
	border-spacing:0px;
	padding:0px;
}

table.an_member {
	width: 100%;
	background-color: white;
	border-spacing:10px;
	margin:0px;
}

.members td {
	border:none;
	vertical-align: middle;
	background-color: #E4E4E4;
	text-align: right;
	padding:0px;
	margin:0px;
}
.an_member td {
	padding-right:1em;
	width:100%;
}

.members strong {
	font-size: 110%;
	font-weight:bold;
	}
	
.members tr {
	padding-top: 1em;
}


.members td.photo {
  width: 80px;
	text-align: center;
	padding: 0px;
	background-color:white;
	float:left;
	vertical-align: middle;
}

.members td img {
	float:left;
	padding:5px;
}

.members td.photo img {
	width:80px;
	height:82px;
	float:none;
	padding:0px;
}

.bcard {
}

.bcard p {
	margin-left: 0.5em;
}

.bcard h1 {
	font-weight: normal;
}
.bcard h2 {
	margin-left:0px;
}


.bcard_body {
	background-color: #F0F0F0;
	border: solid 1px #D7D7D7;
	padding:2px;
	width: 635px;
}

.bcard table{
  width: 629px;
	height: 90px;	
	background-color: #F0F0F0;
	margin:0px;
}

.bcard_text {
	display:block;
	background-color: white;
	margin:0px;
	padding: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.bcard_text table{
  width: 100%;
	margin:0px;
	background-color:white;
}

.bcard_text td{
 	text-align:center;
}

.bcard_text_gray {
	display:block;
	margin:0px;
	padding: 0.5em;
	padding-left: 0.5em;
}



.bcard th {
  border: none;
  background: #E4E4E4;
  color: #747474;
}

.bcard td {
	border: none
}

.bcard td.contact {
	border: solid 2px white;
}

.bcard td.contact img {
	border: solid 2px #D7D7D7;
	padding:2px;
}

.bcard .pass{
	border: none;
	margin-bottom: 0px;
  }
  
.pass img {
	
}  

.pass table {
	width: 100%;
	margin:0px;
}  
  
	
.bcard .header {
	text-align: right;
	float:right;
	padding-right:15px;
	font-size: 60%;
	color: black;
}


.newsitem {
	font-size: 90%;
	border-bottom: solid 1px black;
}

.collection td {
	border:none;
}

.studprojects td {
	border:none;
	border-bottom: solid 1px gray;
}

.studprojects .author {
	width: 20%;
}

.studprojects .title {
	width: 50%;
}

.studprojects .author {
	width: 20%;
}

.studprojects .type {
	width: 5%;
}

.studprojects .download {
	width: 10%;
}

.studprojects .responsible {
	width: 15%;
}

.theses td {
	border:none;
}

.theses td._1 {
	background-color:#F0F0F0;
}

.theses td._2 {
	background-color:#E0E0E0;
}

.theses td._3 {
	background-color:#C0C0C0;
}

.theses td._4 {
	background-color:#A0A0A0;
}



.researcharea {
	width: 95%;
}

.researcharea th {
	width: 33%;
}

.researcharea td {
	border: solid 1px #D0D0D0;
	vertical-align:top;
}

.researcharea ul {
	list-style-type:none;
	margin:0px;
	padding-left: 0.5em;
}

.researcharea .sub {
	font-weight: bold;
	margin-top: 0.5em;
	}
	
.researcharea .sub li {
	font-weight: normal;
	margin-left: 1em;
}



.researcharea .gray td {
	background-color: #F0F0F0;
}


.small {
	font-size: 90%;
	margin-top: 1em;
	border-top: solid 1px gray;
	}

#main .path {
	color: #963F36;
	width: 50em;
	border-bottom: solid 1px #A69575;
	padding:0px;
	margin:0px;
	padding-left:185px;
	margin-bottom: 2em;
	height: 12px;
	padding-top:2px;
	height:1.5em;
	}
	
.path a {
	font-size:80%;
	color: #963F36;
	padding-bottom:2px;
	text-decoration:underline;
}

.path a:hover {
	color:gray;
}

.years {
float:right;
width: 30%;
margin-left: 1em;
border: solid 1px #F0F0F0;
padding: 0.5em;
}

.years h2 {
	margin:0px;
	
}

.publicationlist li {
	margin-bottom: 5px;
}
/*---------------------------------------------------*/
/*start page*/

.start #header {
	visibility:hidden;
	}
	
.start .path {
	visibility:hidden;
	}
	
.start #navi {
	visibility:hidden;
	}
	
	
.start #page {
	background:white;
}

.start #main {
	background:white;
}

.start h1 {
position:absolute;
left:325px;
top:132px;
padding:0px;
}

.start h2 {
position:absolute;
left:-1px;
top:180px;
padding:0px;
}



.start .lang {
position:absolute;
left:10px;
top:180px;
width: 320px;
color: #6C2923;
}

.start .main {
position:absolute;
left:10px;
top:380px;
width: 927px;
font-weight: bold;
font-size:110%;
color: #6C2923;
}

.start .tug {
position: absolute;
left:-8px;
top:348px;
}

.start a {
margin-right: 3em;
color: #6C2923;
}

.start a:visited {
color: #6C2923;
}


.start a:hover {
color: gray;
}

.noborder {
border: none;
}

.noborder td {
border: none;
}

.search {
width: 95%;
}

.accordionTabTitleBar {
padding:5px;
border-bottom: solid 1px #A69575;
}

#sequence { background-color:#F0F0F0;color:gray;font-size:80%; padding:2px; padding-left:5px;padding-right:5px;margin-bottom:1em;border: solid 1px #D0D0D0;text-align:right;min-height:19px;	height:auto !important;  /* für moderne Browser */	height:19px;  /*für den IE */}
#sequence img {float:left}

.pubs_detailed {
	width: 90%;
}

.pubs_detailed h2 {
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
}

.pubs_detailed ul {
	list-style-type:none;
	padding-left:10px;
}


.pubs_detailed div {
  background-color: #F0F0F0;
	border: solid 1px #D7D7D7;
	padding:10px;
  clear:both;
  margin-bottom:10px;
}

.pubs_detailed .year {
	width: 45%;
	float:left;
	clear:none;
}
.pubs_detailed .individual {
	width: 45%;
	float:right;
	clear:none;
}


th {
vertical-align:top;
}

.bcard .img_print {
  display:none;
}

.bcard .img_www {
  display:inline;
}

/*---------------------------------------------------*/
/*print css*/
@media print {

#page, #main, body {
	background: none;
}

#navi, #header, .path {
	visibility:hidden;
	display:none;
	}
	
#header {
	visibility:hidden;
	display:none;
}

#content {
margin:0px;
padding:0px;
}

#main .path {
margin:0px;
padding:0px;
}

.bcard {
	font-size:130%;
}

.bcard h1 {
margin-left: 0px;
background-color: silver;
padding-left: 1em;	
}
.bcard .img_print {
  display:inline;
}

.bcard .img_www {
  display:none;
}

#further {
	display:none;
}
}


