﻿/* CSS layout */
/* Regular links */
a:link {
	color: #66CCFF;
	text-decoration: underline;
}
a:visited {
	color: #66CCFF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #161616;
	font-size: 12px;
	text-align: justify;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	letter-spacing: -0.05em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #333333 !important;
	border: 1px solid #666666;
	padding: 5px;
}

#masthead {
	margin: 0 auto 0 auto;
	position: relative;
	width: 750px;
	height: 140px;
	text-align: justify;
}
#slide {
	margin: 0 auto 0 auto;
	position: relative;
	width: 750px;
	height: 200px;
	text-align: justify;
}
#slide div {
	position: absolute;
	top: 0;
	left: 0;
	text-align: justify;
}

#content {
	margin: 0 auto 0 auto;
	position: relative;
	width: 750px;
	text-align: justify;
}

#container {
	margin: 0 auto 0 auto;
	position: relative;
	width: 750px;
	height: 150px;
	text-align: justify;
}
/* trojstlpce */
#tricol_l {
	padding: 0;
	width: 245px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tricol_m {
	padding: 0;
	width: 240px;
	left: 255px;
	position: absolute;
	top: 0px;
}

#tricol_r {
	padding: 0;
	width: 245px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	margin: 0 auto 0 auto;
	position: relative;
	width: 750px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
#navi_l {
	width: 217px;
	position: absolute;
	left: 0px;
	text-align: right;
}
.thumbs {
	border-color: #66CCFF;
	padding: 0px;
	margin: 0px;
	border-width: 1px;
	text-align: left;
}
.boder_zero {
	border-width: 0;
}
.red {
	color: #FF0000;
}
.clearall {
	clear: both;
}

