body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial;
	background-color: #e0e0e0;
	background-image: url(./pics/background.png);
	background-repeat: repeat-x;
	position: relative;
}
p {margin: 0; padding: 0;}
#envelope {
	text-align: left;
	margin: 0px auto;
	width: 898px;
   font-size: 8pt;
   color: #66aaaa;
   background-color: white;
}
#envelope a {
   color: #ff8c00;
   font-weight: bold;
   text-decoration: underline;
}
#envelope a:hover {
   text-decoration: none;
}

/* horni pruh & menu */
#upper {
   width: 898px;
   height: 202px;
   background-image: url(./pics/upper.png);
   position:relative;
   color: white;
   position: relative;
}
#upper a#mainlink {
   position: absolute;
   left: 53px;
   top: 12px;
   width: 236px;
   height: 175px;
   display: block;
}
#upper a {
   color: white;  
   font-weight: normal; 
   text-decoration: none;
   margin: 0 5px;
   font-size: 8pt;
}

#upper #links {
   position: absolute;
   left: 330px;
   top: 17px;
}
#upper #languages {
   position: absolute;
   left: 733px;
   top: 17px;
}
#upper #welcomeText {
   position: absolute;
   left: 342px;
   top: 104px;
   width: 328px;
   font-size: 9pt;
}
#upper #register {
   position: absolute;
   left: 349px;
   top: 155px;
}
#upper #obj {
   position: absolute;
   left: 474px;
   top: 155px;
}

#upper #register a , #upper #obj a {
   color: #7a7a7a;
   font-weight: bold;
   font-size: 9pt;
   display: block;
   width: 85px;
}

#menu {
   width: 898px;
   height: 31px;
   background-image: url(./pics/menu.png);
}
#menuRight {
   width: 185px;
   padding-top: 13px;
   float: right;
   text-transform: uppercase;
   font-family: "arial narrow";
   font-weight: bold;
   font-size: 10pt;
   color: white;
}
#menu a {
   margin-top: 7px;
   width: 131px;
   height: 17px;
   display:block;
   float: left;
   background-image: url(./pics/menuItem.gif);
   color: #DFA4AA;
   text-decoration: none;
   text-transform: uppercase;
   padding-top: 7px;
   text-align: center;
   font-size: 7pt;
}

#menu a:hover {
   margin-top: 3px;
   width: 131px;
   height: 19px;
   background-image: url(./pics/menuItemHover.gif);   
   color: #C12030;
   padding-top: 9px;
   font-weight: bold;
}

/* pravy pruh */
#rightStripe {
   width: 195px;
   float: left;
   padding-bottom: 20px;
}
#rightFilter {
   width: 195px;
   height: 115px;
   height: 65px;
   background-color: #DFDFDF;   
   background-image: url(./pics/rightStripe1.png);   
   background-repeat: repeat-x;
   text-align: center;
   padding-top: 14px;
}
#rightFilter #fulltext {
   width: 172px;
   font-size: 8pt;
}

#rightFilter select {
   width: 175px;
   height: 18px;
   margin: 4px 0;
   font-size: 8pt;
}
#rightLogin {
   width: 175px;
   background-image: url(./pics/rightStripe2.png);
   background-repeat: repeat-x;
   background-color: white;
   color: #545454;
   padding: 7px 10px;
   font-size: 7pt;
}
#rightLogin h3 {
   margin: 0 0 16px 0;
   text-transform: uppercase;
   font-family: "arial narrow";
   font-weight: bold;
   font-size: 10pt;
   color: white;
}
#rightLogin table#login {
   font-weight: bold;
   font-size: 10pt;
   width: 100%;
   color: #7a7a7a;   
}
#rightLogin table#login input {
   width: 115px;
   float: right;
   font-size: 8pt;
}

#rightLogin a {
   color: #7a7a7a;
   text-decoration: none;
   font-weight: normal;
   font-size: 8pt;
}

/* prostredni cast - hlavni pruh*/
#main {
   position: relative;
   width: 643px;
   float:left;
   padding: 30px 30px 30px 30px;
	background-color: white;
	color: black;
	font-size: 12px;
}


#main a.downsort,
#main a.upsort {
   display: block;
   width: 8px;
   height: 11px;
   float: left;
   margin: 2px 0 0 1px;
   background-repeat: no-repeat;
}
#main a.upsort {
   background-image: url(./pics/up_grey.png);
}
#main a.downsort {
   background-image: url(./pics/down_grey.png);
}
#main a.upsort:hover {
   background-image: url(./pics/up_red.png);
}
#main a.downsort:hover {
   background-image: url(./pics/down_red.png);
}

h2 {
   color: #324e53;
   margin-top: 0;
   font-size: 14pt;
   text-transform: uppercase;
   font-weight: normal;
   height: 28px;
   background-image: url(./pics/h2Stripe.png);
   background-repeat: no-repeat;
   background-position: left bottom;   
   position: relative;
}

#main h3 {
   color: #324e53;
   margin-top: 20px;
   margin-bottom: 10px;
   margin-left: 15px;
   font-size: 13pt;
   font-weight: normal;
   height: 28px;
   background-image: url(./pics/h2Stripe.png);
   background-repeat: no-repeat;
   background-position: left bottom;   
}

/* add_new */

/* company homepage */
#main a.bigLink {
   display: block;
   text-align: center;
   width: 100%;
   height: 22px;
   padding-top: 8px;
   margin: 1px 0px;
   background-color: #e8e8e8;
   text-decoration: none;
   color: black;
   font-weight: normal;
}
#main a.bigLink:hover {
   background-color: #cccfcf;
}

/* formulare */
#main table.view,
#main table.create_form {
   width: 553px;
   color: black;
   font-size: 12px;
   margin: 20px auto;
}

