/************************************************/
/* Universitaet Bern                            */
/* CSS fuer Webdesign 2004                      */
/* 20-6-2006                                    */
/* 23-2-2007 R2                                 */ 
/* 30-12-2007 R3 (h6 - Bildlegende)             */ 
/* 26-2-2008 R4 (2-spaltige Linkliste)          */ 
/* 16-6-2008 R5 (th-Formatierung mitarbeitende) */ 
/* 12-11-2008 R6 (#contentXY h6 - Bildlegende)  */
/* 29-01-2009 R7 (.serviceXY h2 - Linkliste)    */
/* 17-09-2009 R8 (#contentPortal ul)            */
/* 21-10-2009 R9 (Aufklappbare Linkliste)       */
/* 12-04-2012 R10 (Dateiobjekt ausblenden       */
/************************************************/

/***********************************************/
/* HTML tags                                   */
/***********************************************/ 


html{
	padding:0px;
	margin:0px;
}

body{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;
	line-height: 18px;
	font-size: 15px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a, a:hover{
	color: #FF0033;
	text-decoration: underline;
}

h1, h2, h3{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0px;
	font-weight: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h3 a{
	color: #000000;
	text-decoration: none;	
}

h4{
 	font-size: 69%;
 	font-weight: normal;
 	margin: 0px;
}

ul{
	margin-top: 8px;
	list-style-position: outside;
	list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs - BITTE NICHT AENDERN !!         */
/***********************************************/

#uniseite{
	width: 756px;
	margin-right: auto;
	margin-left: auto;
}

#spaltelinks{
	width: 180px;
	float: left;
}

#spaltecontent{
	width: 396px;
	margin-top: 2px;
	float: left;
}

#spalterechts{
	width: 180px;
	float: right;
	margin-top: 20px;
}

/***********************************************/
/* Seitenkopf                                  */
/***********************************************/

/************* Brotkruemelpfad **************/

#breadCrumb{
	font-size: 60%;
	padding: 1px 0px 2px 5px;
	border-bottom: 1px dotted #FF0033;
	width: 100%;
	color: #666666;
	height: 15px;
        text-transform: lowercase;
}

#breadCrumb a{
	color: #666666;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #FF0033;
}

/************* globale Navigation **************/

#globalNav{
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 32px;
	line-height: 135%;
}

/************* Metanavigation **************/

#metaNav{
	font-size: 60%;
	width: 564px;
	float: left;
	height: 20px;
	margin-top: 5px;
}

#metaNav form{
	margin:0px;
	padding: 0px;
}

#metaNav input{
	border-width: 1px;
	border-color: #B4BAAD;
}

#metaNav button, #metaNav .button1{
	border: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	color: #000000;
}

#metaNav a{	
	color: #666666;
	text-decoration: none;
}

#language1 {
	float:right;
	margin-top: -16px;
        margin-right: 12px;
        font-size: 60%;
}

#language1 a{
	text-decoration: none;
	color:black;
}


/***********************************************/
/* Identity Bereich                            */
/***********************************************/

#identity{
	width: 564px;
	height: 62px;
	float: left;
	text-align: right;
}

#identityDienste{
	width: 564px;
	height: 62px;
	background-color: #B0B9CA;
	float: left;
}

#identityText{
	float: left;
	width: 180px;
	margin: 0;
}

#identityTextFakultaet{
	width: 270px;
	float: left;
}

#identityText table, #identityTextFakultaet table{
	width: 95%;
	cellspacing: 0px;
	height: 58px;
	margin: 0px;
}

#identityText td, #identityTextFakultaet td{
	vertical-align:bottom
}

#identityText h1{
	font-size: 93%;
        line-height: 100%;
        color: #000000;
	padding: 0px 0px 0px 5px;
}

#identityTextFakultaet h1{
        font-size: 93%;
        line-height: 100%;
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
}

#identityText h1 a, #identityTextFakultaet h1 a{
	text-decoration: none;
	color: #000000;
}

 #titelbild{
	float: right;
	width: 384px;
	margin: 0px;
	padding: 0px;
}

#titelbildFakultaet{
	padding-top: 2px;
	float: right;
}

/***********************************************/
/* Linke Spalte                                */
/***********************************************/

/************* lokale Navigation **************/

 #localNav {
	border-bottom-color: #FF0033;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 75px;
}

 #localNav ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
 }

 #localNav li{
	margin: 0;
	font-weight: bold;
	color: #666666;
}

 #localNav li a {
	display: block;
	text-decoration: none;
	color: #666666;
	border-top: 1px dotted #FF0033;
	padding-left: 5px;
 }

 #localNav li a:hover {
	background-color: #E1E4EB;
	color: #666666;
 }

 #localNav li li a {
	display: block;
	color: #666666;
	border-top: none;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
 }
 
 .ebeneZwei{
	list-style-image: url(../bilder/listline.gif);
}

 #localNav li li li a {
	display: block;
	color: #666666;
	border-top: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	padding-left: 15px;
 }

/***********************************************/
/* Content Spalte                              */
/***********************************************/

