/* global.css
This file contains all css-definitions for the BG-website, 
there should be no css-definitions in HTML/PHP-files.
Layers are used for a barrier-free layout, following these rules:
- layers containing navigation have a z-index with at least a value of 10
- layers containing content have a z-index with at least a value of 20
*/

/* tag-redefinitions 
-------------------- */

body {
	background-color: #EFEFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	color: #0047B9;
	font-size: 1.4em;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	color: #000000;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

h3 {
	color: #000000;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

h4 {
	color: #990000;
	font-size: 0.65em;
	font-weight: bolder;
	letter-spacing: 0.35em;
	padding: 0;
	margin: 0;	
}

/* the h5 can be the current location in the navigation, too */
h5, a.h5:link, a.h5:visited, a.h5:hover, a.h5:active, a.h5:focus {
	color: #990000;
	font-size: 0.7em;
	padding: 0;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
}

h6 {
	color: #336699;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 0;
}

p {
	color: #000000;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

p.rightContent {
	color: #336699;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 0;
	margin-bottom: 0;
}

/* use this <p>-tag without text in it,
like <p class="dottedLine" /> */
p.dottedLineBlue {
	clear: both;
	margin-top: 10px;
	border-top-color: #336699;
	border-top-width: 1px;
	border-top-style: dotted;
}

/* use this <p>-tag without text in it,
like <p class="dottedLine" />. 
Use only for right container. */
p.dottedLineBlueRight {
	clear: both;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0;	
	border-top-color: #336699;
	border-top-width: 1px;
	border-top-style: dotted;
}

/* use this <p>-tag without text in it,
like <p class="dottedLine" /> */
p.dottedLineWhite {
	clear: both;
	/* only 5px here, compare to the blue dotted lines */
	padding: 0;
	margin-top: 5px;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
}

img.rightContent {
	margin-right: 3px;
	float: left; 	
}

form.searchContainer {
	margin: 5px;
	padding: 0;
}

input.searchContainer {
	width: 10em;
}

/* anker-definitions 
-------------------- */

a:link, a:visited {
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #990000;
	text-decoration: none;
	font-weight: bold;	
}

a.head:link, a.head:visited {
	color: #336699;
	text-decoration: none;
	font-weight: normal;	
}

a.head:hover, a.head:active, a.head:focus {
	color: #990000;
	text-decoration: none;	
	font-weight: normal;
}

/* navigation links */
a.naviLeft:link, a.naviLeft:visited {
	color: #336699;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
}

/* navigation links. hover and active */
a.naviLeft:hover, a.naviLeft:active, a.naviLeft:focus  {
	color: #990000;	
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
}

/* navigation links, the current site is highlighted bold and red */
a.currentSite:link, a.currentSite:visited, a.currentSite:hover, a.currentSite:active, a.currentSite:focus {
	color: #990000;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

a.footerRight:link, a.footerRight:visited, a.footerRight:hover, a.footerRight:active, a.footerRight:focus {
	background-color: #0045BD; 
	color: #FFFFFF;
	text-align: right;
	font-size: 0.8em; 
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}

/* other definitions
-------------------- */

/* layer-definitions 
-------------------- */

#head {
	display: none;
	position: absolute;
	z-index: 0;
	background-image:url(../images/title_00.png);
	top: 0px;
	left: 0;
	width: 790px;
	height: 103px;
	font-size: 0.7em;
	text-align: right;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* navigation under the logo of the website */
#headNavi {
	display: none;
	position: absolute;
	z-index: 10;
	top: 103px;
	left: 0;
	width: 790px;
	height: 31px;
	padding: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

/* navigation under the headNavi to show the user the current 
location on the website */
#locationNavi {
	display: none;	
	position: absolute;
	z-index: 20;
	top: 134px;
	left: 0;
	width: 790px;
	padding: 0;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

#teaser {
	display: none;
	position: absolute;
	z-index: 0;
	top: 134px;
	left: 0;
	width: 790px;
	height: 155px;
	padding: 0;
	margin: 0;
}

#contentArea {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 10px;
	width: 780px;
	height: auto;
	padding: 0;
	margin: 0;
	border-top-color: #990000;
	border-top-width: 2px;
	border-top-style: solid;
}

/* the navigation on the left */
#naviLeft {
	display: none;
	z-index: 20;	
	left: 0; 
	width: 165px; 
	height: auto;	
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	background-color: #EFEFFF; 
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #990000;
	float: left;
}

#mainContent {
	z-index: 20;
	left: 165px;
	height: auto;
	background-color: #FFFBFF;
	width: 410px;
	float: left;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #990000;
}

#rightContent {
	display: none;
	z-index: 20;
	background-color: #EFEFFF;
	left: 585px;
	width: 195px;
	height: auto;
	color: #336699;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#searchContainer {
	display: none;
	background-color: #C2CDDF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#footerLeft {
	display: none;	
	z-index: 10;
	clear: both;	
	background-color: #0045BD; 	
	width: 390px;
	height: auto;
	color: #FFFFFF;	
	font-size: 0.7em;
	padding: 2px;
	float: left;
}

#footerRight {
	display: none;	
	z-index: 10;
	background-color: #0045BD; 	
	width: 380px;
	height: auto;
	color: #FFFFFF;
	font-size: 0.7em;	
	text-align: right;
	padding: 2px;
	float: left;
}

#logoPrint {
	display: block;
}

