/*
* Author: Markus Koch, update AG
* Date: 04-2006
* Last update: 
*/


/* HTML-Formate definieren */
/* ----------------------- */
/* definition der formate von standard-html-tags */

html, body {
	margin: 0px;
	font-family: Arial, sans serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	text-transform: none;
	color: #000;
	white-space: normal;
	text-align: left;
	background-color: #009eec;
	}

H1, H2, H3, H4 {
	font-weight: bold;
	text-transform: uppercase;
	}

H1 {
	font-size: 150%;
	}

H2 {
	font-size: 135%;
	margin-bottom: 2em;
	}

H3 {
	font-size: 120%;
	}

H4 {
	font-size: 110%;
	padding-bottom: 0;
	margin-bottom: 0;
	}

P, BR {
	}

PRE {
	font-family: Courier, monospace;
	}

OL {
	list-style-type:decimal;
	}

UL {
	list-style-type:circle;
	}

/*
TABLE, TR, TH, TD, TBODY, TFOOT, THEAD, CAPTION {
	background: transparent;
	background-position: top left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: left;
	display: block;
	float: none;
	clear: none;
	width: auto;
	height: auto;
	}

TH, TD, CAPTION { 
	display: inline;
	}
*/

I, CITE, EM, VAR, ADDRESS {
	font-style: italic;
	}

EM {
	font-style: normal;
	text-decoration: underline;
	letter-spacing:0.5em;
	color: #666666;
	}

B, STRONG {
	font-weight:bolder;
	}

BIG { 
	font-size: larger;
	}

SMALL, SUB, SUP {
	font-size: smaller;
	}

SUB {
	vertical-align: sub;
	}

SUP {
	vertical-align: super;
	}

IMG {
	float: left;
	padding: 0.2em 0.8em 0.5em 0;
	}

A:link, A:visited, A:hover, A:active, A:focus {
	font-family: Courier, serif;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	}

A:active {
	color: #666666;
	text-decoration: underline;
	}

A:link {
	color: #009eec;
	text-decoration: none;
	}

A:visited {
	color: #009eec;
	text-decoration: none;
	}

A:hover {
	color: #009eec;
	text-decoration: underline;
	}

A:focus {
	color: #009eec;
	text-decoration: underline;
	}


/* Seitenstrukturen definieren */
/* --------------------------- */

#navigation {
	margin-left: 133px;
	margin-right: 123px;
	padding: 0;
	}

#contentfront, #content, #footer {
	margin-left: 123px;
	margin-right: 123px;
	}

#contentFront {	/* content-container fuer frontseite */
	height:560px;
	overflow:auto;
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
	}

#content {
	font-size: 80%;
	height:560px;
	overflow:auto;
	padding: 10px 40px 10px 70px;
	background-color: #ffffff;
	}

#footer {
	text-align: right;
	padding: 0;
	}


/* Navigationselemente definieren */
/* ------------------------------ */

#navbar {
	position : relative;
	width: 685px;
}

A.mainNavLink, A.mainNavLink:link, A.mainNavLink:visited, A.mainNavLink:hover {
	font-family: Courier, serif;
	font-size: smaller;
	font-weight: normal;
	white-space: nowrap;
	color: #fff;
	text-decoration : none;
}

A.mainNavLink:hover {
	background-color : #000000;
	text-decoration : none;
}

#navMenu1,#navMenu2,#navMenu3,#navMenu4,#navMenu5,#navMenu6 {
	position : absolute;
	visibility : hidden;
	width : 125px;
}

/*
#navMenu1,#navMenu2,#navMenu3,#navMenu4,#navMenu5,#navMenu6 {
	width : 100px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width : 200px;
}
*/

A.subNavLead1, A.subNavLink1:link, A.subNavLink1:visited, A.subNavLink1:active, A.subNavLink1:focus {
	font-family: Courier, serif;
	font-size: smaller;
	font-weight: normal;
	white-space: nowrap;
	color: #fff;
	background-color: #009eec;
	text-decoration: none;
}

A.subNavLink1:hover {
	background-color : #000000;
	text-decoration : none;
}

A.subNavLead1:hover {
	text-decoration : none;
}

.subNavLead1 {
	font-family: Courier, serif;
	font-size: medium;
	color: #009eec;
	background-color: #009eec;
	width: 20px;
}

.subNavSplit1 {
	clear:both;
	height:2px;
	margin:0;
	font-size: 1px;
	line-height: 0;
	background-color: transparent;
}

/* Footerelemente definieren */
/* ------------------------- */

ul.footerMenu {
	margin: 0;
	margin-top: 2px;
	padding: 0;
}

ul.footerMenu li.rand {
	float: right;
	position: relative;
	list-style: none;
	padding-left: 1.1em;
}

#footerMenu a {
	font-family: Courier, serif;
	color: #fff; 
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

#footerMenu a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}


.footerNavItem {
	padding-top: 2px;
	}

/* Contentelemente definieren */
/* -------------------------- */

#frontLogo {
	float: none;
	}

#frontBlog {
	font-size: 80%;
	}

#frontBlog h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	}

#frontBlog a {
	font-weight: normal;
	font-size: 100%;
	}

#frontBoxTable {
	}

#logos {
	vertical-align:bottom;
	}

/* uebersichts-seiten 1-spaltig*/
#contentIndex1 p {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}

#contentIndex1 img {
	float: left;
	padding: 0 5px 25px 0;
}

#contentIndex1 a {
	font-family: Courier, serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 2.5em;
	text-transform: none;
}


/* uebersichts-seiten 2-spaltig*/
#contentIndex2 p {
	float: left;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	width: 50%;
}

#contentIndex2 img {
	float: left;
	padding: 0 5px 25px 0;
}

#contentIndex2 a {
	font-family: Courier, serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 2.5em;
	text-transform: none;
}

#contentText {
	font-size: 80%;
	}

#contentImages {
	font-size: 80%;
	}

#contentImages img {
	float: left;
	}

#clear {
	clear: left;
	}

/* editMode-Elemente definieren */
/* ---------------------------- */

.editBold {
	color: #009eec;
	font-weight: bold;
	}

.editText {
	color: #009eec;
	font-weight: normal;
	}

