/* CSS Document */a{color:#cc0000;}#left {    width: 95px;    float: left;    height: auto;    margin-bottom: 30px; }    #left h2, #left p {        padding: 0px;    }#left_content {    width: 400px;    float: left;    background: #F000;	color:#FFCC00;    height: auto;    margin-bottom: 30px;	margin-top:20px;}		#left_content p {		line-height:18px;	}		#left_content h1 {		font-size:28px;		line-height:32px;		font-weight:bold;		color:#FFF;	}		#left_content h2 {		font-size:28px;		line-height:32px;		font-weight:bold;		color:#FFCC00;	}		#left_content h3 {		font-size:20px;		font-style:italic;		line-height:24px;		font-weight:bold;		color:#FFCC00;	}.intro{font-size:14px;line-height:20px;font-weight:bold;color:#FFFFFF;}	.intro_red{font-size:14px;line-height:20px;font-weight:bold;color:#cc0000;}	#middle {    width: 40px;    float: left;	color:#fff;    height: auto;    margin-bottom: 30px;	}#right_content {    width: 270px;    float: left;    background: #F000;	color:#fff;    height: auto;    margin-bottom: 30px;	margin-top:20px;}		#right_content h1 {		font-size:28px;		line-height:32px;		font-weight:bold;		color:#FFF;	}#right {	width:20px;	float:right;	}#reclame {    width: 180px;    float: right;	color:#000;    height: auto;    margin-bottom: 30px;	margin-top:0px;}    #reclame h1, #reclame p {        line-height: 14px;        padding: 10px;		color:#CC0000;    }		#reclame h2{	font-size:18px;	  padding: 10px;	line-height:22px;	color:#CC0000;	font-weight:bold;}	
