/* Stylesheet fuer Opus */

/* kleiner Font in der Frontdoor */
.frontdoor {
 font-family: Arial, Helvetica;
 font-size: 10pt;
 }

/* #################################################
** ### Styles aus altem ub.css                   ###
** ################################################# */


form,p,dl,dt,dd,a,u,b,i,h1,h2,h3,h4,h5,h6,div,em,li,ol,td,th,ul,div { font-famil
y: Arial, Helvetica, sans-serif; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.block { text-align:justify; }
.courier { font-family: Courier New, Courier, mono; }
.fett { font-weight:bold; }
body { margin-left:10px; }



/* #################################################
** ### https://ub.uni-hohenheim.de/fileadmin/templates/css/styles-ub.css ###
** ################################################# */




/* #################################################
** ###Ueberschriften                             ###
** ################################################# */
H1 {
	color: #003366;
	font: 140% Arial Black, Arial, sans-serif;
	margin: 0 10px 0.8em 0;
}
H2 {
	color: #4C7094;
	font: 120% Arial Black, Arial, sans-serif;
	margin: 0 10px 0.4em 0;
}
H3 {
#	border-bottom: 1px solid #003366;
	color: #003366;
	font-size: 110%;
	font-weight: bold;
	margin: 0.8em 10px 0.2em 0;
}
H4 {
	border-bottom: 1px solid #4C7094;
	color: #4C7094;
	font-size: 100%;
	font-weight: bold;
	margin: 0.6em 10px 0.2em 0;
}
H5,
#rightColumn H1,
#rightColumn H2,
#rightColumn H3,
DT {
	background-color: #003366;
	color: #FFF;
	font: bold 95% Arial, sans-serif;
	margin: 0 0 0.8em 0;
	padding: 0.4em 0.8em 0.4em 0.8em;
}
#rightColumn H4 {margin: 0 10px 0 0.8em;}
H5 {margin-right: 10px;}

H1 A, H2 A, H3 A, H4 A, H5 A {text-decoration: none;}
H1 A:visited, H2 A:visited, H3 A:visited, H4 A:visited, H5 A:visited {color: #003366;}

/* Spezialfäe */
#leftColumn H1,
#leftColumn H3 {
	border: 0;
	background-image: url(/uploads/tf/ListItem.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	clear: left;
	font: bold 130% Arial, sans-serif;
	margin: 0 0 0.4em 0;
	padding-left: 1.8em;
}
#leftColumn H1 A,
#leftColumn H3 A {
	color: #003366
}
#template1 #content H5 {
	margin: 0 10px 0 0;
}
/* #################################################
/* ### lokale und externe Links                 ####
** ################################################# */
A {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #7F99B2;
	text-decoration: underline;
}
A:visited {
  color: #7F99B2;
}

/* Spezialfäe */
#breadcrumb A {
	color: #FFF;
}
#pageFunctions A {
	padding: 0.1em 1em 0 0;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#pageFunctions A:hover {
	text-decoration: underline;
}

/* #################################################
/* ### Listen                                   ####
** ################################################# */
UL,OL {margin: 0 0 0.95em 0;}
LI,DD {
	line-height: 135%;
	margin-left: 1.8em;
	padding: 0 0 0.2em 0.9em;
}
#rightColumn LI,
#rightColumn DD {
	padding-right: 0.4em;
}
/* Balken */
UL.csc-bulletlist-0 LI,
UL.csc-bulletlist-1 LI,
UL.sitemap LI.sitemap1,
DD {
	list-style-type: none;
	background-image: url(http://web3.ub.uni-hohenheim.de/NeueHomepage/scripts/ListItem.gif);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	margin-left: 0;
	padding-left: 2.4em;
}
/* Punkte */
UL.csc-bulletlist-2 {
	list-style-type:disc;
}
/* Quadrate */
UL.csc-bulletlist-3 LI,
UL LI.sitemap2 {
  background-image: none;
	list-style-type:square;
	padding-left: 0.9em;
}

/* Nummerierung */
UL.csc-bulletlist-4 {
	list-style-type:decimal;
}

