/* Hougen Group Style Sheet */
/* Self-HTML benutzt folgendes:*/
/* <html> */
/* <head> */
/* <title>Titel der Datei</title> */
/*  <style type="text/css"> */

body 

/* Hintergrund weiss; */
/* links und rechts ohne Abstand */
{
	background-color : white;
	margin : 0;
}


/* Kaestchen mit oberen Links */
.topMenuTd {
	font-family : Arial;
	font-size : 8pt;
}

/* Links oben im obenbenannten Kaestchen */
/* a=Element */
/* topMenuLink=Klassenname */
a.topMenuLink:link {
	text-decoration : none;
	color : #1E3D32;
	padding-left : 5px;
	padding-right : 5px;
}
a.topMenuLink:visited {
	text-decoration : none;
	color : #1E3D32;
	padding-left : 5px;
	padding-right : 5px;
}
a.topMenuLink:hover {
	text-decoration : none;
	color : #B37E2C;
	padding-left : 5px;
	padding-right : 5px;
}

/* Links oben Ende */


.topMenuText {
	background-color : #1E3D32;
	color : white;
	padding-left : 5px;
	padding-right : 5px;
}

/* Text, der in die Suchmaschine eingegeben wird */
.searchTextBox {
	font-family : Arial;
	font-size : 9pt;
	width : 111;
}


.leftMenuTdOff {
	font-family : Arial;
	font-size : 8pt;
	padding-left : 5;
	padding-right : 5;
	padding-top : 3;
	padding-bottom : 3;
}
.leftMenuTdOn1 {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	padding-left : 5;
	padding-right : 5;
	padding-top : 3;
	padding-bottom : 3;
	background-color : #999966;
	color : white;
}

.leftMenuTdOn2 {
	font-family : Arial;
	font-size : 8pt;
	
	padding-left : 5;
	padding-right : 5;
	padding-top : 3;
	padding-bottom : 3;
	background-color : #CCCC99;
	color : white;
}

/* ??? */
a.leftMenuLink:link {
	text-decoration : none;
	color : #1E3D32;
}
a.leftMenuLink:visited {
	text-decoration : none;
	color : #1E3D32;
}
a.leftMenuLink:{
	text-decoration : none;
	color : #B37E2C;
}
.contentTd {
	font-family : Arial;
	font-size : 9pt;
	color : #1E3D32;
	padding-left : 4px;
}

.WS {
	font-family : Arial;
	font-size : 9pt;
	color : #1E3D32;
	padding-left : 4px;
	background-color: #FFFFFF;
}

.tableSpecial {
	font-family : Arial;
	font-size : 9pt;
	color : #1E3D32;
}
.captionTxt {
	font-family : Arial;
	font-size : 8pt;
	color : #1E3D32;
	background-color: #FFFFFF;
	width: 100%;
}

hr {
	color : #B37E2C;
}


p {
	margin-top : 4;
	margin-bottom : 4;
}


.searchResults {
	font-family : Arial;
	font-size : 9pt;
	color : #1E3D32;
}
	
a:link {
	text-decoration : none;
	color : #B37E2C;
}
a:visited {
	text-decoration : none;
	color : #B37E2C;
}
a:hover {
	text-decoration : underline;
	color : #B37E2C;
}
.pagerClass {
	font-size : 9pt;
}
.articlesPubsToc {
	font-size : 9pt;
}
.articlesPubsTocBg {
	background-color : #CCCC99;
	font-size : 9pt;
}
.artitleTitle {
	font-family : Times New Roman;
	font-size : 17pt;
	font-weight : bold;
}
.box {
	border-style : solid;
	border-width : 1px;
	border-color : #1E3D32;
}
.cvHeading {
	padding: 5px;
	border-style : solid;
	border-width: 1px;
	border-color: #CCCC99;
	background-color: #E4E4C1;
}



li 
{
	padding-bottom:5px;
}

.cvHeadingTitle {
	font-size: 14px;
	font-weight: bold;
}
