
#site_head {
	position: relative;
	width: 980px; /* 100%; */
	height: 124px;
	overflow: hidden;
	background-image: url(http://www.cewe.eu/images/de/KeyVisualNaviIlle2009_980x124.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
	#navi_head {
		position: absolute;
		top: 10px;
		left: 20px;
		width: 640px;
		color: #93141b;
		font-size: 12px;
	}
		#navi_head a {
			color: #93141b;
			text-decoration: none;
			font-size: 12px;
		}
		#navi_head a:hover {
			color: #c00010;
			text-decoration: underline;
		}
	#navi_logo {
		position: absolute;
		top: 0;
		right: 0;
		width: 310px;
		height: 124px;
		overflow: hidden;
		background-image: none;
	}	
	#navi_logo:hover {
		cursor: pointer;
	}		
	#navi_level1 {
		position: absolute;
		top: 88px;
		left: 0;
		width: 660px;
		height: 35px; 
		overflow: hidden;
		text-align: left;
	}
		#navi_level1 ul {
			height: 35px;
			margin: 0 0 0 10px;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
		}
		#navi_level1 ul li {
			height: 35px;
			margin: 0; /* 0 0 0 5px; */
			padding: 0 8px 0 8px;
			list-style-type: none;
			float: left;
			cursor: pointer;
			font-weight: bold;
			border-top: none;
			border-right: 1px solid #c00010;
			border-bottom: none;
			border-left: 1px solid #93141b;
		}
		#navi_level1 ul li.selected {
			/*
			background-image: url(http://www.cewe.eu/smilebooks/images/navi_2_bg_passive.gif);
			background-repeat: repeat-x;
			background-position: bottom;			
			*/
			background-color: #c00010;
			border-top: none;
			border-right: 1px solid #c00010;
			border-bottom: none;
			border-left: 1px solid #93141b;
		}		
		#navi_level1 ul li:hover {
			/*
			background-image: url(http://www.cewe.eu/smilebooks/images/navi_2_bg_passive.gif);
			background-repeat: repeat-x;
			background-position: bottom;			
			*/
			background-color: #c00010;
			border-top: none;
			border-right: 1px solid #ffffff;
			border-bottom: none;
			border-left: 1px solid #ffffff;
		}
		#navi_level1 ul li a.not_selected {
			text-decoration: none;
			font-size: 13px; /* 0.9em; */
			color: #ffffff; 
			font-weight: bold;
			line-height: 35px;
		}
		#navi_level1 ul li a.not_selected:hover {
			color: #ffffff; /* #cccccc;  */
		}
		#navi_level1 ul li a.selected {
			text-decoration: none;
			font-size: 13px; /* 0.9em; */
			color: #ffffff; 
			font-weight: bold;
			line-height: 35px;
		}
		#navi_level1 ul li a.selected:hover {
			color: #ffffff; /* #cccccc;  */
		}
		.toplevel_download_button{
			cursor: pointer;
		}
		.toplevel_download_button a{
			color: #ffffff;
		}
		.toplevel_download_button a:hover{
			color: #f9f9f9;
		}
	#navi_level2{
		position: absolute;
		top: 124px;
		left: 0;
		width: 980px;
		height: 30px;
		overflow: hidden;
	}
		#navi_level2 ul {
			height: 27px;
			margin: 0 0 0 10px;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
		}
		#navi_level2 ul li {
			height: 25px;
			margin: 0; /* 0 0 0 5px; */
			padding: 0 8px 0 8px;
			list-style-type: none; 
			float: left;
			cursor: pointer;
			font-weight: bold;
			border-top: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
		}
		#navi_level2 ul li.selected {
			/*
			background-image: url(http://www.cewe.eu/smilebooks/images/navi_2_bg_passive.gif);
			background-repeat: repeat-x;
			background-position: bottom;			
			*/
			background-color: #cccccc;
			border-top: 1px solid #cccccc;
			border-right: 1px solid #93141b;
			border-bottom: 1px solid #93141b;
			border-left: 1px solid #93141b;
		}		
		#navi_level2 ul li:hover {
			/*
			background-image: url(http://www.cewe.eu/smilebooks/images/navi_2_bg_passive.gif);
			background-repeat: repeat-x;
			background-position: bottom;			
			*/
			background-color: #cccccc;
			border-top: 1px solid #cccccc;
			border-right: 1px solid #93141b;
			border-bottom: 1px solid #93141b;
			border-left: 1px solid #93141b;
		}
		#navi_level2 ul li a.not_selected {
			text-decoration: none;
			font-size: 13px; /* 0.9em; */
			color: #93141b; 
			font-weight: normal;
			line-height: 25px;
		}
		#navi_level2 ul li a.not_selected:hover {
			color: #c00010; /* #cccccc;  */
		}
		#navi_level2 ul li a.selected {
			text-decoration: none;
			font-size: 13px; /* 0.9em; */
			color: #93141b; /* #ffffff; */ /* #c00010; */
			font-weight: normal;
			line-height: 25px;
		}
		#navi_level2 ul li a.selected:hover {
			color: #c00010; /* #cccccc;  */
		}
	#navi_level3{
		width: 250px;
		overflow: hidden;
		background-image: url(http://www.cewe.eu/images/layout_bg_navi_3_mid.gif);
		background-repeat: repeat-y;
	}
		#navi_level3_top{
			width: 250px;
			height: 12px;
			overflow: hidden;
			background-image: url(http://www.cewe.eu/images/layout_bg_navi_3_top.gif);
		}
		#navi_level3_bot{
			width: 250px;
			height: 12px;
			overflow: hidden;
			background-image: url(http://www.cewe.eu/images/layout_bg_navi_3_bot.gif);
		}
		.navi_3_not_selected{
			height: 20px;
			line-height: 20px;
			background-image: url(http://www.cewe.eu/images/layout_raquo_grey.gif); 
			background-repeat: no-repeat;
			background-position: left;
			margin: 0 0 0 10px;
		}
		a.navi_3_not_selected_link{
			font-size: 0.8em;
			line-height: 20px;
			font-weight: normal;
			color: #006DBA;
		}
		a.navi_3_not_selected_link:hover{
			color: #c00010;
			text-decoration: none;
		}
		.navi_3_selected{
			height: 20px;
			line-height: 20px;
			background-image: url(http://www.cewe.eu/images/layout_raquo_red.gif); 
			background-repeat: no-repeat;
			background-position: left;
			margin: 0 0 0 10px;
		}
		a.navi_3_selected_link{
			font-size: 0.8em;
			line-height: 20px;
			font-weight: normal;
			color: #c00010;
		}
		a.navi_3_selected_link:hover{
			color: #c00010;
			text-decoration: none;
		}
		.navi_3_backward{
			height: 20px;
			line-height: 20px;
			background-image: url(http://www.cewe.eu/images/layout_laquo_red.gif); 
			background-repeat: no-repeat;
			background-position: left;
			margin: 0 0 0 10px;
		}
		a.navi_3_backward_link{
			font-size: 0.8em;
			line-height: 20px;
			font-weight: normal;
			color: #006DBA;
		}
		a.navi_3_backward_link:hover{
			color: #c00010;
			text-decoration: none;
		}
		.navi_3_download{
			height: 20px;
			line-height: 20px;
			background-image: url(http://www.cewe.eu/images/layout_bg_download.gif);
			background-repeat: no-repeat;
			background-position: left;
			margin: 0 0 0 10px;
		}
		a.navi_3_download_link{
			font-size: 0.9em;
			line-height: 20px;
			font-weight: normal;
			color: #3c3c3c;
		}
		a.navi_3_download_link:hover{
			color: #c00010;
			text-decoration: none;
		}
	#navi_breadcrumb{
		height: 25px;
		line-height: 25px;
		text-align: left;
	}
		a.navi_breadcrumb_current{
			font-size: 0.8em;
			font-weight: normal;
			color: #3c3c3c;
		}
		a.navi_breadcrumb_link{
			font-size: 0.8em;
			font-weight: normal;
			text-decoration: none;
			color: #3c3c3c;
		}
		a.navi_breadcrumb_link:hover{
			text-decoration: none;
			color: #c00010;
		}

#navi_level1 ul li { background: none; }
#all-categories { padding-left: 15px; }

.filed {
	padding:0px; 
	margin:0px;
}
#navi_head a:visited { color: #93141B; }

.catlist_date { font-size: 10px;}

.form_full_row
{
	width: 100%;
	float: left;
}

.form_first_row
{
	float: left;
	width: 150px;
	line-height: 25px;
	height: 25px;
}

.form_second_row
{
	float: left;
	width: 340px;
	line-height: 25px;
	height: 25px;
}
.form_second_row_textarea
{
	float: left;
	width: 340px;
}
.form_second_row img
{
	vertical-align: bottom;
}
.form_mandatory_text { color: red; background-color: #eee; }
.form_button_submit { text-align: right;}

#form_cb_1	{ margin: 0 0 0 -9px; }

