/* stylesheet for componeo websites */
body {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7BA7F0;
	margin:0 cm ; 	/* works on MSIE only - for NS, Gecko, Opera you must set marginwidth="0" marginheight="0" in the body tag of the html-file additionally*/
	}
td { 
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: ; /* ns4 */
	font-family: Arial, Helvetica, sans-serif; /* ns4 */
	font-size: 12px;
}

/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	font-size: 145%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}

/* this class defines the bg-color for the content area and the wysiwyg-editor if not identically with the colors set in body */
.content {
}

/* links */
a:link			{
	text-decoration: none;
	color: Blue;
	
}
a:visited		{
	text-decoration: none;
	color: Blue;
}
a:hover		{
	text-decoration: underline;
	color: #000066;
}
a:active 		{
	color: red;
	text-decoration: underline;
}

/* misc */
.sitemap	{
	background-color : #D6DFFF;
	border : 1px solid Navy;
	padding: 3px
}
.footer		{
	white-space:nowrap;
	font-size: 10px;
	color: #000066;
}
.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
li {
	padding-bottom: 6px;
}

/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:11px;
	margin-left:0mm;
	height:22px;/*IE*/
	line-height:22px;/*MOZ*/  /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:10px;
	margin-left:3mm;
	height:18px;/*IE*/
	line-height:18px;/*MOZ*/
}
.nav2			{
	font-size:10px;
	margin-left:5mm;
	height:18px;/*IE*/
	line-height:18px;/*MOZ*/
}
.nav3			{
	font-size:10px;
	margin-left:7mm;
	height:18px;/*IE*/
	line-height:18px;/*MOZ*/
}

/*  colors etc. of the 3 navigation modes 
text-decoration doesn´t work as class in gecko, so you have to specify this in the navigation.html file */
.open			{
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
.closed	{
	font-style : normal;
	color : #000066;
	text-decoration : none;
}
.active		{
	color : #FFFFFF;
	font-style : normal;
	text-decoration : none;
}

/* ------------------ add individual styles below ----------------- */
.tableheight {
	height:100%;
}