@media all
{

	*{
		margin:0;
		border:0;
		padding:0;

	}	

	html {   height: 100%  }

	body{
		background-color:#BF1A21;
		background-image:url(../images/bg.jpg);

		
    	min-height: 101%;

	    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
	    font-size: 100.01%;
	
	    /* (en) Standard values for colors and text alignment */
	    /* (de) Vorgabe der Standardfarben und Textausrichtung */
	    text-align: left;
		color:#fff;
		margin:0;
		border:0;
		padding:0;
		text-align:center;
	}

	#page_margins {
		padding:0;	
		margin:auto;
		width:1000px;
		
		border:0px solid yellow;
		margin-top:0px;
	}
	
	#logo {
		width:1000px;
		height:73px;
		background: #ccc url("../images/header_bg.gif"); 
		margin:0px;
		text-align:left;
	}
	
	#container {
		background-image:url(../images/red.gif);
		width:994px;
		
		height:424px;
		border:3px solid #FFF;
		border-top:0;
		
		margin:0px;
		
	}
	#button1 {
		
		float:left;
		width:227px;
		height:217px;
		border:0px solid #fff;
	}
	#button2 {
		float:left;
		width:190px;
		height:127px;
		border:0px solid #fff;
	}
	
	
	#subcontainer1 {
		float:left;
		border:0px solid #fff;
		width:320px;
		height:127px;
	}
	#headline {
		color:#F47932;
		text-align:left;
		border:0px solid #fff;
		width:320px;
		height:80px;
		float:left;
	}

	#button3 {
		float:right;
		width:248px;
		height:217px;
		border:0px solid #fff;
	}
	
	#button4 {
		float:left;
		border:0px solid #fff;
		width:277px;
		height:207px;
	}
	
	#textblock {
		text-align:left;
		float:left;
		bottom:0px;
		border:0px solid #fff;
		width:460px;
		height:267px;
		margin-top:-60px;
	}
	#textblock ul{
		
		border:0px solid yellow;
		list-style-position:inside;
		margin-left:-20px;
		text-align:left;
	}	
	
	#button5 {
		float:right;
		
		border:0px solid blue;
		width:248px;
		height:207px;
		z-index:0;
	
	}
	
	/******************************************************************************************/

	
	
}	
