@import "article_list/style.css";
@import "gallery/style.css";
@import "article/style.css";
@import "tab/tabcontent.css";
@import "mail_form/style.css";
@import "linkmap/style.css";

body {
	margin : 0px;
	color : white;
	font-size : 10pt;
	font-family: Tahoma, "Trebuchet MS", Verdana, Tahoma, "DejaVu Sans", Arial, sans;
	background-color : #cacaca;
}

table {
	font-size : 10pt;
}

a {
	color : white;
	text-decoration : none;	
}

a:hover {
	text-decoration : underline;
}

#content {
	background-color : #ffffff;	
	color : black;
	padding-top : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
	padding-right : 5px;
	text-align : left;
	vertical-align : top;
}

#content a {
	color : #407db6;
	text-decoration : none;
}

#content a:hover {
	text-decoration : underline;
}

#content-left {
	background-color : #ffffff;
	color : black;
	vertical-align : top;	
	padding : 10px;	
}

#content-left a {
	color : #407db6;
	text-decoration : none;
}

#content-left a:hover {
	text-decoration : underline;
}


#bottom {
	background-color : #383838;
	padding : 2px;
	text-align : left;
}

#brzegl {
	background : transparent url(gfx/gfx_05.jpg) repeat-y;
}

#brzegr {
	background : transparent url(gfx/gfx_09.jpg) repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	margin-top : 0px;
}

h1 {
	font-size : 18pt;
}

h2 {
	font-size : 15pt;
}

h3 {
	font-size : 13pt;
}

h4, h5, h6 {
	font-size : 11pt;
}

#table2 {
	background-color : #ffffff;
}

table.tabela {
	border : 1px solid #e0e0e0;
}

table.tabela td {
	border : 1px solid #e0e0e0;
}

table.tabela th {
	border : 1px solid #e0e0e0;
	background-color : #f0f0f0;
	text-align : center;
	font-weight : bold;
}

#fixbit {
	font-size : 9pt;
	text-align : center;
	color : #a0a0a0;	
}

#fixbit a {
	color : #a0a0a0;
}

#czesc1 {
	margin : 0px;
	padding : 0px;
	background : #cacaca url(gfx/gfx_01.jpg) repeat-x;	
}

#czesc2 {
	margin : 0px;
	padding : 0px;
	background-color : #cacaca;	
}

#czesc3 {
	margin : 0px;
	padding : 0px;
	background : #383838 url(gfx/czesc3_tlo.jpg) repeat-x;
}



