/***********************************************/
/* Universitaet Bern                           */
/* CSS fuer Webdesign 2004                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

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{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 93%;
	margin: 0px;
	font-weight: bold;
	line-height: 103%;
}

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

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

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

h4{
 	font-size: 100%;
 	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;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/***********************************************/
/* 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;
}

#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 button{
	border: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
}

#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{
	color: #000000;
	padding: 0px 0px 0px 5px;
}

#identityText h1{
	color: #000000;
	padding: 0px 0px 0px 5px;
}

#identityTextFakultaet h1{
	color: #FFFFFF;
	padding-left: 0px 5px 3px 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(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{
	width:396px;
	font-size: 100%;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 12px;
	background-color: #DAE3E3;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:372px;
}

#contentDienste{
	background-color: #E1E4EB;
}

#contentFakultaet{
	background-color: #E8E8EB;
}

#contentApplikation{
	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;
	font-size: 76%;
	line-height: 130%;
}

#contentPortal h1, #contentDienste h1, #contentFakultaet h1, #contentApplikation h1{
	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{
	margin-bottom: 0px;
	padding: 8px 0px 2px 5px;
	line-height: 110%;
}

#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{
	margin-bottom: 3px;
	padding: 5px 5px 0px 5px;
	font-size: 69%;
	line-height: 120%;
}

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

/************* Listen **************/

#contentPortal ul, #contentDienste ul, #contentFakultaet ul, #contentApplikation ul{
	font-size: 76%;
	margin-left: 0px;
	line-height: 120%;
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 5px 0px 25px
}

#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: 76%;
	line-height: 120%;
	margin-left: 0px;
}

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

.linkIntranet{
	list-style-image: url(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 **************/

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

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

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

#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;
}

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

.funktionstaste{
	background-color: #DAE3E3;
	border: 0px;
	color: #FF0033;
	cursor: pointer;
	font-size: 100%;
}

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

.linkpfeil {
	color: #FF0033;
	font-weight: bold;
	text-decoration: none;
}

.linkpfeil a{
	color: #FF0033;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}

.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;
}

.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(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;
	border: 0px;
	color: #FF0033;
	cursor: pointer;
	font-size: 100%;
}