* {margin: 0; padding: 0; outline: 0;}
img {border: none;}
ul, ol {list-style: none;}

html { height: 100%;}
body {
	min-height: 100%;
	font: 12px/17px Arial, Verdana, sans-serif;
	background: #262222 url("images/bg.png") repeat-x top;
	color: #fff;
	position: relative;
	}

a {color: #fff;}
a:hover {text-decoration: none;}

/* WRAPPER**********************************************************/	
#wrapper {width: 880px; margin: 0 auto; overflow: hidden;}


/* HEADER**********************************************************/
#header {
	width: 880px;
	height: 407px;
	margin: 25px 0;
	background: url("images/header.jpg") no-repeat bottom;
	position: relative;
	}

#header span {
	position: absolute;
	left: 30px;
	bottom: 80px;
	color: #fff;
	font: 28px Tahoma, sans-serif;
	}

/* LOGO KOMINKI */
#header h1#logo a {
	display: block;
	line-height: 0;
	margin-left: 20px;
	width: 192px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("images/logo.png") no-repeat;
	}

/* MENU */
#header ul {
	position: absolute;
	right: 15px; bottom: 14px;
	}
#header ul li {
	float: left;
	padding-left: 30px;
	}

#header ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #1e0d67;
	}

#header ul li a:hover {color: #c03838;}

/*KONTAKT**********************************************************/
#kontakt {
	width: 200px;
	float: left;
	 background: #e8e8e8 no-repeat 130px 30px; /*  background: #e8e8e8 url("images/kom.png") no-repeat 130px 30px;  */
	color: #1a171b;
	font: 11px Tahoma, Arial sans-serif;
	}

#kontakt h3 {
	height: 27px;
	padding: 8px 0 0 10px;
	background: #d72f2f;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	}

#kontakt ul {padding: 10px 0 10px 10px;}
#kontakt ul li {margin-top: 5px;}
#kontakt span {font-weight: bold;}
#kontakt .kontakt {color: #fe0000; font-weight: normal;}

/*CONTENT **********************************************************/
#content {
	float: right;
	width: 660px;
	min-height: 100%;
	padding-bottom: 70px;
	}

h2 {
	font: bold 14px Arial, sans-serif;
	margin-bottom: 5px;
	}

a.more-link {
	float: right;
	color: #df3b3b;
	text-decoration: none;
	font: bold 9px Verdana, sans-serif;
	}
a.more-link:hover {text-decoration: underline;}
	
/*FOOTER **********************************************************/

#footer {width: 100%; position: absolute; bottom: 0;}
#footer-inner {
	width: 840px;
	height: 38px;
	margin: 0 auto;
	background: url("images/footer.png") no-repeat;
	color: #262222;
	font: 11px Tahoma, sans-serif;
	}

#footer-inner p {padding: 12px 10px 0;}
#footer-inner a { color: #262222; text-decoration: none;}


	