#main table.view {
   width: 580px;
}
#main table.view th {
   background-color: #cccfcf;
   padding: 1px 3px;
}
#main table.create_form th {
   background-color: #cccfcf;
   text-align: center;
   padding: 8px 0px;
}
#main table.view td,
#main table.create_form td {
   background-color: #e8e8e8;
   padding: 1px 3px;
}
#main table.create_form td input {
   width: 420px;
}
#main table.create_form td select.wide {
   width: 420px;
}
#main table.create_form td textarea {
   width: 410px;
   height: 200px;
}

#main table.create_form td.a {
   width: 139px;
}
#main table.create_form td.b {
   width: 412px;
}


#main table.view th.a{
   width: 200px;
}
#main table.view td.b1{
   width: 100px;
}
#main table.view th.b{
   width: 300px;
}
#main table.view th.c{
   width: 20px;
}
#main table.view th.d{
   width: 20px;
}


#main input, 
#main select,
#main textarea {
   border: 1px solid gray;
   color: black;
   font-family: Tahoma;
   font-size: 12px;
   font-weight: normal;
}

/* slevy page specific */
#main table#slevy_tab {
   width: 100%;
   text-align: center;
}
#main table#slevy_tab th {
   border-bottom: 1px solid #66aaaa;
   border-top: 1px solid #66aaaa;
}
#main table#slevy_tab td {
   border-bottom: 1px solid #66aaaa;
   padding: 4px 0px;
}
#main table#slevy_tab td.a {
   color: #66aaaa;
   font-size: 16px;
   width: 80px;
}
#main table#slevy_tab td.b {
   color: red;
   font-size: 16px;
   width: 80px;
}
#main table#slevy_tab td.c {
   color: black;
   width: 340px;
   text-align: left;
}
#main table#slevy_tab td.d {
}
#main table#slevy_tab tr.blue {
   background-color: #66aaaa;
   color: white;
   text-align: left;
}
#main table#slevy_tab tr.blue td {
   padding: 3px 7px;
}


/* main page specific */
/* section */
#main .sectionCol {
   width: 268px;
   float: left;
   font-size: 12px;
   position: relative;
}
#main .backg {
   position: absolute;
   left: -30px;
   top: -30px;
   width: 298px;   
   background-image: url(./pics/leftSection.png);
   background-repeat: repeat-y;
   height: 545px;
}
#main .section {
   width: 218px;
   height: 60px;
   margin-left: 55px;
   position: relative;
}
#main .section a {
   text-decoration: none;
   font-weight: normal;
   color: #66aaaa;
   margin: 1px 2px;   
}

#main .section .title {
   color: #ff8c00;
   font-weight: bold;
   text-decoration: underline;
}
#main .section img {
   position: absolute;
   left: -55px;
   top: -10px;
}
/* mapa */
#main .map {
   float: right;
}

/* reklamy ads */
#main #ads {
   padding: 10px 0;
   clear: both;
   width: 100%;
   font-size: 11px;
   text-align: center;
}
#main #ads .ad {
   float: left;
   width: 190px;
   margin: 0 9px;
   color: #66aaaa;
}

/* spodni reklama */
#main #bottom {
   margin-top: 20px;
   clear: both;
   float: left;
   width: 100%;
   padding-bottom: 15px;
   background-image: url(./pics/mainBottom.png);
   background-repeat: repeat-x;
   background-position: bottom;
   position: relative;
   font-size: 11px;
   color: #66aaaa;
}

#main #bottom h2 strong {
   color: #324e53;
   font-weight: bold;
   margin: 0;
   display: inline;
}

#main #bottom strong {
   color: #ff8c00;
   font-weight: bold;
   margin: 0 0 0 7px;
   display: block;
}
#main #bottom ul {
   padding: 0;
   margin-left: 20px;
   list-style-image: url(./pics/odrazka.gif);
}
#main #bottom #cardsImg {
   position: absolute;
   right: 0px;
   bottom: 0px;
}

/* bottom - spodni lista */
#bottomStripe {
   clear: both;
	background-color: #e0e0e0;
	text-align: center;
	margin-bottom: 0px;
	color: #408282;
	background-image: url(./pics/bg_footer_in.png);
	background-position: left 18px;
	background-repeat: repeat-x;
}
#bottomStripe #redStripe {
	background-image: url(./pics/bar_bottom.png);
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 18px;
	margin-bottom: 10px;
}
#bottomStripe #redStripe a {
	color: white;
} 
#bottomStripe a:hover {
	text-decoration: underline;
} 
#bottomStripe a {
	color: #408282;
	margin: 0 5px;
	font-weight: normal;
	text-decoration: none;
}

/* general  */
.success_msg,
.error_msg {
   font-size: 12px;
   font-weight: bold;
   color: red;
}
.success_msg {
   color: green;
}
.success_msg,
.error_msg,
.siteLinks,
.central {
   text-align: center;
   width: 100%;
   display: block;
}

.siteLinks {
   margin: 7px 0;
}
.siteLinks b,
.siteLinks a {
   margin: 7px 4px;
}



.left {
   text-align: left;
}
.right {
   text-align: right;
}
form {
   margin: 0;
   padding: 0;
}

input.picture {
   margin: 10px 0 10px 32px;
   display:block;
   border: none;
   width: 112px; 
   height: 28px;
   background-image: url(./pics/button.gif);
   background-color: transparent;
   color: #7a7a7a;
   font-weight: bold;
   font-size: 9pt;
   margin: 3px auto;
}
.in {
}

p#doporuc {
 width: 898px;
 text-align: center;
 margin: 0 auto;
 font-size: 10px;
}

p#doporuc a{
 font-size: 9px;
 color: #808080;
}

#main .home_intro {
  padding-left: 290px;
  margin-bottom: 20px;
}
