/* DDoS-Guard Homepage - header stylesheet used for the homepage */
/* We need this extra stylesheet because the space between the subnav and the content is smaller than in the content pages :-( */
/* only the subnav id is different -> margin-bottom is 25px instead of 43px */

/* This id holds the complete top navigation */
#header {
	/* No defintions for now */
}

/* This ID holds the tool naviagtion like "Kontakt ..." */ 
#toolsnav {
	font-size:10px;
	color: #D4DCD8;
}

/* Formats the overall linkstyle of the toolsnav */
#toolsnav a:link, #toolsnav a:active, #toolsnav a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#toolsnav a:hover {
	color: #006B53;
}

/* Format the active link */
#toolsnav .active {
	color:#006B53;
	font-weight:bold;
}

/* Overrides the normal toolsnav link style */
#toolsnav .active a:link, #toolsnav .active a:active, #toolsnav .active a:visited {
	color:#006B53;
	font-weight:bold;
}

/* This ID holds the first level of the main navigation */
#mainnav {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #D4DCD8;
}

/* Formats the overall linkstyle of the mainnav */
#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#mainnav a:hover {
	color: #006B53;
}

/* Format the active link */
#mainnav .active {
	color:#006B53;
	font-weight:bold;
}

/* Overrides the normal mainnav link style */
#mainnav .active a:link, #mainnav .active a:active, #mainnav .active a:visited {
	color:#006B53;
	font-weight:bold;
}

/* This ID old the second level of the main navigation */
#subnav {
	margin-bottom:25px;
}

#subnav td {
	font-size: 11px;
}

/* Formats the overall linkstyle of the subnav */
#subnav a:link, #subnav a:active, #subnav a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#subnav a:hover {
	color: #006B53;
}

/* Formats the color of cell of the links */
#subnav .linkrow {
	background-color: #D4DCD8;
	color: #ffffff;
}

/* Formats the cell of the indicator image */
#subnav .indicator {
	background-color: #FFFFFF;
}

/* Format the active link */
#subnav .active {
	color:#006B53;
	font-weight:bold;
}

/* Overrides the normal subnav link style */
#subnav .active a:link, #subnav .active a:active, #subnav .active a:visited {
	color:#006B53;
	font-weight:bold;
}
