/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{
	text-align : center;
	background-color: #C0C0C0;
}

body {
	position : relative;
	width : 962px;
	margin : 0 auto;
	text-align : left;
	background: no-repeat;
}

/*div#content {
	position : relative;
	width : 962px;
	height: 594px;
	background-repeat: no-repeat;
	z-index: 25;
	background-image: url(bgOmv.jpg);
}


div#content_main {
	top: 38%;
	width: 30%;
	position: absolute;
	left: 3%;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	color: #666666;
}

div#content_sub {
	width : 300px;
	position: relative;
	right: 25%;
	float: right;
	top: 38%;
	height: 300px;
	padding: 1%;
}
div#content_new {
	width : 30%;
	position: absolute;
	top: 1%;
	right: 0%;
	height: 50%;
	left: 1%;
	background-repeat: no-repeat;
}*/
div#front_content {
	position : relative;
	width : 962px;
	height: 675px;
	background-repeat: no-repeat;
	z-index: 25;
	background-image: url(logoKKRoedt962.jpg);
	background-position: center center;
}

div#front_content_sub {
	width : 70%;
	position: relative;
	right: 2%;
	float: right;
	top: 13%;
	height: 500px;
	column-width : 18 em;
	column-gap : 25px;
	-moz-column-width : 18em;
	-moz-column-gap :25px;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}


div#front_content_main {
	top: 38%;
	width: 30%;
	position: absolute;
	left: 3%;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}

div#ad_content {
	position : relative;
	width : 962px;
	height: 675px;
	background-repeat: no-repeat;
	z-index: 25;
	background-position: center center;
}


div#ad_content_main {
	top: 38%;
	width: 22%;
	position: absolute;
	left: 3%;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
}

div#ad_content_sub {
	width : 70%;
	position: relative;
	right: 2%;
	float: right;
	top: 15%;
	height: 500px;
	column-width : 18 em;
	column-gap : 25px;
	-moz-column-width : 18em;
	-moz-column-gap :25px;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
/*div#front_content_new {
	width : 30%;
	position: absolute;
	top: 1%;
	right: 0%;
	height: 50%;
	left: 1%;
	background-repeat: no-repeat;
}*/

div#front_navbar {
	width : 100%;
	position: absolute;
	top: 1%;
	height: auto;
	background-repeat: no-repeat;
}
#billed {
	position: absolute;
	left: -262px;
}

