body { background: #ebd0e5 url("../../images/bg_body.jpg") repeat-x top left fixed; padding: 10px 0; }

#container {
	width: 790px;
	margin: 0 auto;
}

#main {
	width: 790px;
	height: 490px;
	background: url(../../images/Startseite_BSA_sprite.jpg) 0 0 no-repeat;
}

#main .linkde {
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	top: 100px;
	left: 480px;
	z-index: 100000;
}

#main .linken{
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	top: -20px;
	left: 480px;
	z-index: 100000;
}

#button_con {
	width: 790px;
	height: 110px;
}

#left a{
	width: 395px;
	height: 110px;
	float: left;
	background: url(../../images/Startseite_BSA_sprite.jpg) 0 -490px no-repeat;
}

#right a{
	width: 395px;
	height: 110px;
	float: right;
	background: url(../../images/Startseite_BSA_sprite.jpg) -395px -490px no-repeat;
}

#left a:hover{
	background: url(../../images/Startseite_BSA_sprite.jpg) 0 -600px no-repeat;
}

#right a:hover{
	background: url(../../images/Startseite_BSA_sprite.jpg) -395px -600px no-repeat;
}

a:focus{ outline: 0px #f93 solid;} 
