@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------
INDEX Style Sheet (for browsers IE7, Opera, FireFox, Konqueror)
version 2.1
author: GOBE (Ludvik Kovar)
email: info@gobe-design.com
website: http://www.gobe-design.com
------------------------------------------------------------------------------------ */

/*-----OBSAH------------------------------------------------------------------------ */
/* Box pro text
------------------------------------------------------------------------------------ */
#boxText { width: 470px; height: 280px; float: left; margin: 15px 0 0 15px;
background: url(../img/index/podklad01.jpg) left bottom no-repeat;
display: inline; }
/* Obrazek o společnosti
------------------------------------------------------------------------------------ */
#imgCompany { width: 130px; height: 103px; float: left; margin: 10px 0 10px 10px;
display: inline; }
/* Text o společnosti
------------------------------------------------------------------------------------ */
#textCompany { width: 310px; height: 103px; float: right; margin: 10px 10px 10px 0;
color: #CCCCCC; display: inline; }
/* Nadpis nabizime
------------------------------------------------------------------------------------ */
#titleOffer { width: 410px; margin: 10px 0 0 20px; border-bottom: #CCCCCC dotted 1px;
color: #FF0000; font-size: 150%; font-weight: bold; padding-left: 20px;  }
/* Text nabizime
------------------------------------------------------------------------------------ */
#textOffer { width: 440px; margin: 5px 0 15px 10px; color: #CCCCCC; }
#textOffer ul { margin: 0 0 0 25px; padding: 0; }


/* Box pro plosiny na leve strane
------------------------------------------------------------------------------------ */
#boxLeft { width: 180px; height: 280px; float: left; margin: 15px 0 0 0; 
display: inline; }


/* Box plosiny na aute
------------------------------------------------------------------------------------ */
#boxInCar { width: 180px; height: 130px; margin: 0;
background: url(../img/index/img02.png) left bottom no-repeat; }
/* Nadpis v boxu
------------------------------------------------------------------------------------ */
#titleInBox { color: #FF0000; margin: 85px 0 0 0; text-align: center; float: left;
width: 180px; }
#titleInBox a { color: #FF0000; text-decoration: none; }
#titleInBox a:visited { color: #666666; text-decoration: none; }
#titleInBox a:hover { color: #FFBFBF; text-decoration: none; }
/* Text v boxu
------------------------------------------------------------------------------------ */
#textInBox { width: 180px; margin: 3px 0 0 0; text-align: center; float: left; }

/* Box privesne plosiny
------------------------------------------------------------------------------------ */
#boxappended { width: 180px; height: 130px; margin: 20px 0 0 0;
background: url(../img/index/img03.png) left bottom no-repeat; }
/* Nadpis v boxu
------------------------------------------------------------------------------------ */
#titleInBox01 { color: #FF0000; margin: 85px 0 0 0; text-align: center; float: left;
width: 180px; }
#titleInBox01 a { color: #FF0000; text-decoration: none; }
#titleInBox01 a:visited { color: #666666; text-decoration: none; }
#titleInBox01 a:hover { color: #FFBFBF; text-decoration: none; }
/* Text v boxu
------------------------------------------------------------------------------------ */
#textInBox01 { width: 180px; margin: 3px 0 0 0; text-align: center; float: left; }


/* Box pro plosiny na prave strane
------------------------------------------------------------------------------------ */
#boxRight { width: 180px; height: 280px; float: right; margin: 15px 0 0 0;
display: inline; }

/* Box nuzkove plosiny
------------------------------------------------------------------------------------ */
#boxScissors { width: 180px; height: 130px; margin: 0;
background: url(../img/index/img04.png) left bottom no-repeat; }
/* Nadpis v boxu
------------------------------------------------------------------------------------ */
#titleInBox02 { color: #FF0000; margin: 85px 0 0 0; text-align: center; float: left;
width: 180px; }
#titleInBox02 a { color: #FF0000; text-decoration: none; }
#titleInBox02 a:visited { color: #666666; text-decoration: none; }
#titleInBox a:hover { color: #FFBFBF; text-decoration: none; }
/* Text v boxu
------------------------------------------------------------------------------------ */
#textInBox02 { width: 180px; margin: 3px 0 0 0; text-align: center; float: left; }

/* Box Kloubove plosiny
------------------------------------------------------------------------------------ */
#boxLink { width: 180px; height: 130px; margin: 20px 0 0 0;
background: url(../img/index/img05.png) left bottom no-repeat; }
/* Nadpis v boxu
------------------------------------------------------------------------------------ */
#titleInBox03 { color: #FF0000; margin: 85px 0 0 0; text-align: center; float: left;
width: 180px; }
#titleInBox03 a { color: #FF0000; text-decoration: none; }
#titleInBox03 a:visited { color: #666666; text-decoration: none; }
#titleInBox03 a:hover { color: #FFBFBF; text-decoration: none; }
/* Text v boxu
------------------------------------------------------------------------------------ */
#textInBox03 { width: 180px; margin: 3px 0 0 0; text-align: center; float: left; }

/* AKTUALITY
------------------------------------------------------------------------------------ */
#boxActaility { width: 860px; height: 111px; margin: 5px 0 15px 0;
background: url(../img/index/podklad02.png) left bottom no-repeat; }

#titleBoxActuality { margin: 10px 0 0 15px; color:#FF0000; }

#subtitleBoxActuality { margin: 30px 0 0 15px; &margin: 20px 0 0 15px;
 color:#FFFFFF; }

#textBoxActuality01 { margin: 5px 0 15px 15px; float: left; display: inline; }
#textBoxActuality01 a { color: #CCCCCC; font-weight: bold; }
#textBoxActuality01 a:visited { color: #666666; font-weight: bold; }
#textBoxActuality01 a:hover { color: #FFFFFF; font-weight: bold; }

#textBoxActuality02 { margin: 5px 15px 15px 0; float: right; display: inline; }


/*-----KONEC OBSAHU----------------------------------------------------------------- */