/* von oben, 3. Reihe, toplevel menu background */
div.header_row_3 {
     clear:both;
     width:940px;
     height:31px;
     padding:0px;
     margin:0px;
     background:url(../../hwkrheinmain/css_images/nav_bar_top_colored_5_1.gif)  0 0  repeat-y;
}


/* von oben, 3. Reihe, toplevel menu background */

div.header_row_3_2 {
	clear:both;
	background-image:   url(../../hwkrheinmain/css_images/nav_bar_top_colored_5_2.gif);
	background-repeat:  repeat-y;
	background-position:0px 0px;	 
}

html>body div.header_row_3_2 {
	height: 	7px;
}

/*
div.header_row_3_2 {
     clear:both;
     width:940px;
     height:7px;
     -height:-20px;
     padding:0px;
     margin:0px;
		background-image:   url(../../hwkrheinmain/css_images/nav_bar_top_colored_5_2.gif);
		background-repeat:  repeat-y;
		background-position:0px 0px;
     
     
     border: 1px solid white;
}

*/

.top_nav_link_active {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #cf6372;
    text-decoration: none;
}




div.path_decoration{
    font-size:          10px;
    font-family:        Verdana,Arial,Helvetica,sans-serif;
    color:              #488fdb;
    line-height:        18px;
    
    border-bottom: 		2px dotted #a3c7ed;
    border-top: 		0px;
    border-left: 		0px;
    border-right: 		0px;
    
    height: 			20px;
    
    padding-left: 		20px;
    padding-right:		0px;
    padding-bottom:		0px;
    padding-top:		0px;
    
    margin-bottom: 		35px;
    margin-left: 		0px;
    margin-top: 		0px;
    margin-right: 		0px;
    
}

html>body div.path_decoration{
    height: 			18px;
}

div.path_decoration a,
div.path_decoration a:link, 
div.path_decoration a:active,
div.path_decoration a:visited{
    font-size:          10px;
    font-family:        Verdana,Arial,Helvetica,sans-serif;
    color:              #488fdb;
    line-height:        18px;
    text-decoration: 	none;
}

div.path_decoration a:hover, 
div.path_decoration a:visited:hover{ 
    font-size:          10px;
    font-family:        Verdana,Arial,Helvetica,sans-serif;
    color:              #488fdb;
    line-height:        18px;
    text-decoration: 	underline;
}



.second_nav_mark_active {
    background-color: #4a8cde;
    border-bottom:		1px solid #77abe5;
}

.second_nav_mark_row_active {
    background-color: #a4c7ed;
    border-bottom:		1px solid #d2e3f7;
}

.second_nav_active {
    padding-top:5px;
    padding-bottom:5px;
    width:190px;    
    background: #a4c7ed;
    border-bottom: 1px solid #ffffff;
 
}

.second_nav_inactive {
    padding-top:5px;
    padding-bottom:5px;
    width:190px;    
    border-bottom: 1px solid #ffffff;
 
}


/* ---------- NEWS STYLES ---------- */


#newsWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #073070;
	margin-bottom: 20px;
	float: left;
}

div.containerNewsLeft {
	width:229px;
	background-image: url(../images/news_title_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	float: left;
	margin-left: 10px;
}

html>body div.containerNewsLeft {
	margin-left: 20px;
}

div.containerNewsRight {
	width:229px;
	background-image: url(../images/news_title_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	float: right;
	margin-right: 10px;
}

html>body div.containerNewsRight {
	margin-right: 20px;
}

