@charset "UTF-8";
/* CSS Document */

body { 
	background: #eae7d6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a{
	text-decoration:none;
}

a:link {
	text-decoration:none;
}


a:visited {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

img {
	border:none;
}

/*//////IDs////////////////////*/

#container{
	width:750px;
	margin:10px auto 0px auto;
}

#copyright{
	margin:0px 0px 0px 210px;
	
}
/*#copyright p{
	text-align:center;
}
*/
#welcome{
	margin: 0px 0px 0px 180px;
}

/*Portal Images////////*/

#entry{
	width:680px;
	height:326px;
	list-style-type:none;
}

#entry img.nodisplay{
	display:none;
}

#entry ul{
	margin:0px;
	padding: 0px;
}

#entry li{
	float:left;
	list-style-type:none;
	height:326px;
	
}

#entry a{
	display:block;
	height:338px;
	width:326px;
	
}


#bj a{
	background:url(images/entrybj.jpg) no-repeat;
}

#bj a:hover{
	background:url(images/entrybj_hover.jpg) no-repeat;
}	

#schutzhund a{
	background:url(images/entryschutzhund.jpg) no-repeat;
}

#schutzhund a:hover{
	background:url(images/entryschutzhund_hover.jpg) no-repeat;
}	
