/* WAALWEAR KIDS CSS */

body{
	background-color:#D4D5D5;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#3f4e5c;
	line-height:18px;
}

/* Hyperlinks */
a:link, a:visited{
	font-family:Tahoma, Verdana, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #ba0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #36424b;
	text-decoration: underline;
}
a.footerlink:link, a.footerlink:visited {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #ba0000;
	font-weight:normal;
	text-decoration: none;
}
a.footerlink:hover, a.footerlink:active {
	color: #36424b;
	text-decoration: underline;
}
a.navilink:link, a.navilink:visited {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #474a50;
	text-decoration: none;
}
a.navilink:hover, a.navilink:active {	
	color: #ba0000;
	text-decoration: underline;
}

/* Shadows */
.shadow_left{
	margin:0px;
	padding:0px;
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
}
.shadow_right{
	margin:0px;
	padding:0px;
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
}
.shadow_bottom{
	background-image:url(../images/shadow_bottom.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
.linie{
	background-image:url(../images/linie.gif);
	background-repeat:repeat-x;
	width:940px;
	height:1px;
	margin-left:20px;
	margin-right:20px;
}
.linie2{
	background-image:url(../images/linie.gif);
	background-repeat:repeat-x;
	width:950px;
	height:1px;
	margin-left:0px;
	margin-right:0px;
}


/* Text  */
.headline {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #474a50;
	margin: 0px;
	padding:0px;
}
.text_bottom{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10px;
	color:#3f4e5c;
	font-weight:normal;
}
.text{	
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#3f4e5c;
	line-height:18px;
}	

/* Layer  */

#animations_layer {
	position:absolute;
	width:960px;
	height:120px;
	z-index:1;
	visibility: visible;
	background-color: #FFFFFF;
}


/* Galerien  */

#preview { text-align: center; width: 100%; }
a.thumb img { margin: 5px; filter:alpha(opacity=50);	-moz-opacity: 0.50;	opacity: 0.50; border: solid 2px #FFFFFF; }
a.thumb:hover img {	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;	border: solid 2px #ba0000; }
