
/**********************************************************
 *	Master
 **********************************************************/
	html, body {
	}
		
	body.main {
	
	}
		
	body {
		/* background-color:#FFCC33;*/
		background-color:#dfc388;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:14px;
		color:#6d5b45;
		margin:0px;
		padding:0px;
	}
	
	#flashcontent{
/*		width:950px;
		text-align:left;
		margin-right:auto;
		margin-left:auto;*/
	}

/**********************************************************
 *	Layout & Positioning
 **********************************************************/
	h1{
		line-height:24px;
		
		/**/
	}
	
	#header{
		background-image:url(../graphics/verlauf_blau.jpg);
		background-repeat:repeat-x;
		height:107px;
	}
	
	#logo{
		text-align:right;
		margin-right:100px;
	}
	
	#content{
		width:950px;
		text-align:left;
		margin-right:auto;
		margin-left:auto;
		background-color:#dfc388;	
	}
	
	#bild{
		width:350px;
		height:420px;
		float:left;
		
	}
	
	#text{
		width:400px;
		height:420px;
		float:left;
		padding-top:100px;
		padding-left:50px;
	}
	
	#headline{
	
	}
	
	#copy{

	}
	
	#button{
		background-color:#000;
		background-image:url(../graphics/button_installFlash_out.jpg);
		height:60px;
		width:208px;
		color:#FFFFFF;
	}
	
	#subcontent{
		
	}
	
	#navi{
		
	}
	
	#navi ul{
		list-style:none;
	}
	
	#navi li{
		display:inline;
	}
	#footercolor{
		background-color:#4a3f2a;
	}
	
	#footer{
		width:950px;
		text-align:left;
		margin-right:auto;
		margin-left:auto;
		color:#877550;
	}
	
	#footer_red{
		height:30px;
		text-align:center;
	}
	
	#footermenu{
		width:500px;
		background-color:#4a3f2a;
		height:170px;
		color:#877550;	
		padding-left:100px;
		padding-top:40px;
		float:left;
	}
	
	#footerstatic{
		padding-top:40px;
		background-color:#4a3f2a;
		width:300px;
		float:left;
	}
	
	.line{
		height:3px;
		background-color:#b49560;
	}
	
	 .floatKiller{
		clear:both;
		height:0px;
		font-size:0px;
		margin:0px;
		padding:0px;
	}

	
	
/*********** Links *********************************************/
	#footer a:link{
		color:#877550;
		text-decoration:underline;
	}
	
	#footer a:visited{
		color:#877550;
		text-decoration:underline;
	}
	
	#footer a:hover{
		color:#bea571;
		text-decoration:underline;
	}
	
	#footer a:active{
		color:#877550;
		text-decoration:underline;
	}

	a:link 
	{
		color:#2d2b28;
		text-decoration:underline;
	}
	
	a:visited 
	{
		color:#2d2b28;
		text-decoration:underline;
	}
	
	a:hover 
	{
		color:#ffffff;
		text-decoration:underline;
	}	
	
	a:active 
	{
		color:#2d2b28;
		text-decoration:underline;
	}