#contentbox{
	background-color: #D7DBD3;
	border-left-color: #999999;
	margin-bottom: 0px;
}

#contentboxFakultaet{
	background-color: #BDCBD3;
	border-left-color: #999999;
}

#contentboxApplikation{
	background-color: #BECBD3;
	border-left-color: #999999;
	margin-bottom: 0px;
	margin-top: 22px;
}

#contentPortal, #contentDienste, #contentFakultaet, #contentApplikation{
	font-size: 76%;
	line-height: 130%;
        width: 396px;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 12px;
	background-color: #DAE3E3;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 372px;
}

#contentPortal button{
	background-color: #DAE3E3;
}

#contentDienste, #contentDienste button{
	background-color: #E1E4EB;
}

#contentFakultaet, #contentFakultaet button{
	background-color: #E8E8EB;
}

#contentApplikation, #contentApplikation button{
	background-color: #E8E7EC;
}

/************* Absatz- und Titelformate **************/

#contentPortal p, #contentDienste p, #contentFakultaet p, #contentApplikation p{
	margin-top: 0px;
	padding: 0px 3px 5px 5px;
	margin-bottom: 5px;
}

#contentPortal h1, #contentDienste h1, #contentFakultaet h1, #contentApplikation h1{	
	font-size: 120%;
        line-height: 103%;
        background-color: #9DBBBB;
	margin-bottom: 10px;
	padding: 5px;
}

#contentDienste h1{
	background-color: #B0B9CA;
}

#contentFakultaet h1{
	background-color: #859FAE;
}

#contentApplikation h1{
	background-color: #BECBD3;
}

#contentPortal h1 a, #contentDienste h1 a, #contentFakultaet h1 a, #contentApplikation h1 a{
	color: #000000;
	text-decoration: none;	
}

#contentPortal h1 a:hover, #contentDienste h1 a:hover, #contentFakultaet h1 a:hover, #contentApplikation h1 a:hover{
	color: #FF0033;
	text-decoration: underline;
}

#contentPortal h2, #contentDienste h2, #contentFakultaet h2, #contentApplikation h2{
	font-size: 110%;
	line-height: 110%;
        margin-bottom: 0px;
	padding: 8px 0px 2px 5px;
}

#contentPortal h2 a, #contentDienste h2 a, #contentFakultaet h2 a, #contentApplikation h2 a{
	color: #000000;
	text-decoration: none;	
}

#contentPortal h2 a:hover, #contentDienste h2 a:hover, #contentFakultaet h2 a:hover, #contentApplikation h2 a:hover{
	color: #FF0033;
	text-decoration: underline;
}

#contentPortal h3, #contentDienste h3, #contentFakultaet h3, #contentApplikation h3{
	font-size: 100%;
	line-height: 100%;
	margin-bottom: 3px;
	padding: 5px 5px 0px 5px;
}

#contentPortal h6, #contentDienste h6, #contentFakultaet h6, #contentApplikation h6{
        color: #666666;
	font-size: 90%;
	line-height: 12px;
        margin-left: 5px;
	margin-top: 0px;
	text-decoration: none;
        font-weight: normal;
}

#contentPortal img, #contentDienste img, #contentFakultaet img{
	border: 0;
}

/************* Listen **************/
#contentPortal ul, #contentDienste ul, #contentFakultaet ul, #contentApplikation ul{
    overflow:auto;
    zoom:1;
    font-size: 100%;
    margin-left: 0px;
    line-height: 120%;
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 10px;
/*  alt: padding: 0px 5px 0px 25px */    
    padding: 0px 5px 2px 25px /* Scrollbar Fix (FF 3.5) */
}


#contentPortal ul ul, #contentDienste ul ul, #contentFakultaet ul ul{
	font-size: 100%;
}

#contentPortal ol, #contentDienste ol, #contentFakultaet ol, #contentApplikation ol{
	margin-top: 5px;
	padding: 0px 5px 0px 25px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 120%;
	margin-left: 0px;
}

.linkliste{
	list-style-image: url(../../../common/icon_link.gif);
	text-indent: 0px;
	color: #000000;
	text-decoration: none;
}

.linkIntranet{
	list-style-image: url(../../../common/icon_link_intranet.gif);
	text-indent: 0px;
}

.linkliste a, .linkIntranet a{
	color: #000000;
	text-decoration: none;
}	

.linkliste a:hover, .linkIntranet a:hover{
	color: #FF0033;
	text-decoration: underline;
}	

.textlink{
	color: #FF0033 !important;
	text-decoration: underline !important;
}


/************* Tabellen **************/

div.ZMSTable table, div.ZMSTable table th, div.ZMSTable table td {
	background-color:#FFFFFF;
}

div.ZMSTable table tr.odd td { 
	background-color:#EEEEEE;
}

#contentPortal table, #contentDienste table, #contentFakultaet table, #contentApplikation table{
	margin-top: 5px;
	margin-bottom: 10px;
	rules: none;
	width: 100%;
}

#contentPortal td, #contentDienste td, #contentFakultaet td, #contentApplikation td{
	vertical-align: top;
	font-size: 100%;
	line-height: 110%;
}

