/* Design Author: Simon Eugster */
/* Licence: cc-by-sa-2.0 */
/* http://creativecommons.org/licenses/by-sa/2.0/ */
/* Last modified: 050903 */

/* == Basic Settings == */

html { margin: 0px; padding: 0px; }

/*font: 12pt Georgia, Garamond, serif;*/
body, p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif;
}

body {
	color: #003b04;
	background: transparent url('UL.jpg') no-repeat scroll left top;
	margin: 0px; padding: 0px;
}

p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif;
	margin-top: 0px;
	text-align: justify;
}

h1, h2, h3, h4 {
	font: 18pt Trebuchet, Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}
/* temp 	font: 26pt Trebuchet, Tahoma, sans-serif; 	font: 18pt Trebuchet MS, Tahoma, sans-serif;*/
h1 {
	font-size: 26pt;
	letter-spacing: 2px;
}
h2 {
	font-size: 18pt;
	letter-spacing: 2px;
}
h3 {
	font-size: 14pt;
	letter-spacing: 1px;
	padding-top: 10px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0px !important;
}

a:link {
	font-weight: bold;
	color: #418013;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #5fac26;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #1161ff;
}

ul {
	padding-top: 1em; padding-bottom: 1em;
}
ul, li, li p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif !important;
	margin-top: 0px;
	text-align: justify;
}
li {
	padding-bottom: 0.2em;
}
li.right, li.left {
	margin-left: 15px;
	padding-top: 5px;
}
li.right {
	clear: right;
}
li.left {
	clear: left;
}

img {
	border: none !important;
}
img.left {
	float: left;
}
img.right {
	float: right;
}


/* == Enhanced Settings == */

/* Container, der Textbehälter für den ganzen Seiteninhalt */
/* Textcontainer for all the page's text */
#container {
	background: url('BR.jpg') no-repeat scroll bottom right;
	background-repeat: no-repeat;
	position: absolute;
	padding: 30px 120px 40px 120px;
	margin: 0px;

	top: 0px;
	left: 0px;
}

/* Inside of the container */
/* Innerhalb von #container */
#textbg {
	padding: 0px;
	margin: 0px;
}
/* 	background: url(bg.png) repeat; */

/* Titel, durch ein Bild ersetzt (Text muss in span-Tags stehen) */
/* The Title, replaced with an image (Text has to be in span-Tags) */
#title {
	margin-bottom: 20px;
}

#title h1 {
	background: transparent url(Titel.png) no-repeat top left;
	size: auto;
     	margin-top: 10px;
	width: 200px;
	height: 67px;
	float: left;
}

#title h1 span {
	display: none;
}

/* Untertitel rechts vom Titel, nur Text */
/* Subtitle, on the right from title. Only text, not replaced. */
#title h2 {
	margin: 30px 5px 20px 0px;
	width: 340px;
	height: 80px;
	float: right;
	text-align: right;
}
#title h2 span {
	display: none;
}

/* Einleitung in den Text */
/* Introduction of the text */
#introduction {
	clear: both;
	margin: 10px 20px 10px 10px;
	width: 160px;
	float: left;
}
#introduction p {
	font: 11pt Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	font-style: italic;
}
.introduction {
	clear: both;
	margin: 10px 20px 10px 10px;
	width: 160px;
	float: left;
}
.introduction p {
	font: 11pt Trebuchet MS, Tahoma, sans-serif;
	text-align: center;
	font-style: italic;
}

/* Sollte den ersten Absatz in span-Tags umschliessen */
/* Ought to encase the first paragraph with span-tags */
#firstParagraph {
	clear: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}
#firstParagraph p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif !important;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

/* Schliesst den restlichen Text ein, Linkliste und Fussnote ausgenommen */
/* encases the rest of the text, expect for link list and feetnote */
#text {
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
#text p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif !important;
	padding-top: 5px;
	padding-left: 0px;
	text-align: justify;
}
.text {
	padding-left: 0px;
	margin-bottom: 100px;
	text-align: left;
}
.text p {
	font: 12pt Trebuchet MS, Tahoma, sans-serif;
	padding-top: 5px;
	padding-left: 0px;
	text-align: justify;
}

/* Rahmen für Bilder, in div-Tags */
/* Border for Images, in div-tags */
.imgContainerLeft, .imgContainerRight {
	border: 1px solid #5b7b4b;
	background-color: #f0fff2 !important;
	max-width: 100%;
	width: auto;
	padding: 2px !important;
	margin: 10px;
	overflow: hidden;
}
.imgContainerLeft {
	float: left;
	margin-left: 0px;
}
.imgContainerRight {
	float: right;
	margin-right: 0px;
}
.imgContainerLeft img, .imgContainerRight img {
	width: 100%;
	border: 1px solid #5b7b4b !important;
	margin: 1px;
}

/* Abkürzung für clear: both */
/* Shortcut for clear: both */
.clear {
	clear: both;
}

/* Abstand von 100px oben */
/* Distance of 100px above */
.distance {
	margin-top: 100px;
}

/* Bildbeschreibung */
/* Image description */
.imgContainerLeft div, .imgContainerRight div {
	padding: 2px 0px 2px 2px !important;
	font: bold 8pt Trebuchet, Tahoma, sans-serif !important;
	text-align: left !important;
	border: none !important;
	background: none !important;
}
.imgContainerLeft * .ita, .imgContainerRight * .ita {
	font-style: italic !important;
	font-weight: normal !important;
}
.imgContainerLeft div img, .imgContainerRight div img {
	border: none !important;
	align: right;
	float: right;
	padding-top: 1px;
	width: auto;
}
.imgContainerLeft p, .imgContainerRight p {
	display: none;
	padding: 6px 2px 10px 2px;
	margin: 6px 2px 0px 2px;
	font: bold 8pt Trebuchet, Tahoma, sans-serif !important;
}

/* Container für die Links (Inhaltsverzeichnis o.ä.) */
/* Container for links (table of contents or similar) */
#linkContainer {
	width: 105px;
	min-height: 50px;
	position: absolute;
	top: 200px;
	right: 5px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-top: 1px solid #2738d2;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 240px 0px;
}
#linkList {
        width: 100%;
        font: 10pt Trebuchet, Tahoma, sans-serif;
        min-height: 15px;
        border-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}
#linkList h4 {	
	width: 100%;
	min-height: 15px;
	font: 10pt Trebuchet MS, Tahoma, sans-serif;
	color: #2b3594;
	line-height: 100%;
	font-weight: bold;
	border-bottom: 2px solid #2b3594;
	padding: 4px 0px 2px 1px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#linkList p {
	width: 100%;
	min-height: 15px;
	font: 10pt Trebuchet MS, Tahoma, sans-serif;
	color: #2738d22;
	border-bottom: 1px solid #2738d2;
	padding: 2px 0px 2px 1px;
	margin: 0px 0px 0px 0px;
	color: #2738d2;
	text-align: center;
	line-height: 120%;
}
#linkList p:hover {
	background-color: #eaffb8;
}
#linkList a, #linkList a:visited {
	color: #2738d2;
	font-weight: normal;
}
#linkList a:hover, a:active {
#	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#linkList h4 a {
	font-weight: bold !important;
	font: 10pt Trebuchet, Tahoma, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Fussnote */
/* Footmark */
#foot {
	padding-top: 50px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	font: 7pt Trebuchet, Tahoma, sans-serif;
	clear: both;
}
#foot span {
}
