/* GENERAL SETTINGS */

*{
font:normal 15px Tahoma;color:white;
}
body{
background-color:#1a9d16;
background-image: url("../img/body_bg.jpg");
background-position: left top;
background-repeat:repeat-x;
margin:auto;
padding: 10px 0px 0px 0px;
text-align:center;
}
#main {
width:1102px;
margin:auto;
text-align: left;
}
.title{
margin-top:10px;
}
.left_column{
text-align:left;
float:left;
width:248px;
padding-bottom:143px;
}

.right_column{
width:195px;
height:100px;
float:right;
background-image: url("../img/left_column_top_border.jpg");
background-position: left top;
background-repeat:no-repeat;
}

.middle_column{
margin-left:250px;
margin-right:200px;
padding-bottom:350px;
}

input,textarea{
color:#000000;
}
img{
border:none;
margin:0px;
padding:0px;
}

h1{	
font-size:20px;
text-align:left;
font-weight:bold;
}
h2{
font-size:18px;
}
h3{
font-size:14px;
font-weight:bold;
text-decoration:underline;
}

a{
text-decoration:none;
}


/* HEADER */



.top{
width:1102px;
height:273px;
background:20d23d;
background-image: url("../img/header.jpg");
background-position: left top;
background-repeat:no-repeat;
}



.flags{
width:100%;
height:29px;
background-image: url("../img/bg_flags.gif");
background-position: right top;
background-repeat:no-repeat;
text-align:right;
}


/* FORMS */



/* MENU */


.left_menu_bg_title{
width:248px;
margin-top:-37px;
*margin-top:-5px;
background-image: url("../img/left_menu_bg_title.jpg");
background-position: right top;
background-repeat:no-repeat;
text-align:center;

}

.left_menu_bg_title p{
font-family:Arial CE;
font-size:25px;
font-weight:bolder;
margin-top:33px;
*margin-top:0px;
padding-top:35px;
margin-bottom:0px;

}


.left_menu_item{
width:100%;
padding-left:15px;

*padding-bottom:10px;
_padding-bottom:10px;
background-image: url("../img/left_menu_border.jpg");
background-position: left bottom;
background-repeat:no-repeat;
text-align:left;
}

.left_menu_item p{
text-align:center;
margin-left:10px;
padding-bottom:10px;
*padding-bottom:0px;
margin-right:30px;
font-weight:bolder;
}


.right_menu_item{
width:100%;
padding-left:0px;

*padding-bottom:10px;
_padding-bottom:10px;
background-image: url("../img/left_menu_border.jpg");
background-position: left bottom;
background-repeat:no-repeat;
text-align:left;
}

.right_menu_item p{
text-align:center;
margin-left:15px;
padding-bottom:10px;
*padding-bottom:0px;
margin-right:20px;
font-weight:bolder;
}




/*  CONTENT */

.content{
width:100%;
background-color:#00a1fd;
background-image: url("../img/content_bg.jpg");
background-position: left top;
background-repeat:repeat-y;
}


.content_menu{
position:relative;
top:115px;
width:100%;
height:130px;
}

.menu{
position:absolute;
left:271px;

}


/* FOOTER */

.footer{
width:1102px;
height:202px;
clear:both;
overflow: hidden;
display:block;
background-image:url("../img/footer.jpg");
background-position: left top;
background-repeat:no-repeat;
}

.ohlasy{
text-align:center;
*padding-top:1px;
}

.ohlasy p{
text-align:center;
font-size:20px;
color:#fffe93;
}

.pridat_odkaz{
text-align:center;
margin-top:20px;
}

.pridat_odkaz span{
position:relative;
top:-20px;
font-size:17px;
color:#fffe93;
}

.pridat_odkaz img{
margin-left:15px;
}

.vice_ohlasu{
text-align:center;
margin-top:20px;
}


.vice_ohlasu span{
position:relative;
top:-20px;
font-size:17px;
color:#fffe93;
}

.vice_ohlasu img{
margin-left:15px;
}



