

body { 
   background: url(../images/for-kids-58.jpg) no-repeat;
   background-attachment:fixed;
}

#container{
  padding:40px 0;
}

#container .containerInner {
  width:1024px;
  margin:0 auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background:#FFFFFF;
  position:relative;
  border-top:5px solid #d35147;
}

.margin{
  padding-left:3.6735%;
  padding-right:3.6735%;
}

#topnav {
  padding-left:3.6735%;
  padding-right:3.6735%;
  border-bottom: 1px solid #eee;
}

nav#primary{
  padding-left:3.6735%;
  padding-right:3.6735%;
  clear: both;
}

#header {
  background: #F5F7FA;
  box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.05);
}

#header  #headersearchform input.searchinput{
  border:none;
  box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 0px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

#headersubcategories{
  border-top:1px dashed #bbb;
  padding-left:3.6735%;
  padding-right:3.6735%;
}

#header #headercustom {
	padding: 0;
}

#footertop, #footerbottom {
  padding-left:3.6735%;
  padding-right:3.6735%;
}

#footertop, #footerbottom, #footercredits {
  border-top: 1px solid #eee;
}



.matentonen {

  clear: both;
  height: 40px;
  padding: 0px 0 0px 0;
  line-height: 14px;
}

.matentonen .links {
  float: left;

}
.matentonen  {
  height: 40px;
  font-size: 11px;
  color: #000000;
  margin-left: 12px;


}


.warning_box {
	border:1px solid #F00;
	font-size:12px;
	line-height:20px;
	margin:20px 0px;
	color:#500;
	background:url(../images/warning_box.png) scroll transparent no-repeat;
	background-color:#FCC;
	background-position:20px center ;
	padding:20px 20px 20px 90px;
	-moz-border-radius:5px;
	webkit-border-radius:5px;
	border-radius: 5px;
	position:absolute;
}
.green_box {
	border:1px solid #0F0;
	font-size:12px;
	line-height:20px;
	margin:20px 0px;
	color:#050;
	background:url(../images/green_box.png) scroll transparent no-repeat;
	background-color:#CFC;
	background-position:20px center ;
	padding:20px 20px 20px 90px;
	-moz-border-radius:5px;
	webkit-border-radius:5px;
	border-radius: 5px;
	position:absolute;
}


select, option{

FONT-SIZE: 13px; 
padding: 2px;
COLOR: #990000; 
line-height: 22px;  

}


        #divPager
        {
       height:30px; margin:20px 20px;overflow:visible;  
        }
        
		.spanPagerControlUnselected, .spanPagerControlSelected
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;;
			font-size: 9pt;
			font-weight: bold;
			border: 1px solid black;
			margin-left: 2px;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 4px;
			padding-bottom: 4px;
			text-decoration:none;
			color:black;
		}
		
		.spanPagerControlSelected:hover
		{
			background-color:gray;
		}
		
		.spanPagerControlSelected
		{
			background-color:#1e4490; 
			color:white;
		}
		
		
					/* 
			 * The state classes are a little bit complex, because of the doubble class bug in IE6
			 * The state class looks like this:
			 * 
			 * .ui-radio-state[-checked][-disabled][-hover] or .ui-checkbox-state[-checked][-disabled][-hover]
			 * 
			 * Examples:
			 * 
			 * .ui-radio-state-checked (simply checked) 
			 * .ui-radio-state-checked-hover (checked and hovered/focused)
			 * .ui-radio-state-hover (unchecked and hovered/focused)
			 * 
			 * If you donīt have to deal with the doubble class bug of IE6 you can also use the simple ui-checkbox-checked, ui-checkbox-disabled, ui-checkbox-hover state-classnames (or: ui-radio-checked...)
			 * and the ui-radio/ui-checkbox role-classnames.
			 * 
			 */
			
			.ui-radio-state-disabled,
			.ui-radio-state-checked-disabled,
			.ui-radio-state-disabled-hover,
			.ui-radio-state-checked-disabled-hover {
				color: #999;
			}
			
			span.ui-checkbox,
			span.ui-radio {
				display: block;
				float: left;
				width: 16px;
				height: 16px;
				background: url(../images/icon_checkbox.png) 0 -40px no-repeat;
				cursor:pointer;
			}
			
			span.ui-helper-hidden {
				display: none;
			}
			
			label {
				padding: 2px;
				
			}
			span.ui-radio-state-hover,
			span.ui-checkbox-state-hover {
				background-position: 0 -114px;
			}
			
			span.ui-checkbox-state-checked {
				background-position: 0 -1px;
			}
			
			span.ui-checkbox-state-checked-hover {
				background-position: 0 -75px;
			}
			span.ui-radio-state-checked-disabled-hover,
			span.ui-radio-state-checked-disabled,
			span.ui-radio-state-checked {
				background-position: 0 -161px;
			}
			
			span.ui-radio-state-checked-hover {
				background-position: 0 -200px;
			}
			.ui-radio-disabled,
			.ui-checkbox-disabled {
				opacity: 0.7;
			}
			
			
	
	
	
		.ui-helper-hidden-accessible {
			position: absolute;
			left: -999em;
		}