* 
	{ margin:0; padding:0; }

html 
	{ height:100%; }

body 
	{ position:relative; width:100%; height:100%; background:url(images/repeater.jpg) repeat-x top #f2f0ea; }

img 
	{ border:0px solid; }
	
:focus {
	outline: 0;
}

#index{
	width: 782px;
	margin: auto;
}

#head{
	width: 786px;
	height: 201px;
	background: url(images/head.jpg) no-repeat;
}

#parents{
	width: 385px;
	height: 485px;
	float: left;	
}

#childrens{
	width: 397px;
	height: 485px;
	float: left;
}

a#parents-door, a#parents-door:link, a#parents-door:visited{
	width: 385px;
	height: 485px;
	display:block;
	background: url(images/eltern.jpg) no-repeat bottom;
}

a#parents-door:hover, a#parents-door:active{
	background: url(images/eltern.jpg) no-repeat top;
}

a#childrens-door, a#childrens-door:link, a#childrens-door:visited{
	width: 397px;
	height: 485px;
	display: block;
	background: url(images/kinder.jpg) no-repeat bottom;
}

a#childrens-door:active, a#childrens-door:hover{
	background: url(images/kinder.jpg) no-repeat top;
}
