

/* ---------------------------------------- HTML ---------------------------------------- */

html										{
											font-family: Arial;
											font-size:16px;
											color:#ffffff;
											}
h1											{
											font-size:22px;
											font-weight:normal;
											}
h2											{
											font-size:16px;
											font-weight:normal;
											}											
a											{
											color:#f9ff01;
											text-decoration: none;
											font-weight:bold;
											}
a:hover										{
											/* color:#dd2d2d; */
											color:#c22525;
											text-decoration: underline;
											}

/* ---------------------------------------- BODY ---------------------------------------- */

body										{
											margin:0px;
											padding:0px;
											background-image: url(images/layout/bg_body.gif);
											}

/* ---------------------------------------- LAYOUT ---------------------------------------- */

#container									{
											float:left;
											margin:0px;
											width:1070px;
											}

#container_left								{
											float:left;
											width:200px;
											margin:0px;
											background-color: #0a93d0;
											}
											
#navigation_left							{
											float:left;
											width:200px;
											margin:0px;
											height:850px;
											
											}
#container_right							{
											margin:0px;
											background-repeat:no-repeat;
											float:left;
											width:870px;
											}
#content_home								{
											float:left;
											margin:100px 0px 0px 0px;
											width:870px;
											height:700px;
											}
											
																					
#content_detail								{
											float:left;
											margin:180px 0px 20px 100px;

											width:587px;
											

			
											}


#navigation_bottom							{
											float:left;
											margin:0px 0px 0px 0px;
											width:850px;
											background-color:#0a93d0;
											}
											
																					
/* ---------------------------------------- NAVIGATION LEFT ---------------------------------------- */

#navigation_left ul							{
											list-style-type: none;
											padding: 0px;
											margin: 220px 0px 0px 54px;
											font: 14px Arial;
											font-weight:bold;
											width:140px;
											}											
#navigation_left li							{
											margin:0px 0px 8px 0px;
											}		
#navigation_left a							{
											text-decoration: none;
											color: #ff0000;
											font-weight:bold;
											}
#navigation_left a:hover					{
											text-decoration: none;
											color: #0a93d0;
											}
#navigation_left li .active					{
											color: #0a93d0;
											}
											
#navigation_left ul ul						{
											list-style-type: none;
											padding:8px 0px 0px 0px;
											margin: 10px 0px 0px 0px;
											font: 12px Arial;
											font-weight:normal;
											width:140px;
											border-top:solid 1px #ff0000;
											}											
										
/* ---------------------------------------- KONSUMCHECK ---------------------------------------- */											
											
.konsumcheck								{
											font-family: Arial;
											font-size:15px;
											font-weight:bold;
											color:#0a93d0;
											}	
.nr											{
											font-family: Arial;
											font-size:90px;
											font-weight:bold;
											color:#0a93d0;
											margin:-16px -10px 0px 10px;
											}
.konsumcheck a								{
											text-decoration: none;
											color: #0a93d0;
											}
.konsumcheck a:hover						{
											text-decoration: underline;
											color: #0a93d0;
											}
a.kc										{
											padding-left:110px;
											font-size:32px;
											line-height:44px;
											font-weight:normal;
											text-transform:uppercase;
											text-decoration: none;
											color: #f9ff01;
											}
a:hover.kc									{
											text-decoration: underline;
											color: #c22525;											
											}
#news										{
											margin:0px;
											}											
#nav_service								{
											position:relative;
											top:-6px;
											border-top:solid 1px #ff0000;
											}
#nav_service a								{
											font-weight:normal;									
											}																																									
																															
											
												
											
										

