@import url("./common.css");
@import url("./page_top.css");
@import url("./page_main.css");
@import url("./page_bottom.css");
@import url("./page_navigation.css");
@import url("./photogalery.css");
/*
@import url("./page_left.css");
@import url("./page_news.css");
@import url("./events.css");
@import url("./articles.css");
@import url("./polls.css");
@import url("./eshop.css");
*/

body, html {
	margin: 0px;
	padding: 0px;
	color: black;
	text-align: center;
}

body, table, input, select {
	font-family: arial, sans-serif;
	font-size: 14px;
}

html {
	background: url('./images/background.jpg') black fixed no-repeat center top;
}

body {
	background: url('./images/bg_top.png') no-repeat center top;
}
body.uvod {
	background: url('./images/bg_top_hp.png') no-repeat center top;
}

#content {
	margin: 0px auto;
	text-align: left;
	min-width: 1000px;
	max-width: 1010px;
	position: relative;
}

