@import url("news-mini.css");
@import url("shop.css");
@import url("downloads.css");
@import url("ankety.css");
@import url("guestbook.css");
@import url("galerie.css");
@import url("news.css");
@import url("callendar.css");
@import url("/templates/basic/corners.css");

/* < general styles */
html,body { /*height:100%;*/ font-size:100.1%; }
html,body,div,table,caption,form,fieldset,legend,input,
select,textarea,button,ul,ol,li,dl,dt,
dd,p,address { margin:0; padding:0; }
table { border:0; border-collapse:collapse; border-spacing:0; font-size:100%; }
td,th { vertical-align:top; font-weight:normal; }
address { font-style:normal; }
sup { vertical-align:top; }
body {
    color: #fff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: 0;
    padding: 0;
    margin: 0 auto;
    background-color: #000;
    background-attachment: scroll;
    font-size:12px;
}

#main {
    margin:auto;
    width:1000px;
    border: 1px solid #FCAB7A;
    background-color: #CF4D01;
    margin-top:10px;
    background-image: url(/templates/basic/images/ktm-racing-bg-line.png);
    background-repeat: repeat-y;
    background-position: center;
}


#top
{
	height: 208px;
	margin: auto;
	text-align:left;
}

#menu-main
{
    margin: auto;
    height:21px;
    padding:0;
    background-color:#000;

}
#middle {
    background-image: url(/templates/basic/images/ktm-racing-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;		
}
#middle ul, #middle ol {
	margin-left:25px;
}
#highline
{
	float:left;
    width:1px;
    height:600px;
}
#left 
{
	width:219px;
    float:left;
}
#center
{
	width: 765px;
    float:left;
    padding: 15px 15px 15px 0;
}


#bottom {
    height: 23px;
    padding: 10px 0 0 15px;
    background-image: url(/templates/basic/images/ktm-racing-bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #000;
    font-size:0.9em;
}
#bottom a {
	color: #000;
}
#menu2 {
	width:440px;
    text-align:left;
	margin-top: 8px;
    padding: 15px 5px 15px 10px;
    float:left;
    background-image: url(/templates/basic/images/reznictvihrdlicka-bottom-dots.png);
    background-repeat: repeat-y;
    background-position: right center;    
}
#menu2 ul li{
    display:inline;
    padding: 0 7px;
    background-image: url(/templates/basic/images/reznictvihrdlicka-bottom-menu-line.png);
    background-repeat: no-repeat;
    background-position: right 5px;
}
#menu2 ul li:last-child{
  background:none;
}
#menu2 ul li a {
	font-size: 0.9em;
}
#copy {
    text-align:right;
    font-size: 0.85em;
    color:#fff;
    margin: auto;
    padding-top:15px;
}
#copy a, #copy a:visited, #copy a:active {
padding: 0;
color: #fff;
text-decoration:none;
}
#copy a:hover {
text-decoration:underline;
}


/*---- ----------------------------------- ----*/
hr {
    height:0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #E0E0E0;
    border-right-color: #E0E0E0;
    border-bottom-color: #E0E0E0;
    border-left-color: #E0E0E0;
    
}
p {
    margin-bottom: 5px;
}
p[class=hneda] { 
	color: #86372A;
}
h1
{
    font-size: 1.5em;
    text-align:left;
    margin: 5px 0 10px 0;
    font-weight:normal;
    clear:both;
}
h2
{
	font-size: 1.4em;
    font-weight:bold;
}
h3
{
	font-size: 1.3em;
    margin-top: 0;
    margin-bottom:0;
}
h4
{
	font-size: 1.2em;
}
h6
{
	font-size: 1.3em;
}
a
{
    color: #FFF;
}
a, a:visited, a:active
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
img {

    border-color:#E0E0E0;
}
.input
{
    background-color: #EDEBEC;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 1em;
}
.button
{
	font-size: 1em;
	color: #000;
	background-color: #EDEBEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

