/* -------------------------------------------

  Created by Michal Sara | http://mikesh.cz

------------------------------------------- */


/* --- MAIN --- */

body {
	background: url('/images/back.gif') repeat center center #9f8073 fixed;
	font-family: Helvetica;
	font-size: 10pt;
	line-height: 1.5;
	color: #555;
	margin: 10px 0 0;
	padding: 0;
	text-shadow: #eee 1px 0px 0px;
}

@font-face {
  font-family: Diavlo;
  src: url(/Diavlo.otf);
}

h1 {
	font-size: 130%;
	color: #B7614E;
	line-height: 20px;
	font-family: Diavlo, Helvetica;
}

a, a:hover {
	color: #B7614E;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;	
}


/* --- CLASS --- */

.txt_center 		{text-align: center;}
.txt_right 			{text-align: right;}
.txt_left 			{text-align: left;}
.hidden 			{display: none;}
.small 				{font-size: 75%;}
.img_left 			{float: left;}
.img_right 			{float: right;}
.img_left_border 	{float: left; border: 10px solid #C0C0C0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.img_right_border 	{float: right; border: 10px solid #C0C0C0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.img_border			{border: 10px solid #C0C0C0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.txt_left_border 	{float: left; border: 10px solid #C0C0C0; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #C0C0C0; font-family: Diavlo, Helvetica; font-size: 140%; color: #B7614E; margin-top: 1px;}
.txt_right_border 	{float: right; border: 10px solid #C0C0C0; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #C0C0C0; font-family: Diavlo, Helvetica; font-size: 110%; color: #B7614E; margin: 20px;}


.list {
	
	}
	.list li {
		list-style-image: url('/images/bullet.png');
		padding: 5px 0;
	}
	.list ul li {
		list-style-image: url('/images/bullet2.png');
		padding-top: 2px;
}

.input {
	color: #555;
	background: url('/images/input_back.gif') repeat-x top left #fff;
	border: 1px solid #eee;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


/* --- ID --- */

#plain {
	margin: 10px auto;
	padding: 10px;
	background: #fff;
	width: 690px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #000; -moz-box-shadow: 0px 0px 5px #000;	
}

#menu {
	border-bottom: 1px solid #ccc;
	}
	#menu ul {
		margin: 0 0 10px;
		padding: 0px;
		text-align: center;
		}
		#menu li {
			display: inline;
			padding: 0 10px;
			margin: 0 -2px;
			letter-spacing: 0px;
	}
	#menu a {
		color: #555;
		text-decoration: none;
		font-variant: small-caps;
		font-size: 12pt;
		font-family: Diavlo;
		}
		#menu a:hover {
			color: #b90;
			text-decoration: underline;
			text-shadow: 0 0 2px #fd4;
}

#top {
	margin: 10px 0;
	padding: 0 10px;
	height: 60px;
	}
	#top p {
		font-family: Diavlo;
		font-size: 12pt;
		color: #888;
		clear: both;
	}

#main {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	}
	#main_text_right {
		margin: 0;
		padding: 10px;
		float: right;
		width: 399px;		
	}
	#main_text_left {
		margin: 0;
		padding: 10px;
		float: left;
		width: 399px;		
	}
	#main p {
		margin-top: 20px;
}

#main_left_ul {
	list-style: none;
	padding: 0;
	}
	#main_left_ul li{
		margin-bottom: 20px;
}
#main_ul_list {
	 padding-left: 20px;
	}
	#main_ul_list li {
		margin-bottom: 10px;
}

#footer {
	margin: 0;
	padding: 20px 5px 0 0;
	clear: both;
	text-align: right;
	color: #bbb;
	font-size:80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	#footer_c {
		margin: 0;
		padding: 5px 0 0;
		clear: both;
		height: 10px;
		text-align: center;
		color: #ccc;
		font-size:80%;
	}
	#footer_c a, #footer_c a:hover {
		text-decoration: none;
		color: #ddd;
	}
	.footer_list {
		float: left;
		text-align: left;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		}
		#footer ul {
			padding-left: 10px;
			list-style: none;
		}

#table{
	background: #ccc;
	}
	#table td {
		background: #fff;
		padding: 5px;
		text-align: center;
}

#around {
		margin-top: 40px;
	}
	#around table {
		margin: auto;
}

#mailform {
	text-align:center;

	}
	#mailform label {
		font-weight: bold;
	}
	#mailform fieldset {
		border: 1px solid #ccc;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		padding: 20px;
	}
	#mailform legend {
		font-weight: bold;
		padding: 4px 8px;
}