﻿/********************
Balzano Informatik AG
07.02.2005, rgu
***
Stylesheet enthaellt alle Grundlegenden Elemente die zur Positionierung des
Layouts gehoeren. Ausserdem werden die Standard-Tags (BODY, FORM usw.) de-
finiert.
********************/

a.ctl00_WebPartManager1_gwpBrn_VorlesungsverzeichnisBaum1_Brn_VorlesungsverzeichnisBaum1_tvVorlesungsverzeichnis_0
{
		text-decoration: underline !important;
}


/* MAIN */

html {
	height: 100%;
	background-color: #CCCCCC;
	background-image:url(images/navig-bg.jpg);
	background-repeat: repeat-y;
}

form.main {
	height: 100%;
	background-color: #CCCCCC;
	background-image:url(images/navig-bg.jpg);
	background-repeat: repeat-y;	
}

/* Body-Container */
body 
{
	top: 0px;
	left: 0px; 
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px; 
	background-color: #CCCCCC;
	background-image:url(images/navig-bg.jpg);
	background-repeat: repeat-y;
}

body.noBgImage
{
	top: 0px;
	left: 0px; 
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 0px; 
	margin: 0px; 
	background-color: #CCCCCC;
	background-image: none;
}

/* Form-Container */
form {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Head-Container */
#head {
	height: 104px;
}

#content {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top:  0px;
	width: 98%;
}

	/* Headline-Elemente */
	h1 {
		padding: 0px 0px 0px 25px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-family: Arial Black;
		color: #000000;
		font-size: 28px;
	}
	h2 {
		padding: 0px 0px 0px 25px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
		font-family: Arial;
		color: #000000;
	}
	h3 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-family: Arial;
		color: #000000;
	}
	h4 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-family: Arial;
		color: #000000;
	}
	h5 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		font-family: Arial;
		color: #000000;
	}
	h6 {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		top: 0;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
		font-family: Arial;
		color: #000000;
	}
	
/* Peter Ihrler 27.1.2009 */

.border-position
{
        position: absolute;
        left: -300px;
}


/* ALLGEMEINE DEFINITIONEN */

img {
	border: 0;
}

a:link { /* <- <a>-Tag als Hyperlink */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px 
} 

a:visited { /* <- Besuchter Hyperlink */
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 

a:hover { /* <- Mouseover-Effekt (Mauszeiger ueber Hyperlink) */
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 

a:active { /* <- Aktiver Hyperlink (Tabstop bei Link) */
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px
} 


/* Fuer die Header-Navigation */
a.header-bar-navigation-link {
	color: #FFFFFF;
	vertical-align: middle;
}

a:hover.header-bar-navigation-link {
	color: #FFFF00;
	vertical-align: middle;
}

a:active.header-bar-navigation-link {
	color: #FFFFFF;
	vertical-align: middle;
}

a:visited.header-bar-navigation-link {
	color: #FFFFFF;
	vertical-align: middle;
}


/* Normale Links ohne Decoration*/
a.normal-link {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

a:hover.normal-link {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

a:active.normal-link {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

a:visited.normal-link {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}


td, tr, table { /* Tabellen */
	white-space: normal;
}

th { /* Tabellen-Header */
	white-space: normal;
	vertical-align: top;
	text-align: left;
	font-weight: bold;	
}


/* Ein Umbruch, der auch nach Container mit floating umbricht */
.break {
	display: run-in;
	clear: both;
	width: 100%;
	height: 20px;
}