﻿/* Universitts- und Landesbibliothek Bonn - Standard CSS 
	Copyright: Universit ts- und Landesbibliothek Bonn
	Letzte Modifizierung: 22.01.2010, A. Reinhard
	URL: http://www.ulb.uni-bonn.de/layout/style_ulb_hss.css */

body { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 10px 30px 30px;
}
/*---------------------------------------------------------*/


/* Textbereich - generelle Formatierung */
p, ul, li, td, tr { font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1em;
}

li { list-style-image:url(http://www.ulb.uni-bonn.de/bullet.gif);
	}

a {
	color: #004191;
	background-color: transparent;
	}

h1 {
	font-size: 1.5em;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	}
/*---------------------------------------------------------*/


/* Textbereich - Überschriften - reserviert für die Breadcrumbs und Footer-Bezeichnungen der Seiten */
h5 {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
}

table { width: auto; }

th { font-weight: bold; 
	text-align:left; 
	vertical-align: top; }
	
td { text-align:left; 
	vertical-align: top; }

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/
/* Layout für HSS*/

.hsshead { width: 100%;
	height: 181px;
	padding-left: 4em;
	background-image: url(../image/tastatur_head.jpg);
	background-position: right;
	background-repeat: no-repeat; }

.hss { width: 90%;
	float: left;
	margin-top: 0em;
	margin-left: 5em; 
	margin-right: 6em;
	margin-bottom: 3em; 
	line-height: 1.7em; }

img {
	border: 0;
}

.hss ul li { line-height: 2em; }

.highlight { font-size: 1.5em;
	font-weight: normal; }

/*---------------------------------------------------------*/