@import url("layer.css");
@import url("menu.css");

body {
	background-color: #999999;
	background-image: url(/image/background.gif);
	background-repeat: repeat-y;
	color: black;
	/*background-position: top;*/
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#design_header {
	background-repeat: no-repeat;
	background-color: #666699;
	border: none 0px;
	height: 170px;
	width: 1024px;
}

#design_header div {
	background-image: url(/image/top.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 103px;
	left: 0px;
	height: 67px;
	width: 1024px;
}

#design_header h1, #design_header h2, #design_header h3 {
	display: none;
}

#design_footer {
	position: fixed;
	z-index: 1;
	bottom: 0px;
	left: 87px;
	background-color: #666698;
	width: 84px;
	text-align: center;
	font-size: 8px;
	color: #FFFFFF;
}

#design_footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#design_content {
	position: absolute;
	left: 200px;
	width: 620px;
	top: 170px;
}

.small {
	font-size: 10px;
}

.list {
	font-size: 10px;
}

.list a {
	font-weight: bold;
	font-size: 12px;
}

.news {
	text-align: center;
}

.news a {
	text-decoration: none;
	margin: 5px;
}

.news a img {
	border: none;
	width: 120px; 
}

.hide {
	display: none;
}

.item {
	width: 100%;
}

.item th {
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

.row1, .row2, .row3, .row1 td, .row2 td, .row3 td  {
	padding-top: 10px;
	padding-bottom: 10px;
}

.row2 {
	background-color: #F0F0F4;
}

.row3 {
	background-color: #E0E0EA;
}

.field {
	width: 250px;
}

.area {
	width: 250px;
	height: 100px;
}

.next, .separator {
	text-align: center;
	/*margin-top: 20px;*/
}

.source {
	margin-top: 20px;
	text-align: right;
}

.source a {
	font-weight: bold;
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: red;
}

.information {
	font-weight: bold;
	color: green;
}

.warning {
	font-weight: bold;
	color: orange;
}

.joke {
	text-align: left;
	position: absolute;
	left: 200px;
	line-height: 200%;
}

.joke_width {
	width: 570px;
}

table {
	width: 570px;
}

.info {
	text-align: justify;
	width: 570px;
}

.window {
}

.window .center {
	background: url(/image/window_center.gif) repeat-y;
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
}

.window .top {
	background: url(/image/window_top.gif) no-repeat;
	position: relative;
	width: 600px;
	height: 43px;
	padding-left: 10px;
}

.window .bottom {
	background: url(/image/window_bottom.gif) no-repeat;
	position: relative;
	width: 600px;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.window .top .left {
	float: left;
	padding-top: 18px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.window .top .right {
	float: right;
	padding-top: 18px;
	padding-right: 25px;
	color: #000000;
	font-style: italic;
}

#film {
	background: url(/image/tv.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 480px;
	width: 650px;
}

#filminfo {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 570px;
}

.video {
	position: absolute;
	top: 81px;
	left: 162px;
}

#film {
	position: absolute;
	top: 445px;
	text-align: center;
}

#film_p_button {
	background: url(/image/tv_backward.png) no-repeat;
	position: absolute;
	width: 67px;
	height: 66px;
	left: 47px;
	top: 2px;
}

#film_n_button {
	background: url(/image/tv_forward.png) no-repeat;
	position: absolute;
	width: 67px;
	height: 66px;
	left: 520px;
}

#design_navigation {
	position: absolute;
	top: 103px;
}

a {
	color: #666698;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* ff bug? - moving "directlink" */
a img {
	border: 0px none;
}

.underlinie {
	text-decoration: underline;
	font-weight: bold;
}

hr {
	border: 1px dotted #666698;
	width: 80%;
}
	
.add_content {
	text-align: right;
	font-weight: bold;
}

.error {
	color: red;
}

.error a img {
	border: 0px none;
}

.add {
	width: 500px;
}

.add tr td {
	text-align: left;
	vertical-align: top;
}

.add tr td textarea {
	width: 400px;
	height: 250px;
	border: 1px dotted #666698;
	margin-left: 10px;
}

.add tr td select {
	width: 200px;
	border: 1px dotted #666698;
	margin-left: 10px;
}

.add tr td input {
	border: 1px dotted #666698;
	margin-left: 10px;
}

.add_left {
	width: 100px;
	border-right: 1px dotted #666698;
}

.position {
	text-align: center;
}

.find {
	width: 100%;
	text-align: center;
}

.find .query {
	width: 300px;
	margin: 0px;
}
.find .category {
	width: 200px;
	margin: 0px;
}
.find .submit {
	width: 50px;
	margin: 0px;
}

.picture {
	text-decoration: none;
}

.picture img {
	max-width: 620px;
}
