/*
orange
231,123,64

*/
body, div, ul, h1, h2, h3, h4, p {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	font-family: verdana;
	color: rgb(0,0,0);
	font-size: 14px;
}
body {
	background-color: rgb(255,255,255);
}
a {
	color: rgb(0,0,0);
	text-decoration: none;
}
div.main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 10px;
}
div.title {
	background-image: url('graphic/design_01.jpg');
	height: 180px;
}
div.menu {
	background-image: url('graphic/design_02.jpg');
	height: 48px;
	font-weight: bold;
}
	div.language {
		float: left;
		margin-top: 15px;
		padding-left: 20px;
		font-size: 11px;
	}
		div.language a {
			color: rgb(240,240,255);
		}
	div.menu_text {
		padding-right: 20px;
		text-align: right;
		padding-top: 12px;
		color: rgb(255,255,255);
	}
	div.menu_text a {
		color: rgb(255,255,255);
		font-size: 14px;
	}
div.submenu {
	background-color: rgb(224,97,29);
	float: right;
	margin-right: 10px;
	padding: 5px;
	text-align: right;
	width: 500px;
	font-size: 12px;
	margin-bottom: 20px;
	aborder-style: ridge;
	aborder-width: 2px;	
}
div.body {
	background-image: url('graphic/design_03.jpg');
	background-repeat: repeat-y;	
}

	div.body div.text {
		margin-left: 79px;
		background-image: url('graphic/design_04.jpg');
		background-repeat: repeat-y;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		
	}
		div.text p a {
			color: rgb(0,0,100);
		}
		/*div.text a {
			color: rgb(0,0,100);
		}
		*/
		div.text ul {
			margin-left: 20px;
			list-style-type: none;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		div.text ul p {
			/*description*/
			font-style:italic;
			font-size: 12px;
		}
		
		div.text ul li a {
			text-decoration: underline;
		}
		
		div.text ul.circle {
			margin-left: 20px;
			list-style-type: disc;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		div.text h1 {
			font-size: 14px;
			font-weight: bold;
			font-variant: small-caps;
			padding: 5px;
			margin-bottom: 5px;
		}
		div.text h2 {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 5px;
			margin-top: 10px;
		}
		
		div.text p.quotation {
			padding: 10px;
			padding-top: 0px;
			font-style: italic;
			font-size: 80%;
			width: 500px;
			border-bottom: solid 1px rgb(224,97,29);
			margin: 0px;
			margin-bottom: 10px;
		}
		div.text p.clanek {
			font-size: 11px;
			text-align: justify;
			padding-right: 10px;
			margin-top: 5px;
		}

div.foot {
		height: 15px;
		background-color: rgb(0,0,0);
		font-size: 10px;
		color: rgb(255,255,255);
		padding-top: 5px;
		padding-right: 5px;
		text-align: right;
}
	div.foot a {
		color: rgb(255,255,255);
	}
.selected {
	text-decoration: underline;
}

span.warning {
	color: rgb(55,0,0);
	abackground-color: rgb(224,97,29);
	font-size: 12px;

}

table.cv {
	border: solid 1px rgb(0,0,0);
	border-collapse: collapse;
}
	table.cv td {
		padding: 2px;
		
	}
	
	table.cv td.spol {
		background-color: rgb(224,97,29);
		border-width: 0px;
	}
