BODY {
	background: url("/images/b_body.gif") #FFF4C3;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 70%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

BODY#uvod {
	background: none;
	background-color: #7D091E !important;
}

BODY#uvod #container {
	background: none !important;
	width: 800px;
	height: 600px;
	margin: -300px auto 0px -400px;
	text-align: left;
	/*border: 1px solid #000000;*/
	position: absolute;
	left: 50%;
	top: 50%;
}
	
	BODY#uvod #container #logo {
		margin: 25px 0 25px 25px;
	}
	
	BODY#uvod #container #menu {
		float: left;
		padding-left: 125px;
		padding-top: 25px;
	}
	
		BODY#uvod #container #menu A {
			color: #FFFFFF;
			font-size: 165%;
			font-weight: bold;
			text-decoration: none;
		}

		BODY#uvod #container #menu A:hover {
			text-decoration: underline;
		}
	
	BODY#uvod #container #flash {
		margin-left: 498px;
	}

#container {
	background: url("/images/b_container.gif");
	background-repeat: repeat-y;
	margin: 0;
	margin-bottom: 1em;
	width: 760px;
}

#logo {
	margin-left: 10px;
}

#main {
	background: url("/images/b_main.gif");
	background-repeat: no-repeat;
	min-height: 670px;
	height: 670px;
	padding-bottom: 1em;
}

HTML>BODY #main {
	height: auto;
}

#fix-height {
	display: inline;
	width: 1px;
}

#column-left {
	background: url("/images/b_column-left.gif");
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 1em;
	padding: 95px 0 1em 50px;
	width: 180px;
}

	#column-left UL {
		list-style-type: circle;
		margin: 0;
		padding: 0;
	}
	
	#column-left UL#menu-main {
		background: url("/images/b_menu-left.gif");
		background-repeat: repeat-y;
		list-style-type: none;
		padding: 0.5em 0 0.5em 1em;
	}
	
	#column-left LI {
		margin: 0;
		padding: 0;
	}
	
	#column-left UL.sub LI {
		margin-left: 2em;
	}
	
	#column-left A {
		/*color: #B16502;*/
		text-decoration: none;
	}
	
	#column-left A:hover {
		text-decoration: underline;
	}
	
	#column-left #vyhledavani {
		
	}
		
		#column-left #vyhledavani H4 {
			font-size: 100%;
			margin-bottom: 0.25em;
			padding-left: 1em;
		}
		
		#column-left #vyhledavani P {
			margin-top: 0.25em;
		}
		
		#column-left #vyhledavani INPUT.text {
			border: 1px solid #E6BF00;
			width: 110px;
		}
		
		HTML>/**/BODY #column-left #vyhledavani INPUT.button {
			font-size: 100%;
		}
		
		#column-left #vyhledavani INPUT.button {
			font-size: 90%;
			font-weight: bold;
			padding: 0 0.25em;
			width: 55px;
		}

#content {
	background: url("/images/b_content.jpg");
	background-position: 100px 25px;
	background-repeat: no-repeat;
	/*color: #003A55;*/
	clear: right;
	/*float: left;
	width: 450px;*/
	color: #000000;
	margin-left: 265px;
	padding-top: 150px;
	
    }

#footer {
	background: url("/images/b_footer.gif");
	background-repeat: repeat-y;
	clear: both;
	height: 100px;
}

H1 {
	font-size: 180%;
	line-height: 125%;
	margin-bottom: 0.5em;
	margin-top: 0;
}

H2 {
	font-size: 140%;
	line-height: 125%;
	margin-bottom: 0.5em;
}

H3 {
	font-size: 115%;
	line-height: 125%;
	margin-bottom: 0.0em;
}

A {
	color: #663300;
}

P {
	margin: 0.5em 0;
}

SMALL {
	font-size: 95%;
}

HR {
	background-color: #0099CC;
	border: none;
	height: 1px;
	width: 50%;
}

INPUT {
	font-family: "Trebuchet MS";
	padding: 0.15em 0.25em;
}

DT, DD {
	margin-bottom: 0.5em;
}

DT {
	float: left;
	font-weight: bold;
}

DD {
	margin-left: 4em;
}

.columns {
	margin-top: 1em;
}

.column-left {
	border-right: 1px solid #0099CC;
	float: left;
	padding-right: 2%;
	width: 47%;
}

HTML>/**/BODY .column-right {
	margin-left: 53%;
	padding: 0;
}

