img, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #376b92;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

td {
	vertical-align: top;
}

/*---------*/
/*container*/
/*---------*/
div.container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*----------*/
/*navigation*/
/*----------*/
div.nav {
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

ul.navigation li {
	border-left: 1px solid #ffffff;
	padding: 10px 15px 0px 10px;
	list-style-type: none;
	display: inline;
}

ul.navigation li a {
	color: #ffffff;
	text-decoration: none;
}

ul.navigation li a:hover, ul.navigation li a#active {
	background-color: #74a2c3;
	color: #ffffff;
	text-decoration: none;
}

/*------*/
/*header*/
/*------*/
div.header_image {
	margin-top: 10px;
	width: 543px;
	height: 116px;
	background: transparent url(../images/ndm_logo.png) repeat-y scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./images/ndm_logo.png',sizingMethod='scale') !important;
}

div.header_image h1.title {
	text-indent: -9999px;
}

/*-------*/
/*content*/
/*------*/
div.content_wrapper {
	margin-top: 15px;
	width: 650px;
	background-color: #78a1c1;
}

div.content {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 15px;
}

div.content h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0 10px 0;
	color: #ffffff;
	border-bottom: 1px solid black;
}

div.page_content {
	height: 100%;
	margin: 10px 0 10px 0;
	padding: 15px;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
}

div.page_content a {
	color: #78A1C1;
	text-decoration: none;
}

div.page_content a:hover {
	text-decoration: underline;
}

ul.tickets {
	list-style-type: none;
}

ul.tickets li {
	line-height: 30px;
	padding-left: 20px;
}

table.sponzorji {
	width: 590px;
	margin: 0;
	padding: 0;
}

table.sponzorji td {
	padding: 5px;
	border: 1px solid #78A1C1;
	vertical-align: middle;
	text-align: center;
}


/*-----*/
/*shows*/
/*-----*/
div.show_heading {
	width: 590px;
	height: 28px;
	border-bottom: 1px solid black;
}

div.show_heading h1, div.show_heading h1 a, div.show_heading h2, div.show_heading h2 a {
	cursor: default;
	margin: 0;
	padding: 0;
	display: inline;
	color: #000000;
	font-size: 18px;
	border: none;
	float: left;
	text-decoration: none;
}

div.show_heading h2, div.show_heading h2 a {
	font-weight: normal;
	float: right;
	color: #376b92;
	text-decoration: none;
}

/*------*/
/*footer*/
/*------*/
div.footer {
	margin: 10px 0 10px 0;
	padding: 0;
	padding-right: 45px;
	text-align: center;
}
