@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#550000;
	background-image:url(../images/seiten_background.jpg);
	background-repeat:repeat-x;
}

#introbox{
	margin:auto;
	margin-top:134px;
	width:748px;
	height:746px;
	margin-bottom:134px;
}

#introbox_left{
	float:left;
	background-image:url(../images/introbox_left.jpg);
	width:7px;
	height:746px;
}

#introbox_middle{
	float:left;
	width:725px;
	height:734px;
	padding-top:12px;
	background-image:url(../images/introbox_middle.jpg);
}

#introbox_right{
	float:left;
	width:16px;
	height:746px;
	background-image:url(../images/introbox_right.jpg);
}

#others{
	margin-top:38px;
}

#othersbild1, #othersbild2, #othersbild3 {
	float:left;
}

#othersbild2,#othersbild3{
	margin-left:7px;
}



