/*
#
## START son of suckerfish
## http://www.htmldog.com/articles/suckerfish/dropdowns/
#
*/

#navigation {
    background-color: #5a5a5a;
	background-image: url(./images/krk-rechtsanwaelte.de__bgr_navigation.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 18px;
	padding-left: 10px;
	overflow: visible;
	height: 2.5em;
	z-index: 100;
}

/*#navigation, #navigation ul {*/ /* all lists */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

	z-index: 101;
}

#nav a {
	display: block;
/*
	width: 10em;
*/

   	padding: 1em 2em 1em 2em;
	margin: 0;

	line-height: 1em;

/*	border: 1px solid #fff000;*/

	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;

	font-size: 75%;
	font-weight: 900;
	font-family: Helvetica;

}

#nav li { /* all list items */
	float: left;
/*	width: 10em;*/ /* width needed or else Opera goes nuts || seems only in older Opera versions */
}

#nav li.active a {
    color: #d3d3d3;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul { /* second-level lists */
	padding: 1em 0;

	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

/*	margin-top: 3px;*/

	background-color: #ffffff;
	background-image: url(./images/krk-rechtsanwaelte.de__bgr_navigation.jpg);
	background-position: left top;
	background-repeat: repeat-x;

	border-width: 0 1px 1px 1px;
	border-color: #cfcecd;
	border-style: solid;
}

#nav li ul li { /* second level list entries */
	width: 10.4em;
	margin: 0 0.8em 0 0.8em;


	border-bottom: 1px solid #cfcecd;
}

#nav li ul li.last {
	border-bottom: 0;
}

#nav li ul li a, #nav li.active ul li a { /* second level list entries links */
	padding: 0.4em 0.8em 0.4em 0.8em;

	color: #5a5a5a;

	text-transform: none;
}

#nav li ul li a:hover {
    background-color: #ececec;
}


#nav li ul li.active a {
	color: #fe0000;
}


/*
#
## END son of suckerfish
#
*/

/*
#
## START Arbeitsfeld Bild
#
*/
#arbeitsfeld {
    margin-bottom: 28px;
}


/*
#
## END Arbeitsfeld Bild
#
*/

/*
#
## START contactbox
#
*/

#contactbox {
	width: 244px;
    margin-bottom: 28px;

	min-height: 130px;
	height:auto !important;  /* für moderne Browser */
	height: 130px;  /*für den IE */

	border: 2px solid #cfcfcd;

	background-image: url(./images/krk-rechtsanwaelte.de__contactbox_bgr_bottom.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;

}

#contactbox.startpage {
	min-height: 140px;
	height:auto !important;  /* für moderne Browser */
	height: 140px;  /*für den IE */
}

#contactbox h4 {
	margin: 0 0 0.5em 0;
	padding: 1em 15px 0 15px;

	background-image: url(./images/krk-rechtsanwaelte.de__contactbox_bgr_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;

	font-weight: 900;
	color: #ff0000;
	text-transform: uppercase;
}

#contactbox a {
	color: #000000;
}

#contactbox p {
	padding: 0 15px;

	font-size: 70%;
	line-height: 1.6em;
}

/*
#
## END contactbox
#
*/

/*
#
## START contextbox
#
*/

.contextbox {
	width: 248px;
    margin-bottom: 28px;

	background-color: #ffffff;
}

.contextbox h4 {
	margin: 0 0 0.5em 0;
	padding: 0 15px 0 15px;

	font-weight: 900;
	color: #ff0000;
	text-transform: uppercase;
}

.contextbox ul {
 	margin: 0 0 0 0;
	padding: 0 0 0 15px;

	list-style-type: none;
}

.contextbox ul li {
	list-style-type: none;

 	padding: 0 0 0 15px;

	background-image: url(./images/krk-rechtsanwaelte.de__bgr_context_list_item.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.4em;

	font-size: 70%;
}

.contextbox ul li a {
	color: #ff0000;
	text-decoration: none;
}

/*
#
## END contextbox
#
*/

