@font-face {
	font-family:"Gothic";
	src:url('../data/GOTHIC.TTF');
}



body {
	margin:0px;
	font-family:"Century Gothic", "Gothic";
	font-size:15px;
	border-top: #000000 5px solid;
	background: url('../images/tlo7.jpg');
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

/* box = szerokość arkusza */
#box {
	margin:auto;
	width:1004px;
	background: #ffffff;
}

/* smallbox = pudełko dla tresci
#smallbox {
	width:100%;
	height:300px;
	margin-top:50px;
}*/

/* headbox = pudełko dla nagłówka - obrazu */
#headbox {
	width:100%;
	height:200px;
	background-image:url('../images/header.png');
	margin:auto;
	margin-bottom:30px;
	margin-top:15px;
}

#headbox:hover {
	width:100%;
	height:200px;
	background-image:url('../images/header_hover.png');
	margin:auto;
	margin-bottom:30px;
	margin-top:15px;
	-webkit-transition: all 0.2s ease-in-out;
}



/* pudełko menu */
#menubox {
	height:98px;
	margin-top:-5px;
}

/* styl 1 */
#menupage1{ /*czarne*/
	width: 199.5px;
	height: 90px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-size: 34px;
	color: #2F393C;
	border-top: #333333 5px solid;
	border-bottom: #ffffff 3px solid;
	border-right: #f4f4f4 0.5px solid;
	letter-spacing: 1px;
}

#menupage1:hover {
	background-color: #F5F5F5;
	color: #000000;
	border-top: #000000 5px solid;
	border-bottom: #000000 3px solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* styl 2 */
#menupage2{ /*zielone*/
	width: 200px;
	height: 90px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-size: 34px;
	color: #2F393C;
	border-top: #333333 5px solid;
	border-bottom: #ffffff 3px solid;
	border-right: #f4f4f4 0.5px solid;
	letter-spacing: 1px;
}

#menupage2:hover {
	background-color: #F5F5F5;
	color: #19B119;
	border-top: #19B119 5px solid;
	border-bottom: #19B119 3px solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* styl 3 */
#menupage3{ /*czerwone*/
	width: 200px;
	height: 90px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-size: 34px;
	color: #2F393C;
	border-top: #333333 5px solid;
	border-bottom: #ffffff 3px solid;
	border-right: #f4f4f4 0.5px solid;
	letter-spacing: 1px;
}

#menupage3:hover {
	background-color: #F5F5F5;
	color: #dd4444;
	border-top: #dd4444 5px solid;
	border-bottom: #dd4444 3px solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* styl 4 */
#menupage4 { /*niebieskie*/
	width: 200px;
	height: 90px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	font-size: 34px;
	color: #2F393C;
	border-top: #333333 5px solid;
	border-right: #f4f4f4 0.5px solid;
	border-bottom: #ffffff 3px solid;
	letter-spacing: 1px;
}

#menupage4:hover {
	background-color: #F5F5F5;
	color: blue;
	border-top: blue 5px solid;
	border-bottom: blue 3px solid;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* klasa dla tekstu dużego w menu */
.mdt{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	display:block;
	margin-top:3%;
	margin-bottom:5%;
}

/* klasa dla tekstu małego w menu */
.mmt{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	display:block;
}

/* klasa dla linka strony w stopce */
.slt{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	display:block;
	margin-top:13%;
}

/* klasa dla tekstu małego w stopce obok linka */
.smtl{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	display:block;
	margin-top:5%;
}

/* klasa dla tekstu duzego w stopce */
.sdt{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	display:block;
	margin-top:5%;
}

/* klasa dla tekstu małego w stopce */
.smt{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	display:block;
	margin-top:5%;
}


/* stopka */
#footer {
	color: #ffffff;
	width:1004px;
	height:30%;
	margin:auto;
	background-color:#018303;
	clear:both;
}

#stopka1 {
	width:40%;
	height:100%;
	float:left;
}

#stopka2 {
	width:60%;
	height:100%;
	float:right;
}

.stopkahr {
	margin-top:5%;
	margin-bottom:6%;
	width:80%;
	height:0.01px
}



a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:active, a:hover {
	font-size:18px;
	-webkit-transition: all 0.2s ease-in-out;
}


#top {
	position:fixed;
	width:70px;
	height:70px;
	background-image:url('../images/gotop.png');
	bottom:30px;
	right:20px;
}

.obraz {
	border:#000000 solid 1px;
}