@CHARSET "UTF-8";

body	{
	background-repeat: repeat-x;
	background-color: #FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bg	{
	width:100%;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.container	{
	padding : 0;
	width: 1260px;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}

 #top	{
 	position:relative;
 	width: 100%;
	height: 185px;
	background-image: url(../images/top_01.gif);
	background-repeat: repeat-x;
}

#top a.logo	{
	display: block;
	margin-top: 8px;
	margin-left: 65px;
	width: 160px;
	height: 190px;
	float: left;
	background-image: url(../images/logo_03.png);
	background-repeat: no-repeat;
}

#top .title1	{
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 20px;
	margin-left: 250px;
	width: 80%;
	height: 50px;
	background-image: url(../images/Rafal_Kuzma_05.png);
}

#top .title2	{
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 80px;
	margin-left: 250px;
	width: 80%;
	height: 50px;
	background-image: url(../images/Kancelaria_Radcy_Prawnego_08.png);
}

#top .element1	{
	position: absolute;
	margin-top: 68px;
	margin-left: 227px;
	width: 81%;
	height: 10px;
	background-image: url(../images/element1_09.png);
}

#nav {
	position: absolute;
	margin-top: 120px;
	width: 100%;
	height: 90px;
	font-size: 18px;
}

#nav ul	{
	height:100%;
	margin-left:190px;
}

#nav ul	li {
	display: inline;
	white-space: nowrap;
}

#nav ul	li a {
	padding: 0.8em 1em 0.8em 1em;
}

#nav ul li a:link, a:visited {
	text-decoration: none;
    color: #ffffff;
}

#nav ul li a:hover	{
	background-color: #8896cb;
	border-bottom-style: solid;
    border-bottom-width: 4px;
}

#banner	{
	background-repeat: no-repeat;
	margin-top: 1px;
	width:900px;
	height:220px;
}

#content-container	{
	width: 100%;
	height: 100%;
}

#content-container h2	{
	font-size: 28px;
	font-weight: 300;
}

#content-container p	{
	font-size: 15px;
	font-weight: 300;
}

#menu	{
	width: 15%;
	height: 100%;
	margin-left: 40px;
	margin-right: 20px;
	float: left;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #BDBDBD;
	background-color: #F2F2F2;
}

#menu ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li a	{
	color: #000000;
}

#menu ul li a:link, a:visited {
	text-decoration: none;
}

#menu ul li a:hover	{
	color: #BDBDBD;
}

#right-content	{
	width: 60%;
	height: 100%;
	margin: 20px;
	overflow: hidden;
}

#right-content h3	{
	font-size: 22px;
	font-weight: 700;
}

#content {
	width: 50%;
	height:100%;
	margin: 0 auto;
}


#content h3	{
	font-size: 18px;
	font-weight: 300;
}

#content hr, a hr	{
	height: 1px;
	color: #000000;
}

#map	{
	width: 500px;
	height: 400px;
	border-style: solid;
	border-width: 3px;
	border-color: #BDBDBD;
}

#content .sites	{
	text-align: center;
	margin: 30px 0px 30px 0px;
}

#content a	{
	color: #000000;
}

#content a:link, a:visited	{
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
	color: #3a3a3a;
}

#content label	{
	display: block;
	padding: 14px;
}

#content input, select{
	display: block;
	min-width: 150px;
}


#content textarea {
    resize: none;
}

.error	{
	text-align: center;
	color: #B00000;
	border-style: solid;
    border-width: 1px;
	border-color: #A8A8A8;
	background-color: #ffffff;
}

.success	{
	text-align: center;
	color: #336633;
	border-style: solid;
    border-width: 1px;
	border-color: #A8A8A8;
	background-color: #ffffff;
}

#footer	{
	width: 100%;
	height: 100%;
	float: left;
	background-image: url(../images/footer_06.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #ffffff;
}

#footer	li h3	{
	text-decoration: underline;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 10px;
}

#footer div	{
	display: inline;
	margin: 7px;
	width: 30%;
}

#footer div.column1	{
	float: left;
	margin-left: 100px;
}

#footer div.column1 ul	{
	list-style-type: none;
	text-decoration: none;
}

#footer div ul li	{
	padding: 0px;
	margin-top:0px;
}

#footer div.separator	{
	position: absolute;
	width: 2px;
	height: 120px;
	margin-top: 28px;
	margin-left: 127px;
	background-color: #ffffff;
}

#footer div.column2	{
	float: right;
	margin-right: 150px;
	text-align: right;
}

#footer div.column2 ul	{
	list-style-type: none;
	text-decoration: none;
}

#footer .created	{
	margin-top: 90px;
	font-size: 11px;
}

#footer div  a:link, a:visited	{
	text-decoration: none;
    color: #ffffff;
}

#footer div a:hover	{
	text-decoration: underline;
}


