/***********************************************/
/* Universität Bern                            */
/* CSS für 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{
	color: #000000;
}

h1{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0px;
	line-height: 103%;
	font-weight: bold;
	font-size: 93%;
}

h2{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 86%;
	margin: 0px;
	font-weight: bold;
}

h3{
	margin: 0px;
	font-weight: bold;
	font-size: 76%;
}

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;
}

hr {
	width: 60%; 
	color:#B05767; 
	height: 1px;
}


/***********************************************/
/* Layout Divs - BITTE NICHT ÄNDERN !!         */
/***********************************************/

#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                                  */
/***********************************************/

/************* Brotkrümelpfad **************/

#breadCrumb{
	font-size: 60%;
	padding: 1px 0px 2px 5px;
	border-bottom: 1px dotted #343434;
	width: 100%;
	color: #999999;
	height: 15px;
}

#breadCrumb a{
	color: #999999;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #343434;
}

/************* globale Navigation **************/

#globalNav{
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 32px;
	line-height: 135%;
}

/************* Metanavigation **************/

#metaNav{
	font-size: 60%;
	width: auto;
	float: left;
	height: 20px;
	margin-top: 5px;
	padding-left: 180px;
}

#metaNav form{
	margin:0px;
	padding: 0px;
}

#metaNav button{
	border: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
	color: #555555;
}

#metaNav a{	
	color: #555555;
	text-decoration: none;
}

#metaNav a:hover{
	color: #343434;
}

#booklogo {
	width: 180px;
	float: right;
	padding: 20px 0px 0px;
}		



/***********************************************/
/* Identity Bereich                            */
/***********************************************/

 #identity{
	color: #B05767;
	width: 564px;
	height: 62px;
	float: left;
	text-align: right;
}

#identityDienste{
	width: 564px;
	height: 62px;
	background-color: #B0B9CA;
	float: left;
}

#identityText{
	color: #B05767;
	float: left;
	width: 180px;
	margin: 0;
}

#identityTextFakultaet{
	width: 270px;
	float: left;
	color: #B05767;
}

#identityText table, #identityTextFakultaet table{
	width: 95%;
	cellspacing: 0px;
	height: 58px;
	margin: 0px;
	color: #B05767;
}

#identityText td, #identityTextFakultaet td{
	color: #B05767;
	vertical-align:bottom
}

#identityText h1{
	color: #B05767;
	padding: 0px 0px 0px 5px;
}

#identityText h1{
	color: #B05767;
	padding: 0px 0px 0px 5px;
}

#identityTextFakultaet h1{
	color: #B05767;
	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;
}
#auflageText{
	float: right;
	margin: 0;
	background-color: #E8EBEB;
	height: 62px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	font-weight: bold;
	color: #B05767;

}
/***********************************************/
/* Linke Spalte                                */
/***********************************************/

/************* lokale Navigation **************/

 #localNav {
	border-bottom-color: #343434;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B05767;
	margin-top: 75px;
}

 #localNav ul{
	margin: 0;
	list-style-type: none;
	padding: 0;
 }

 #localNav li{
	margin: 0;
	font-weight: bold;
	color: #B05767;
}

 #localNav li a {
	display: block;
	text-decoration: none;
	color: #B05767;
	border-top: 1px dotted #343434;
	padding-left: 5px;
 }

 #localNav li a:hover {
	background-color: #D8DBDB;
	color: #B05767;
 }

 #localNav li li a {
	display: block;
	color: #B05767;
	border-top: none;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
 }
 
 .ebeneZwei{
	list-style-image: url(../../unibe_design/bilder/listline.gif);
}

 #localNav li li li a {
	display: block;
	color: #222525;
	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: #D8DBDB;
	border-left-color: #999999;
}

#contentboxApplikation{
	background-color: #BECBD3;
	border-left-color: #999999;
	margin-bottom: 0px;
	margin-top: 22px;
}

#weisse_ecke{
	width: 12px;
	height: 63px;
	background-color: #FFFFFF;
	float: right;
}

#contentPortal, #contentDienste, #contentFakultaet, #contentApplikation{
	width:372px;
	font-size: 100%;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 12px;
	background-color: #DAE3E3;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:372px;
	color: #B222525;
}

#contentDienste{
	background-color: #E1E4EB;
}

