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

  Created by Michal Sara

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


/* --- MAIN --- */

body {
	background: url("images/back.png") repeat 0 0 #f9f8f5;
	font-family: Helvetica;
	font-size: 11pt;
	color: #555;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	text-shadow: #eee 1px 1px 1px;
}

h1 {
	font-size: 140%;
	color: #D14F3A;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
}
h2 {
	font-size: 110%;
	color: #cd6a5a;
	margin-top: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	font-style: italic;
}
a {
	color: #c60;
	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: 1px solid #eee; -moz-border-radius: 10px; -webkit-border-radius: 10px; -webkit-box-shadow: 0px 0px 5px #666; -moz-box-shadow: 0px 0px 5px #666;}

/* --- ID --- */
#obrazek {
	text-align: center;
	margin-top: 30px;
}


#top {
	margin: 20px auto 0;
	width: 925px;
	height: 25px;
	padding: 0;
	background: url("images/top.png") repeat-y 0 0;
}
#bot {
	margin: auto;
	color: #ccc;
	font-size: 75%;
	margin-bottom: 30px;
	text-align: center;
	width: 925px;
	height: 25px;
	padding: 0;
	background: url("images/bot.png") repeat-y 0 0;
	}
	#bot a {
		color: #ccc;
		text-decoration: none;
	}
	#bot a:hover {
		text-decoration: underline;
}
#plain {
	width: 905px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background: url("images/mid.png") repeat-y 0 0;
}
#cont {
	margin: auto;
	width:  900px;
	min-height: 550px;
	background: url("images/consulting.jpg") no-repeat 20px bottom;
}

#left {
	float: left;
	margin-left: 20px;
	width: 196px;
}

#menu {
	border-bottom: 1px solid #ccc;
	margin-left: 240px;
	margin-right: 10px;
	width: 639px;
	}
	#menu ul {
		margin: 10px 0;
		padding: 0px;
		text-align: center;
		}
		#menu li {
			display: inline;
			padding: 5px;
			letter-spacing: 0px;
	}
	#menu a {
		color: #555;
		text-decoration: none;
		font-variant: small-caps;
		}
		#menu a:hover {
			color: #c60;
			text-decoration: underline;
}

#main {
	margin-left: 230px;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 30px;
	width: 639px;
	}
	#main p {
		padding: 0;
		margin: 0;
	}
	#main li {
		line-height: 20px;
}