.column-right {
	padding-left: 2%;
	width: 47%;
}

.certifikaty {
	margin: 0 auto;
	text-align: center;
}

.certifikat {
	display: inline;
	/*float: left;*/
	margin: 0 2em 2em 0;
}

.certifikat img { background-color: #ffffff; }

.clear-both {
	clear: both;
}

.licha TR {
	background-color: #fff4c3;
}

.suda TR {
	background-color: #ffff99;
}

.kone-cenik {
	text-align: center;
	font-size: 90%;
}
	
	.kone-cenik TH {
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		border-top: 2px solid #000000;
		padding: 0.1em 0.35em;
	}
	
	.kone-cenik TBODY TH {
		text-align: left;
		border: none;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		padding: 0.1em 0.35em;
	}
	
	.kone-cenik TD {
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		padding: 0.1em 0.35em ;
	}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.label {
	float: left;
	font-weight: bold;
}

FIELDSET .right {
	margin-left: 7.5em;
}

IMG.img, IMG.img-left {
	clear: right;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

IMG.img-left {
	float: left !important;
}

TABLE.table {
	border: 1px solid #000000;
}

TABLE.table TH, TABLE.table TD {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0.25em;
}

TH, TD {
	padding: 0.25em;
}

.produktovy-letak {
	background: url("/images/pdf.png") #FFF4C3;
	background-position: 7.5px 12.5px;
	background-repeat: no-repeat;
	border: 1px solid #E6BF00;
	font-size: 90%;
	margin: 0.5em 0;
	padding: 0.5em;
	padding-left: 3em;
	text-align: right;
	width: auto;
}

.porovnani {
	
	font-size: 140%;
	margin: 1.5em 0;
	
	text-align: left;
	width: auto;
}
.porovnani a {
	display: block;
	margin: 5px;
}

/*.casopis {
	display: inline;
	margin: 0 1% 0 0;
	width: 30%;
}*/

.partner, .kontakt {  }
.partner IMG, .kontakt IMG { margin-bottom: 0.5em; margin-left: 0.5em; }
.partner HR, .kontakt HR { clear: right; width: 100%; }
.kontakt P { margin: 0; }

#doporucuje {
	border-left: 1px solid #0099CC;
	padding-left: 15px;
	position: absolute;
	left: 775px;
	top: 185px;
	width: 220px;
}
	
	#doporucuje DIV {
		/*background: url("/schaumann/images/b_doporucuje.gif");*/
		background-color: #FFD400;
		background-repeat: repeat-x;
		border: 1px solid #FFD400;
		border-width: 1px 0 1px 0;
		padding: 5px 10px;
	}

table.table{
	margin: 0 auto;
	}

div#prednasky {
	position: relative;
	float: right;
	margin-top: 0;
	padding-top: 0;
}
div#seminarText {
	margin-bottom: 2em;
}


h1 {
    font-size: 230%;
    color: black;
    text-align: left;
    padding-left: 0.5em;
    margin-bottom: 1em;
    font-weight: normal;
    border-bottom: 1px solid black;
}

ul{
    list-style-type: square;
    /*list-style-image: url('/images/odrazka.gif');*/
    }
ul#menu-main, ul#menu-main li{
	list-style-image: none;
	}
ul#menu-main ul.sub li{ 
	list-style-type: square;
	/*list-style-image: url('/images/odrazka_menu.gif');*/
    }
div.prehled {
	margin-top: 1em;
	}
	

div.prehled ul{
	list-style-type: square;
	/*list-style-image: url('/images/odrazka.gif');*/
	}
div.prehled ul li{
    }
div.prehled div.image {
	text-align: center;
	}
div.prehled div.image img{
    border: 0;
    }
div.prehled div.image span{
	display: block;
	font-style: italic;
	}
div.prehled h2 {
	display: block;
	color: white;
	background: #0099CC;
	padding: 0.5em;
}

div.prehled p.slogan {
    display: block;
    color: #0099CC;
    font-size: 120%;
    font-weight: bold;
}

div.prehled h5 {
    display: block;
    color: #0099CC;
    font-size: 120%;
    font-weight: bold;
    margin: 0.5em 0 0;
   
}

div.prehled h4 {
    display: block;
    padding: 0.2em 0.5em;
    color: white;
    background: #0099CC;
}
div.prehled dt {
    display: block;
    float: none;
}
div.prehled dd {
    display: block;
}