@charset "UTF-8";
/* CSS Document */
/*	-------------------------------------------------------------
	KAT DE LUNA SITE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		KDL_main.css
	Date:			3/17/2010

	Author:		UMRG New Media


/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#FFF;
		background:#000000 url(../../images/Background.jpg) top center fixed;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both;
		height:0px;
		font-size:1px;
		overflow:hidden;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
	}
	.clearfix {
		display:inline-block;
	}	
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	
	
	/*	--------------------------------------------------------------------------------------------------------------------------
	header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		width:900px; height:300px;
		background: url(../../images/header.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav li a {
		height:40px;
		display:block;
		float:left;
	}
	ul#nav li.navhome a {
		width:94px;
		background: url(../../images/nav_sprite_01.jpg) 0 -40px no-repeat;
	}
		ul#nav li.navhome a:hover {
			background-position:0 -40px;
		}
		ul#nav li.navhome a:active {
			background-position:0 -40px;
		}
	ul#nav li.navNews a {
		width:189px;
		background:url(../../images/nav_sprite_01.jpg) -94px 0 no-repeat;
	}
		ul#nav li.navNews a:hover {
			background-position:-94px -40px;
		}
		ul#nav li.navNews a:active {
			background-position:-94px -40px;
		}
	ul#nav li.navKatwalk a {
		width:118px;
		background: url(../../images/nav_sprite_01.jpg) -283px 0 no-repeat;
	}
		ul#nav li.navKatwalk a:hover {
			background-position:-283px -40px;
		}
		ul#nav li.navKatwalk a:active {
			background-position:-283px -40px;
		}
	ul#nav li.navKorner a {
		width:161px;
		background:url(../../images/nav_sprite_01.jpg) -401px 0 no-repeat;
	}
		ul#nav li.navKorner a:hover {
			background-position:-401px -40px;
		}
		ul#nav li.navKorner a:active {
			background-position:-401px -40px;
		}	
	ul#nav li.navRemedies a {
		width:182px;
		background: url(../../images/nav_sprite_01.jpg) -562px 0 no-repeat;
	}
		ul#nav li.navRemedies a:hover {
			background-position:-562px -40px;
		}
		ul#nav li.navRemedies a:active {
			background-position:-562px -40px;
		}
	ul#nav li.navVideos a {
		width:156px;
		background:url(../../images/nav_sprite_01.jpg) -745px 0 no-repeat;
	}
		ul#nav li.navVideos a:hover {
			background-position:-745px -40px;
		}
		ul#nav li.navVideos a:active {
			background-position:-745px -40px;
		}	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#mainCol {
		width:637px;
		float:left;
	}
	#mainCol ul li {
		width:606px;
		margin:29px 0 29px 29px;
		border:solid 1px #000;
		background:#ffdce9;
	}
		#mainCol ul li .newsHeader {
			width:584px;
			background:#F289B1;
			padding:11px 11px 0 11px;
		}

		#mainCol ul li .title_footer {
			width:606px; height:11px;
			background: url(../../images/h1_newsFooter.jpg) 0 0 no-repeat;
		}
		#mainCol ul li .body {
			width:584px;
			padding:11px;
			color:#000;
		}
			
		#mainCol ul li .body_footer {
			width:584px;
			background:#ffdce9;
			height:15px;
			text-align:right;
			padding:0 0 11px 0;
		}
		
			

