html,body{ 
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design/background.jpg);
}

/* ************************************************* BEGIN OF DESIGN */
div.stranka{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

div.top_banner{
	width: 980px;
	height: 280px;
	background: url(../images/design/top_back.jpg);
}

div.content{
	width: 100%;
	background: url(../images/design/back.jpg);
}

.content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    width: 300px;    
    background: url(../images/design/menu_back.jpg) no-repeat;
    float: left;
    text-align: center;
}

div.left_frame_padding{
    padding: 0px 0px 0px 30px;
}

div.language{
    text-align: center;
    padding: 20px 0px 0px 0px;
}

div.left_banner_padding{
    padding: 20px 0px 20px 30px;
}

div.right_frame{
    width: 680px;
    float: right;
}

div.right_frame_padding{
    padding: 10px 70px 10px 10px;
    line-height: 18px;
}

div.bottom_back{
    height: 106px;
    width: 100%;
    background-image: url(../images/design/bottom_background.jpg);
    text-align: center;
}

div.bottom{
    margin: 0px auto;
    height: 120px;
    width: 100%;
    background-image: url(../images/design/footer.jpg);    
}

div.bottom_padding{
    padding-top: 9px;
    color: #d9655a;
}

div.clanok{
    clear: both;
}

.clanok:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.created{
    padding: 18px 0px 0px 0px;
    color: #a0a0a0;
    font-size: 9px;
    text-align: center;    
}

/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

table.border td{
    border: 1px solid #cccccc;
    padding-left: 5px;
    padding-right: 5px;
}


table.border{
    border-collapse: collapse;
}

table.border td{
    border: 1px solid #000;
    text-align: center;
}

tr.black td{
    background: #c0c0c0;
    font-weight: bold;
}

table.noborder td{
    border: 0px;
}

tr.header td{
	background-color: #ebe5cf;
}

td{
   font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
   font-size : 12px;	
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.required{
    font-weight: bold;
    color: #770e11;
}

td.foto{
    text-align: center;
    vertical-align: middle;
    padding: 1px;
}

td.right{
    text-align: right;
}

tr.header td{
    background: #ffff99;
    font-weight: bold;
}

td.color1{
    background: #7aa5da;
}

td.color2{
    background: #2b497b;
    color: #fff;
}

td.color3{
    background: #7ac9da;
}

td.color4{
    background: #e2c897;
}

td.color5{
    background: #d49438;
}

td.color6{
    background: #00ccff;
}
/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #770e11;
	text-decoration: none;	
}

a:hover{
    color: #000;
    text-decoration: underline;
}

a.bottom{
    font-weight: normal;
    color: #a0a0a0;
    text-decoration: none;
}

a.bottom:hover{
    color: #000;
    text-decoration: none;
}

ul.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 300px;
}

ul.menu li{
    display: block;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
}

ul.menu li a{
    color: #cba760;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: block;
}

ul.menu li a:hover{
    color: #000;
    text-decoration: none;
}

div.breadcrumbs{
    font-size: 9px;
    color: #c0c0c0
}

div.breadcrumbs a{
    color: #c0c0c0;
}

div.breadcrumbs a:hover{
    color: #000;   
}

a.objednavka{
    padding: 5px 10px;
    background: #770e11;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

a.objednavka{
    text-decoration: none;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #770e11;
	margin: 0px;	
	padding: 7px 0px 0px 10px;
}

h2{
	font-size: 14px;
	color: #770e11;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 a{
    color: #770e11;
    text-decoration: none;
}

h2 a:hover{
    color: #000;
    text-decoration: underline;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */
hr{
    border: 1px solid #cccccc;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    margin-top: 10px;
    height: 1px;
}

span.highlite{
	color: #85a9d1;
}

span.message{
    color: #9f8305;
    font-weight: bold;
}

span.error{
	font-weight: bold;
	color: #c5464d;
}

.defaultErr{
    color: #770e11;
}

span.datum{
    color: #c0c0c0;
    font-size: 9px;
}

span.low{
    font-size: 9px;
    color: #7b7b7b;
}

span.left_title{
    color: #770e11;
    display: block;
    text-align: center;
    font-size: 20px;
}

.message{
    font-size: 18px;
    color: #770e11;
    margin: 0px 0px 20px 0px;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 30px;
}

ul li ul{
    list-style-type: square;
    padding-left: 20px;
}

li{
    margin: 0px;
    padding: 0px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
	border: 0px;
}

img.border{
 	border-width: 1px;
 	border-style: solid;
 	border-color: #b0b0b0; 	
 	padding: 1px;
}

img.left{
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
}

img.right{
	margin-left: 5px;
	margin-top: 5px;	
	float: right;
}

div.language img{
    padding: 10px;
}

.left_frame img{
    margin-bottom: 5px;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
.center{
    text-align: center;
}

p{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p.right{
    text-align: right;
}

div.left{
    float: left;
}

div.right{
    float: right;
}

form{
	margin: 0px;
}

input.text{
    width: 300px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 3px;
    color: #909090;
}

input.submit{
	color: #fff;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ae484b;
	background-color: #770e11;
    padding: 5px;
}

textarea{
	font-family: tahoma;
	font-size: 11px;
	height: 100px;
	color: #909090;
    width: 300px;
    padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

select{
	font-size: 11px;
	width: 308px;
	padding: 1px;
}

fieldset{
	background-color: #ebe5cf;
	border-width: 1px;
	border-style: solid;
	border-color: #bebdb8;
	margin-bottom: 10px;
	padding: 10px;
}

legend{
	font-weight: bold;
	color: #000000;
}
