@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(./images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #7c8d9f;
	color: #000;
	width: 100%;
	}
	
#inlay {
	position: absolute;
	left: 50%;
	}
	
#kontener {
	position: absolute;
	left: -375px;
	width: 750px;
	margin-top: 30px;
	}
	
#header {
	background: url(images/header.jpg);
	height: 178px;
	width: 750px;
	}
	
#menu {
	background: url(images/bgmenu.jpg);
	margin: 0;
	width: 749px;
	height: 41px;
	horizontal-align: center;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	*display: inline-block;
	height: 41px;
	width: auto;
	padding: 5px 10px 5px 10px;
	min-width: 50px;
	max-width: 140px;
}
#menu a:hover {
	font-weight: bold;
	background-image: url(images/bgbutton.jpg);
	background-repeat:repeat-x;
	color: #333;
}
.active {
	color: #333 !important;
	background-image: url(images/bgbutton.jpg) !important;
    background-repeat:repeat-x !important;
}

#footer {
width: 100%;
text-align:center;
font-size: 9px;
color: #999999;
}
#footer a {
color: #999;
text-decoration: none;
font-size: 9px;
}

#content{
background-color:#fff;
color:#000;
padding: 20px;
min-height: 300px;
}

#content a img {
float:right;
clear: none;
border-style:none;
margin: 0;
}

#content h3 {
font-size: 16px;
color: #333;
margin: 10px 0 10px;
}

#content img {
	border: 1px;
	border-style:solid;
	border-color: #333;
	border-spacing: 5px;
	padding: 5px;
	margin: 10px 10px 10px 0;
	float: left;
}

#content p {
margin-top: 15px;
margin-bottom: 20px;
}

#content a {
color: #0066cc;
text-decoration:none;}
