@import url("./stavba.css");
@import url("./diskuze.css");
@import url("./anketa.css");
/* default vlastnosti */
html {
 margin: 0;
 padding: 0;

}


body {
 margin: 0 auto;
 padding: 0;
 padding-top: 42px;
 max-width: 1200px;
}

p,body,ul,li,h1,h2,h3,h4,h5,h6,td,th,div,table,strong, input, textarea, select, a {
 font-size:small;
 font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
 color: #000;
 line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0px 0px 5px 0px; font-weight: bold; color: #000;
 text-align: left; display: block;
}

/*
h1 { font-size: 16px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

h4, h3 {
 text-align: right;
}

h1 a:visited {
 color: #666;
}

h3 {
 margin-bottom: 14px;
}
*/

a:link, a:visited, a:hover, a:active {
 color: #000;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

a img {
 border-width: 0px;
}

form {
 margin: 0 0;
 padding: 0 0;
}
/* default vlastnosti */

/* formulare */
input, textarea, select {
 border: 1px solid #CCC;
}

textarea {
 width: 97%; height: 160px;
 padding: 4px 4px;
}

input.CheckBox {
 border-width: 0px;
}

select {
}

input.Tlacitko {
 background-color: #EEE;
 border: 1px solid #CCC;
 width: auto; height: 20px;
 text-align: center;
 margin: 5px 0px 0px 0px;
 padding: 0px 15px;
}
/* formulare */


/* obecne vlastnosti */
.Center {
 text-align: center;
}

.FloatLeft {
 float: left;
 margin: 0px 0px;
}

.FloatRight {
 float: right;
 margin: 0px 0px;
}

sup, sub {
 font-size: 8px;
 vertical-align: top;
}

div.Divider {
 clear: both;
 height: 10px; font-size: 1px;
}

div.alert {
 padding: 5px 5px;
 font-weight: bold;
 margin-bottom: 12px;
 border-bottom: 2px dotted #CCC;
}
div.alert, div.alert a {
  color: #0066B2;
}
div.alert-error, div.alert-error a {
  color: red;
}

.red {
  color: red;
}

#contenReklama {
 background: #FFF url(../skins/default/reklamaContentTitle.gif) top center no-repeat; 
 width: 250px;
 height: 250px;
 padding-top: 17px;
 margin: 4px;
 float: right;
 background-color: #FFF;
}

/* obecne vlastnosti */
/* height: expression("0px"); */
