body {background:url(images/bg_site.jpg) repeat-x #081a43; padding:0px; font-size:83.33%; font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;}

a {border:0px; color:#000;}
a:hover {color:#253b8e; text-decoration:none;}
img {border:0px;}
h1 {margin:10px 0 10px 0px; color:#253b8e; font-size:24px;}

#page_margins {margin:auto; background:url(images/bg_bild.jpg) no-repeat; width:900px; height:730px;}
#box_links {width:410px; float:left;}
#box_rechts {width:410px; float:right; text-align:right;margin-right:50px;}
*html #box_rechts {margin-right:25px;}
#box1 {width:350px; height:195px;padding-top:250px;padding-left:40px;}
#box2 {width:350px; height:180px;margin-top:20px;margin-left:40px;}
#box3 {height:195px;padding-top:45px;padding-left:30px;}
#box4 {height:195px;margin-top:10px;}
#box5 {height:180px;margin-top:20px;}
#box6 {margin-left:40px; margin-top:35px;width:810px; height:45px; color:#253b8e;}
#logos {
  	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-flow: row nowrap; 
	-webkit-flex-flow: row nowrap; 
	justify-content: space-around; 
	-webkit-justify-content: space-around; 
	align-items: center;
	-webkit-align-items: center;
}