/*------------------------------------------------
defining document layout classes (structures)
------------------------------------------------*/
/* beinhaltet alle elemente der webseite */ 
#struct_container {
    top: 10px;
    width:750px;
    text-align:left;
    margin: 0px auto; /* bewirkt dass auch in safari das div zentriert wird (cf body text-align:center) */
    }
/* oberer randbereich */ 
#struct_top {
    height: 99px;
    background:url(clouds.jpg) no-repeat right bottom #f72;
    border: 1px solid #fff;
    vertical-align:bottom;
    }
#struct_logo {
    float:left;
/*    height: 76px;
    width: 190px;
    background:url(agef_logo.png) no-repeat 11px 11px; */
    padding:11px 270px 0px 12px;
    }
#struct_topnavi {
    text-align:right;
    font-size: 12px;
    padding:84px 4px 0px 0px;
    }
/* Ÿbergeordneter behŠlter von navi und content, ermšglicht spaltenlayout*/ 
#struct_middle {
	width: 750px;
    border-top: 1px solid #f60;
    border-bottom: 1px solid #f60;
    background: #fffae0;
    }
/* unterer randbereich */ 
#struct_foot {
    background:url(clouds.jpg) no-repeat 500px -68px #f70;
    border: 1px solid #fff;
    font-size: 10px;
    color:#fff;
    padding:0px 0px 0px 10px;
    text-align: center;
    overflow:hidden;
    }
/* spalte 1 innerhalb v middle, navigation*/ 
#struct_navi {
    float:left;
    width: 135px;
    overflow:visible;
    padding:0px 0px 1px 0px;
    line-height: 18px;
    font-weight:bold;
    letter-spacing: 0.1em;
    }
/* spalte 2 innerhalb v middle, hauptinhalt
inhalt v. ie darf max 533px bzw. 87% breit sein, sonst zerfŠllt das layout*/ 
#struct_content {
	width: 614px;
	float:left;
	border-left:1px dotted #f60;
    background: #fff;
    }
/* gibt eine mindest-hšhe fŸr die spalte 2 vor*/ 
.struct_content_spacer {
    float:left;
    height:470px;
    overflow:hidden;
	width: 0px;
    }
#struct_content_1 {
    padding:10px 40px 30px 40px;
    }
/* spalte 3 innerhalb v middle, news / anderes*/ 
#struct_right {
	float: right;
	padding: 10px;
	width: 132px;
    font-size: 10px;
    line-height: 11px;
	border-bottom:1px dotted #f60;
	border-left:1px dotted #f60;
    background: #fffae0;
    }
/* used to break flows */ 
.struct_breaker {
    height:1px;
    clear:both;
    overflow:hidden;
    }
/*------------------------------------------------
defining text styles 
------------------------------------------------*/
body {
    background-color:#f81;
    text-align:center;    }
p, div, td {
    font-family:verdana, helvetica, arial, sans-serif;
    font-size: 13px;}
p, td {
    text-align: left;
    line-height: 17px;}
h1, h2, h3, h4 {
    font-family: Times, serif;
    color:#000;}
a:link {
    text-decoration:none;
    color:#c40;}
a:visited {
    color:#c30;
    text-decoration:none;}
a:hover {
    text-decoration:underline;}
h1 {font-size: 24px;
    margin: 30px 0px 10px 0px;
    }
h2 {font-size: 18px;
    margin: 25px 0px 0px 0px;
    }
li {margin-bottom:4px;
	}
.toplink {font-size: 14px;
    line-height: 20px;
    font-family:verdana, helvetica, arial, sans-serif;
    font-weight:normal;
    }
.navi-item {
    border-bottom:1px solid #f60;
    line-height:25px;
    text-indent:14px;
    font-size: 12px;
    background:#fff6c7;
    }
#struct_navi a {
	display:block;
    }
#struct_navi a:hover {
    background:#fff;
    }
.navi-item a:hover, #struct_topnavi a:hover {
    text-decoration:none;
    color:#000;
    }
.sub-navi-item {
    text-indent:24px;
    line-height:22px;
    /* background: url(http://wwwtest.unifr.ch/agef/images/general/arrowstruct_orangestruct_01.gif);
    background-repeat: no-repeat;
    background-position: 13px 5px; 
    */
    }
.sub-navi-item, .sub-navi-links a {
    font-size: 12px;
    background:#fffae0;
    }
.sub-navi-links a {
    text-indent:0px;
    line-height: 14px;
    padding: 4px 0px 5px 24px;
    font-weight:normal;
    letter-spacing: 0em;
    }
#logo{
    margin: 11px 240px 10px 12px;
    width:190px;
    height:76px;
    border:none;
    }
.f___overview {
    border:none; 
    empty-cells:hide;
    }
.f___overview h2 {
    margin: 0px;
    }
.f___overview td {
    border:1px dotted #aaa; 
    padding:7px;
    vertical-align:top;
    }
.profile {
    border:1px dotted #aaa; 
    padding:10px;
	}
.profile td {
    padding:0 5px;
	}
.profile img {
    padding:5px;
	}
.fr {
    border:1px solid #f60;
    border-bottom:1px solid #fffae0;
    background:#fffae0;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
    }   
.button01, .button02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	}
.button01{
	background-color: #CC3300;
	}
.button02 {
	background-color: #00CC00;
	}
.boxDashed {
	border: 1px dashed #CCCCCC;
	}
.box_dotted {
	border: 1px dotted #aaa;
	padding:5px;
	margin:5px 0px;
	}
.white {
	color:#fff;
	}