#contentPortal th, #contentDienste th, #contentFakultaet th{
	background-color: #FFFFFF;
	font-size: 100%;
	text-align: left;
}

#contentPortal th {
        background-color:#b9d0d0;
}

#contentDienste th {
        background-color:#c7cfdb;
}

#contentFakultaet th{
	background-color:#BDCBD3;
}

#contentPortal table ul, #contentDienste table ul, #contentFakultaet table ul, #contentApplikation table ul{
	font-size: 100%;
}

.infoTabelle{
	rules: rows;
	background-color: #FFFFFF;
	font-size: 93%;
}

.infoTabelle tr{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #555555;
}

.infoTabelleZeile{
	background-color: #DEDEDE;
}

#voting td{
	font-size: 100%;
}

#voting th{
	font-size: 120%;
	font-weight:bold
}


/************* interaktiv **************/

button{
	color: #FF0033;
	cursor: pointer;
	font-size: 100%;
	border-width: 1px;
	border-color: #FF0033;
}

#contentApplikation select{
	font-size: 11px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /* hinzugefuegt wegen einheitlicher Font-Gr�ssen im Internet Explorer */
}

textarea{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px; /* hinzugefuegt wegen einheitlicher Darstellung von ein- und mehrzeiligen Eingabefeldern */
}

.inputbox{
	border-width: 1px;
	border-color: #B4BAAD;
}


/************* besondere Stile **************/

.lead{
	color: #666666;
	font-weight: bold;
}

.unirot {
	color: #FF0033;
}

.lageplan img{
margin-left: -5px;
}


/************* Seitenfuss **************/

#adressfuss{
	width: 372px;
	padding: 24px 0px 12px 0px;
	font-size: 60%;
	line-height: 112%;
	margin-left: 12px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	clear: left;
}

#siteInfo{
	font-size: 60%;
	color: #AAAAAA;
	margin-top: 4px;
	margin-bottom: 20px;
	clear: left;
}

#siteInfo a{
	color: #AAAAAA;
	text-decoration: none;
}

/***********************************************/
/* Rechte Spalte                               */
/***********************************************/

#unilogo{
	width: 180px;
	background-color: #FFFFFF;
	float: right;
	height: 130px;
	padding-top: 2px;
}

/**************  Service Box  ******************/

#servicebox{
	margin: 0px;
}

.servicePortal, .serviceDienste, .serviceFakultaet{
	color: #666666;
	padding-bottom: 10px;
	line-height: 93%;
	background-color: #DAE3E3;
}

.serviceDienste{
	background-color: #E1E4EB;
}

.serviceFakultaet{
	background-color: #E8E8EB;
}

.servicePortal h2, .serviceDienste h2, .serviceFakultaet h2{
    font-size: 76%;
    line-height: 110%;
    margin-bottom: 0px;
    padding: 4px 0px 2px 5px;
}

.servicePortal h3, .serviceDienste h3, .serviceFakultaet h3{
	background-color: #B4BAAD;
	color: #FFFFFF;
	padding: 3px 3px 3px 13px;
	font-size: 86%;
}

.servicePortal p, .serviceDienste p, .serviceFakultaet p{
	padding: 0px 3px 0px 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 69%;
}

.servicePortal ul, .serviceDienste ul, .serviceFakultaet ul{
	font-size: 69%;
	list-style-image: url(../../../common/icon_link.gif);
	margin-left: 0px;
	padding: 5px 5px 0px 20px;
	margin-bottom: 5px;
	line-height: 100%;
}

.servicePortal li, .serviceDienste li{
	margin-bottom: 2px;
}

.servicePortal ul a, .serviceDienste ul a, .serviceFakultaet ul a{
	color: #666666;
	text-decoration: none;
}

.servicePortal ul a:hover, .serviceDienste ul a:hover, .serviceFakultaet ul a:hover{
	color: #FF0033;
	text-decoration: underline;
}

.servicePortal input, .serviceDienste input, .serviceFakultaet input{
	font-size: 100%;
}

.servicePortal button, .serviceDienste button, .serviceFakultaet button{
        # background-color: #DAE3E3;
        background-color: #e1e4eb;
        border: 0px;
	color: #FF0033;
	cursor: pointer;
	font-size: 100%;
}

/**************  (2-spaltige Linkliste  ******************/
#contentteaserLeft {
   width: 179px;
   float: left;
}
#contentteaserRight{
   width: 179px;
   float: right;
   margin-left: 14px;
}
#clear {
   clear: both;
   visibility: hidden;
}
#contentteaserLeft img{
   padding: 3px 5px 6px 5px;
}
#contentteaserRight img{
  padding: 3px 5px 6px 5px;
}

/*********** Aufklappbare Linkliste ***********/
.bildlink {
	text-decoration: none !important;
}

/*********** Dateiobjekte im Content und Teaser ausblenden ***********/
/*********** Dateiobjekte im Content und Teaser ausblenden ***********/
.ZMSFile, .ZMSTeaserElement {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}