#contentFakultaet{
	background-color: #FFFFFF;
}

#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 h2, #contentDienste h2, #contentFakultaet h2, #contentApplikation h2{
	margin-bottom: 0px;
	padding: 8px 0px 0px 5px;
}

#contentPortal h3, #contentDienste h3, #contentFakultaet h3, #contentApplikation h3{
	margin-bottom: 0px;
	padding: 5px 5px 0px 5px;
	font-size: 69%;
}

#contentPortal img, #contentDienste img, #contentFakultaet img{
	margin-left: 2px;
}

/************* Listen **************/

#contentPortal ul, #contentDienste ul, #contentFakultaet ul, #contentApplikation ul{
	margin-top: 5px;
	padding: 0px 5px 0px 25px;
	margin-bottom: 10px;
	font-size: 69%;
	line-height: 120%;
	list-style-type: disc;
}

#contentPortal ol, #contentDienste ol, #contentFakultaet ol, #contentApplikation ol{
	margin-top: 5px;
	padding: 0px 5px 0px 25px;
	margin-bottom: 10px;
	font-size: 69%;
	line-height: 120%;
}

#contentPortal ul a, #contentDienste ul a, #contentFakultaet ul a, #contentApplikation ul a{
	color: #000000;
	text-decoration: none;	
}

#contentPortal ul a:hover, #contentDienste ul a:hover, #contentFakultaet ul a:hover, #contentApplikation ul a:hover{
	color: #FF0033;
	text-decoration: underline;
}

.linkliste{
	list-style-image: url(../../unibe_design/bilder/icon_link.gif);
	text-indent: 0px;
}

.linkIntranet{
	list-style-image: url(../../unibe_design/bilder/icon_link_intranet.gif);
	text-indent: 0px;
}

.textlink{
	color: #B05767!important;
	text-decoration: none !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%;
}



.infoTabelle{
	rules:rows;
	background-color: #FFFFFF;
	font-size: 93%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
	padding-top: 3px;
}

.infoTabelle tr{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #343434;
}

.autorenTabelle{
	rules:rows;
	background-color: #FFFFFF;
	font-size: 100%;
	padding-top: 3px;
	padding-left: 10px;
}

.autorenTabelle td{
	padding-left:10px;
}

.autorenTabelle th{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
	background-color: #FFFFFF;
	font-size: 76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

.formTabelle{
	rules:rows;
	background-color: #FFFFFF;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
	padding-top: 3px;
}

.formTabelle tr{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #343434;
}

.formTabelle td{
	padding-left:10px;
}
/************* besondere Stile **************/

.funktionstaste{
	background-color: #E8E7EC;
	border: 0px;
	color: #FF0033;
	cursor: hand;
}

.lead{
	color: #666666;
	font-weight: bold;
}

.linkpfeil {
	color: #343434;
	font-weight: bold;
	text-decoration: none;
}

.linkpfeil a{
	color: #343434;
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}

.unirot {
	color: #FF0033;
}

.listentext {
	color: #222525;
	size: 75%;
	font-weight: normal;
}

.inhaltbox{
	width:80px;
	font-size: 90%;
	float: right;
	margin-left: 4px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:84px;
}

/************* 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;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:372px;
	clear: left;
	color: #222525;
	
}

#siteInfo{
	font-size: 60%;
	color: #999999;
	margin-top: 4px;
	margin-bottom: 20px;
}

#siteInfo a{
	color: #999999;
	text-decoration: none;
}
#siteInfo a:hover{
	color: #343434;
	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: #B05767;
	padding-bottom: 10px;
	line-height: 93%;
	background-color: #DAE3E3;
}

.serviceDienste{
	background-color: #E1E4EB;
}

.servicePortal h3, .serviceDienste h3, .serviceFakultaet h3{
	background-color: #999999;
	color: #B05767;
	padding: 3px 3px 3px 13px;
	font-size: 76%;
}

.servicePortal p, .serviceDienste p, .serviceFakultaet p{
	padding: 0px 0px 0px 14px;
	text-indent: -14px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 69%;
}

.servicePortal a, .serviceDienste a, .serviceFakultaet a{
	color: #666666;
	text-decoration: none;
}

.servicePortal a:hover, .serviceDienste a:hover, .serviceFakultaet a:hover{
	color: #FF0033;
	text-decoration: underline;
}
