html *{margin:0; padding:0; font:12px Verdana, Arial, Helvetica, sans-serif; color:#FFF;}
html,body{background:#000;}
p{text-align:justify;}
i,em{font-style:italic;}
b,strong{font-weight:bold;}
a{color:orange; text-decoration:none;}
a:hover{color:#FFF;}
img{border:0;}

.selected, .selected span{color:#FFF;}

div#divIntro{
	text-align:center;
}

div#divTop{
	width:990px;
	margin:auto;
	height:255px;
	background-image:url(/gr/top.jpg);
}

div#divMenu,
div#divSubMenu{
	padding:10px;
	text-align:center;
	border-top:1px solid orange;
	border-bottom:1px solid orange;
}

div#divSubMenu{
	border:0;
}

div#divMenu ul li,
div#divSubMenu ul li{
	display:inline;
	margin:30px;
}

div#divMenu ul li a,
div#divSubMenu ul li a{
	font-size:16px;
	font-weight:bold;
}

div#divSubMenu ul li a{
	font-size:15px;
}



/* content */
div#divContent{
	width:990px;
	margin:20px auto;
	padding-bottom:25px;
	text-align:justify;
}

div#divContent ul{
	margin:10px 30px;
}

div#divContent ul li{
	list-style-type:disc;
}

div#divLeftMenu{
	float:left;
	width:225px;
	border-right:1px solid orange;
}

div#divLeftMenu ul{
	margin:0;
}

div#divLeftMenu ul li{
	list-style-type:none;
	margin:0 0 20px 0;
}

div#divLeftMenu ul li a{
	font-weight:bold;
}

div#divLeftMenu ul li a span{
	color:orange;
	font-size:10px;
	font-weight:normal;
}

div#divRightContent{
	margin-left:250px;
}

div#divRightContent p{
	margin-bottom:50px;
	text-align:center;
}

div#divCenterContent{
	margin-left:250px;
}

div.divContentTop{
	margin-bottom:25px;
}

div.foto{
	float:left;
	width:200px;
	height:200px;
	margin:0 0 35px 35px;
	text-align:center;
}

div#divForm h2{
	margin-top:50px;
	margin-left:130px;
	font-weight:bold;
}

div#divForm h2, div#divForm div{
	margin-bottom:15px;
}

div#divForm label{
	float:left;
	width:120px;
	margin-right:10px;
	text-align:right;
}

div#divForm input,
div#divForm textarea{
	width:300px;
	background-color:#000;
	border:1px solid #FFF;
}

div#divForm #submit{
	width:100px;
	color:orange;
	font-weight:bold;
	border:2px solid orange;
	cursor:pointer;
}

div.divBackgroundStronaGlowna{
	min-height:400px;
	width:600px !important;
	padding-right:390px !important;
	background:#000 url(/gr/strona_glowna.jpg) top right no-repeat;
}
div.divBackgroundDefault{
	min-height:400px;
	width:600px !important;
	padding-right:390px !important;
	background:#000 url(/gr/default.jpg) top right no-repeat;
}
div.divBackgroundKontakt{
	min-height:400px;
	width:500px !important;
	padding-right:490px !important;
	background:#000 url(/gr/kontakt.jpg) top right no-repeat;
}
div.divBackgroundAktualnosci,
div.divBackgroundProjekty{
	min-height:400px;
	width:750px !important;
	padding-right:240px !important;
	background:#000 url(/gr/aktualnosci.jpg) top right no-repeat;
}
div.divBackgroundAktualnosci{
	background:#000 url(/gr/aktualnosci.jpg) top right no-repeat;
}
div.divBackgroundProjekty{
	background:#000 url(/gr/projekty.jpg) top right no-repeat;
}
