﻿body {
background-color:orange;
}

div#contruct {
	float:inherit;
	text-align:center;
}

div#mitte {
	float:inherit;
	background-color:white;
	height:auto;
	min-width:800px;
	width:80%;
	margin-left:10%
	/*margin-top:100px;*/
	
}

td#buttons_mitte {
	background-image:url('link_mitte.jpg');
	color:white;
	min-width:100px;
	min-height:20px;
}

td#buttons_rechts {
	background-image:url('link_rechts.jpg');
	color:white;
	text-align:center;

}

td#buttons_links {
	background-image:url('link_links.jpg');
	color:white;
	text-align:center;


}

div#bild {
	float:inherit;
	text-align:right;
	background-color:transparent;
}

a#title {
	color:white;
}

font#chaptertitle {
	font-size:large;
	font-weight:bold;
	font-style:oblique;
}

div#colorline {
	float:inherit;
	background-color:orange;
	height:20px;	
	width:100%;
	margin-top:0;
}