* {
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	border: 0;
}
BODY {
	background-color: #feefef;
	background-position: center 0;
	margin: 0px;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

/* ============================= IDs ===============================*/

#page {
	position: relative;
	width: 740px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	display: table;
	height: 100%;
}
#head {
	position: relative;
	width: 100%;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	height: 130px;
}
#head a {
	display: block;
	line-height: 100%;
}
#head_content {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #ffdddd;
}
#head_bottom {
	position: relative;
	width: 100%;
	background-image: url(images/head_bot.gif);
	height: 10px;
	background-repeat: repeat-x;
}
#head_content_menu
{
	position: absolute;
	left: 180px;
	width: 550px;
	height: 30px;
	background-image: url(images/head_menu.gif);
}
#left {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 200px;
}
#content {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	width: 180px;
	background-color: red;
	margin-bottom: 10px;
}
#left_news {
	position: relative;
	top: 20px;
	left: 10px;
	float: left;
	width: 180px;
	background-color: red;
	margin-bottom: 10px;
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 520px;
}
#main2 {
	position: relative;
	top: 15px;
	left: 0px;
	float: left;
	width: 520px;
}

/* ============================= MENU ===============================*/
.head_menu {
	position: relative;
	left: 40px;
	float: left;
	width: 470px;
	height: 28px;
	top: 1px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.head_menu li {
	display: inline;
	list-style-type: none; 
	margin: 0px 3px 0px 3px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.head_menu a:link {
	text-decoration: none;
	color: white;
}
.head_menu a:visited {
	text-decoration: none;
	color: white;
}
.head_menu a:hover {
	text-decoration: none;
	color: white;
	background-color: Red;
}

.menu {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu_top {
	background-image: url(images/menu_top.gif);
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-color: red;
}
.menu_bottom {
	background-image: url(images/menu_bottom.gif);
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-color: white;
}
.menu P {
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
	font-weight: bold;
	text-align: left;
	display: block;
	text-indent: 10px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu A:link {
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
}
.menu A:visited {
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
}
.menu A:hover {
	text-decoration: none;
	background-color: #ffdddd;
	color: black;
	display: block;
	width: 100%;
}
.news {
	width: 100%;
	margin: 0;
	padding: 0;
}
.news_top {
	background-image: url(images/menu_top.gif);
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-color: red;
}
.news_bottom {
	background-image: url(images/menu_bottom.gif);
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-color: white;
}
.news p {
	font-size: 10px;
	letter-spacing: 1px;
	color: black;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: white;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
}
.news h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
	margin-bottom: 2px;
	margin-top: 2px;
}
.news A:link {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}
.news A:visited {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}
.news A:hover {
	text-decoration: none;
	background-color: #ffdddd;
	color: black;
	display: block;
	width: 100%;
}

/* ============================= MAIN ===============================*/
.title {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	width: 520px;
	height: 30px;
	background-image: url(images/title.gif);
	margin-bottom: 10px;
}
.title h1 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.text {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 520px;
	background-color: white;
}
.text h2 {
	font-size: 13px;
	color: black;
	height: 24px;
	padding-top: 6px;
	background-image: url(images/text_title.gif);
	font-weight: bold;
}
.text h2 span {
	font-size: 13px;
	color: black;
	font-weight: lighter;
}
.text h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
.text h3 dfn {
	font-style: normal;
	font-weight: normal;
}
.text p {
	line-height: 140%;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0px 2px 0px 3px;
	text-align: justify;
}
.text dfn {
	font-style: normal;
	font-weight: normal;
}
.text p em {
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
}
.text p dfn {
	font-style: normal;
	font-weight: normal;
}
.text p span {
	text-align: center;
	display: block;
	letter-spacing: 1px;
}
.text a:link {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
.text a:visited {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
.text a:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
.text li {
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 25px;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
.text table {
	width: 520px;
}
.text td {
	height: 20px;
	text-align: left;
	padding-left: 3px;
	font-size: 14px;
}
.text table em {
	font-weight: bold;
	letter-spacing: 1px;
	font-style: normal;
	font-size: 12px;
}
.forum {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 520px;
	
}
.forum p {
	line-height: 140%;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 1px 2px 1px 2px;
	text-align: justify;
	background-color: #feefef;
	
}
.forum strong {
	font-size: 15px;
	font-weight: bold;
}
.forum a:link {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
.forum a:visited {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}
.forum a:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
.tab1 {
	font-size: 10px;
  	background-color: #fff2f2;
}
.tab2 {
	font-size: 10px;
  	background-color: #fde3e3;
}
.shadow {
	background-image: url(images/text_shadow.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	line-height: 20px;
	width: 520px;
	text-align: right;
	font-size: 11px;
	color: black;
}

/* ============================= formuláře ==============================*/
.input1 {
	border: 1px solid Black;
	height: 18px;
	background-color: Maroon;
	color: White;
	font-size: 14px;
	width: 475px;
}
.text TEXTAREA {
	border: 1px solid Black;
	background-color: Maroon;
	color: White;
	font-size: 14px;
	width: 475px;
}
.input2 {
	width: 150px;
	background-color: #ffdddd;
	border: 1px solid Red;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
