/* CSS Document */

body {
margin:0px;
padding:0px;
border:0px;
background-color:#ffffff;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
color:#3e2f1b;;
}

#header {
width:999px;
height:123px;
text-align:left;
margin-left:auto;
margin-right:auto;
clear:both;
position:relative;
}
#logo {
position:absolute;
top:22px;
left:190px;
}
#logo img {
width:200px;
}
#header_text {
position:absolute;
top:75px;
right:31px;
}

#main_shadow {
width:999px;
text-align:left;
margin-left:auto;
margin-right:auto;
clear:both;
background-image:url(../images/main_shadow_bg.png);
background-repeat:repeat-y;
}
#main {
background-image:url(../images/main_shadow_bottom_bg.png);
background-repeat:no-repeat;
background-position:bottom;
min-height:690px;
height:auto !important;
height:690px;

padding:0 15px 30px 173px;
position:relative;
clear:both;
}
#teaser {
min-height:282px;
height:auto !important;
height:282px;
position:relative;
}

/* menu main */
#menu_main {
position:absolute;
left:0px;
top:27px;
width:173px;
}
#menu_main ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu_main li {
	height:65px;

}
#menu_main ul a {
background:url(../images/menu_main_bg.png) no-repeat;
color:#ffffff;
display: block;
/*
height:60px;
width:173px;
*/
width:158px;
height:50px;
/* padding:10px 0px 5px 15px; */
padding:10px 0px 5px 15px;
/*
padding: 0 17px 0 12px;
*/
text-decoration: none;
font-size:12px;
}
#menu_main ul a.active {
background:url(../images/menu_main_active_bg.png) no-repeat;
color:#ffffff;
text-decoration: none;
}
#menu_main ul a:hover {
background:url(../images/menu_main_active_bg.png) no-repeat;
color:#ffffff;
text-decoration: none;
}



* html body #menu_main ul a { 
   width:100%; 
   height:100%; 
}

#menu_main ul a b {
font-size:17px;
line-height:22px;
}


/* submenu */
#submenu {
clear:both;
/*
height:33px;
line-height:33px;
*/
height:50px;
line-height:18px;
background-image:url(../images/submenu_bg.png);
background-repeat:repeat;
}
#submenu ul {
height: 50px;
list-style-type: none;
margin: 0;
padding: 0;
}
#submenu li {
float: left;
}
#submenu ul a {
color: #646262;
display: block;
line-height: 18px;
padding: 7px 11px;
text-decoration: none;
font-size:13px;
text-align:center;
}
#submenu ul a.active {
background:url(../images/submenu_active_bg.png) repeat;
color: #FFFFFF;
}
#submenu ul a:hover {
background:url(../images/submenu_active_bg.png) repeat;
color: #FFFFFF;
}


#content {
padding:25px 0 65px 0;
}
/* default.tpl */
#content_default {
padding:25px 145px 65px 45px;
}
/* kontakt.tpl */
#content_contact {
padding:25px 45px 65px 45px;
}
#contact_top {
clear:both;
}
#contact_left {
float:left;
width:340px;
/* background:green; */
}
#contact_right {
float:left;
width:340px;
padding-left:20px;
/* background:blue; */
}

/* homepage home.tpl */
#home_navi {
position:absolute;
bottom:20px;
left:45px;
}
#home_content_left {
float:left;
width:145px;
padding:2px 0 0 45px;
}
#home_content_right {
float:left;
width:550px;
}


/* realizace */
/*
#content_realizace .csc-textpic-imagewrap {
width:320px;
}
#content_realizace .csc-textpic-text {
width:320px;
}
*/
#content_realizace {
width:811px;
padding:26px 0px 0px 0px;
}
#content_realizace img {
width:51px;
height:46px;
}
#content_realizace .csc-textpic-image {
width:51px !important;
}
#content_realizace .csc-header {
padding:0 0 0 322px;
}
#content_realizace .csc-textpic {
clear:both;
width:811px !important;
}
#content_realizace .csc-textpic .csc-textpic-text {
float:right;
/* width:511px !important; */
width:449px !important;
padding:0 40px 0 0;
}
#content_realizace .csc-textpic .csc-textpic-imagewrap {
float:left;
/* width:300px !important; */
width:255px !important;
padding:5px 0 0 45px;
}
#content_realizace .csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow {
width:255px !important;
}
#content_realizace .csc-default {
clear:both;
width:811px !important;
}
#content_realizace .csc-default .divider hr {
clear:both;
height:5px;
line-height:5px;
font-size:1px;
border:0px none;
background:url(../images/separator.png) no-repeat;
margin:15px 0 20px 0;
}

IMG {
border:0px;
}

p.bodytext {
margin:4px 0 12px 0px;
}

h1 {
color:#b80707;
font-size:16px;
line-height:20px;
text-transform:uppercase;
font-weight:normal;
margin:11px 0 5px 0;
}
#content h1 {
margin:3px 0 5px 0;
}
h2 {
font-size:12px;
line-height:17px;
margin:0px;
}

/* links */
a:link, a:visited, a:active, a:hover {
text-decoration:underline;
color:#3e2f1b;;
}


a:focus {
outline: 0 none;
}
