html {
	font-size: small;
	height: 100%;
} 
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626; 
	line-height: 1.5em; 
	background-color: #ffffff;
} 
body {
	width: 100%;
	height: 100%;
	font-size: 0.976em;
} html>body { font-size: 1em;}

#left {
	width: 29%;
	height: 100%;
	float: left;
	text-align: center;
}

#right {
	width: 69%;
	height: 100%;
	float: left;
	text-align: center;
	background: #ffffff url('../images/switch_back.gif') top left repeat-y; 
}

*html #right { width: 59%; }
*+html #right { width: 59%; }

#schoeneneuekinder {
	width: 226px;
	height: 300px;
	margin: auto;
	text-align: left;
	color: #262626;
	font-size: 1.2em;
}

*html #schoeneneuekinder { position: relative; left: -48%; }
*+html #schoeneneuekinder { position: relative; left: -48%; }

#snkinteractive {
	width: 206px;
	height: 300px;
	margin: auto;
	text-align: left;
	color: #262626;
	font-size: 1.2em;
}

*html #snkinteractive { position: relative; left: -58%; }
*+html #snkinteractive { position: relative; left: -58%; }

#schoeneneuekinder img, #snkinteractive img {
	border: 0;
	margin-bottom: 0px;
}

a, a:active, a:link, a:visited, a:unvisited {
	color: #262626;
	text-decoration: none;
}

a {
	text-decoration: none;
	cursor: pointer;

}

a:hover #left .raster #schoeneneuekinder {
	color: #000000 !important;
	text-decoration: none;
}
a:hover #right .raster #snkinteractive {
	/*background-image: url('../images/switch_over_right.gif');*/
	color: #1bacf0 !important;
	text-decoration: none;
}

.raster {
	width: 100%;
	height: 100%;
}

.centered {
	width: 49%;
	position: absolute;
	top: 27%;
	text-align: center;
}
.centeredLeft {
	width: 29%;
	position: absolute;
	top: 27%;
	text-align: center;
}
.centeredRight {
	width: 69%;
	position: absolute;
	top: 27%;
	text-align: center;
}

*+html .centeredRight { width: 39%; }


