body{
	margin:0; 
	padding:0; 
	background: #11479b url(../images/body-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-position: 0 center;
	font:11px Tachoma, Verdana, Times, serif;
	color: black;
}
form, td, p, textarea, li {margin:0; padding:0;}
table, td {border-collapse:collapse;}
table, td, img {border:0;}

input, textarea, select{font:11px Tachoma, Verdana, Times, serif; background:#FF4700; border:1px solid #000000; color:#FFC02C; padding:3px 0 0 6px;}
input{ width:179px; height:25px;}
.imp_h{ height:36px; margin:0 0 1px 0;}
textarea{width:184px; height:136px; overflow:auto;}
td, tr {vertical-align:top; text-align:left}
a {color:black;}

.clear {
	clear:both;
}

/*box model*/


#container {
	width:750px;
	margin:auto;
	margin-top:10px;
	margin-bottom:50px;
	
	padding:0px;
}

#logo {
	width:750px;
	padding: 5px 0 10px 0;
}

#top_menu {
	width:750px;
	height: 33px;
	
	background: transparent url(../images/menu.png) no-repeat;
	padding-top: 27px;	
	margin:auto;
	text-align: center;
	font-size:13px;
}

#top_menu a {
	display:inline;
	font-size:13px;
	padding: 5px 9px 5px 9px;
	text-decoration: none;
	color:#00338a;
}

#top_menu a:hover {
	
	color:#557dcb;

}
#top {
	width:740px;
	height: 395px;
	padding: 5px;	
	margin:auto;
	background: transparent url(../images/page-bg.png) repeat-y;
	text-align:center;
}

#page {
	width:750px;
	padding: 0;	
	margin:auto;
	background: transparent url(../images/page-bg.png) repeat-y;
}


#page_left {
	float:left;
	width: 250px;
	height:380px; 
	margin: 10px 10px 10px 10px;
	background: transparent url(../images/left.jpg) no-repeat;
	
}

#kontakt {
	width: 180px;
	text-align:center;
	color:#E9F7FF;
	font-size:13px;
	padding: 80px 0 0 30px;
	font-weight:bold;
	line-height:160%;
}

#left_gallery {
	width: 180px;
	text-align:center;
	color:#E9F7FF;
	font-size:13px;
	padding: 80px 0 0 30px;
	
}

#page_right {
	float:left;
	width: 420px;
	padding: 0;
	text-align:left;

}

#footer {
	width: 750px;
	height: 19px;
	padding: 0;
	background: transparent url(../images/page-bottom.png) no-repeat;
	margin:auto;
	color:gray;
	text-align:left;
	clear: both;
	
}

#footer2 {
	width: 715px;
	height: 20px;
	padding: 5px 0px 0 0px;
	margin:auto;
	color:black;
	text-align:left;
	clear: both;
}

#footer2 a {
	color:gray;
}

/**************** ARTICLES ****************/
.news_left {
	width: 100%;
	float:left;
	text-align:left;

}
.news_right {
	float:left;
	width: 200px;
	text-align: right;
}

h5 {
	padding-top:5px;
}

table.articles {
	width:420px;
	margin:auto;
	text-align:left;

}

table.articles td {
	padding-top:5px;
	line-height: 130%;
}

ol li {
	padding-top:5px;
}
.td_right {
	text-align: right;
	
}

.td_left {
	text-align: left;
	
}

.td_title {
	width:410px;
}

.td_content {
	text-align:justify;
	width:410px;
}

p {
	text-align:justify;
	line-height: 130%;
	text-indent:20px;
	padding-bottom:10px;
}

table.articles td ul {
	list-style-image: url(../images/ball.jpg);
	padding-left:25px;
}
table.articles td ul li{
	padding:4px;

}

/************************* SUBPAGE *********************/
div.subsite {
	padding: 40px;
}









/*-------------- GALLERY ---------------------*/

table.gallery_table {
	width:460px;
	margin: auto;

}	
table.gallery_table tr td {
	width: 50%;
	text-align:center;
	padding:3px;
}


/*---------- DODATKOWE ---------------*/

#float {
	position: absolute;
	width: 500px;
	height:500px;
	background: transparent url(../images/float.gif) no-repeat;
	z-index:100;
	top:70px;
	left:250px;
	text-align:right;


}
#x {
	display:block;
	width: 50px;
	height:50px;
	margin-left:450px;
}

#more {
	display:block;
	width: 100%;
	height:50px;
	margin-top:400px;
}

