
/* zakladni elementiky */

body { 
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;

    color: #555;
}

h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
	
	color: #000;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.2em;
	
	color: #000;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: #000;
}

a {
	text-decoration: underline;
	
    color: #555;
}

a:hover {
	text-decoration: none;
}

h2 a { 
    text-decoration: none;
}

h2 a:hover { 
    text-decoration: underline;
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

h2 span { 
    display: none;
}

.panel { 
    width: 272px;

    float: left;

    margin-right: 6px;
    margin-bottom: 6px;

    background: white;
}

.panel h2 { 
    height: 103px;

    margin: 0px;
    padding: 0;
}

.panel a { 
    display: block;
    height: 100%;
}

.panel p { 
    margin: 15px;

    height: 94px;
}

.page { 
    border-top: 1px solid white;
}

.page .heading { 
    width: 272px;
    height: 103px;

    float: left;

    border-top: 1px solid white;
}

.article-page .heading { 
    width: 180px;
}

.page h2 a { 
    display: block;
    height: 100%;
}

.page-content { 
    float: left;

    width: 505px;

    margin-left: 15px;

    border: 0px solid red;
}

.article .page-content { 
    width: 615px;
}

#panel-strechy .heading { 
    background: white url("../images/layout/strechy.jpg") no-repeat;
}

#panel-vyskove-prace .heading { 
    background: white url("../images/layout/vyskove-prace.jpg") no-repeat;
}

#panel-stavebni-prace .heading { 
    background: white url("../images/layout/stavebni-prace.jpg") no-repeat;
    margin-right: 0;
}

#panel-stavebni-prace { 
    margin-right: 0;
}

#panel-uvodni-slovo .heading { 
    background: white url("../images/layout/uvodni-slovo.jpg") no-repeat;
}

#panel-aktuality .heading { 
    background: white url("../images/layout/aktuality.jpg") no-repeat;
}

#panel-reference .heading { 
    background: white url("../images/layout/reference.jpg") no-repeat;
    margin-right: 0;
}

#panel-reference { 
    margin-right: 0;
}

#panel-kontakt .heading { 
    background: white url("../images/layout/kontakt.jpg") no-repeat;
    margin-right: 0;
}

