body {
	color: rgb(79, 79, 79);
	background: rgb(119, 136, 153);
	font-size: 80%;
	margin: 0;
text-align: center;
font-family: "Trebuchet MS", verdana, sans-serif;
}



#container {
                        width: 760px;
background-color: white;
margin-top: 10px;
                        margin-left: auto;
                        margin-right: auto;
                        padding: 10px;
text-align: left;
                }

#languages {width: 100px; float: right;}

                #header {
                        padding: 5px;
                        margin-bottom: 0;
                        background-color: white;
height: 100px;
                }
                #sections {position: relative;
                        padding: 5px 0;
                        margin: 0;
                        background-color: #fff;
background-image: url(bgsections.jpg); background-position: left bottom; background-repeat: no-repeat; clear: both;
                }

#contentblock {   background-color: rgb(256);                 }

                #content {
                        padding: 0px 10px 10px 15px;
                        margin-right: 210px;
                        background-color: #fff;
                }

                #sidebar {
                        float: right;
                        width: 200px;
                        margin: 0;
                        margin-right: 0;
                        padding: 5px;
background-color: #fff;
                        ;
                }

                #footer {
                        clear: both;
                        padding: 5px;
                        margin-top: 15px;
                                                background-color: rgb(213, 219, 225);
border-top: 2px solid rgb(138,138,138);
text-align: center;
                }


#languages {width: 300px; height: 76px; float: right; background-image: url(provadiv.jpg); background-position: top left; border: 1px solid rgb(207,207,207);background-repeat: no-repeat; clear: none;}

#other {width: 300px; float: right; clear: both; background: white; text-align: left;}

#logo {width: 300px; float: left; clear: none; background: white; height: 76px; background-image: url(t_logo.gif); background-position: left top; background-repeat: no-repeat;}

#logo p{
   height: 0px !important;
   overflow: hidden;
   background-image: url(t_title.gif);
   background-repeat: no-repeat;
   padding: 157px 0 0 0;
   margin: 20px 0 0 80px;
   height /**/: 38px;

   }


/* LISTS */
/*ul, ul li {list-style-type: none;}*/
#sections ul, #sections ul li {list-style-type: none; display: inline; font-family: verdana, arial, helvetica, geneva, sans-serif; font-size: 11px; padding-right: 10px;}

#sections ul li a{padding-left: 20px;}
#sections ul li a:link, #sections ul li a:visited, #sections ul li a:hover, #sections ul li a:active {color: #738686; } 
#sections ul li a:hover {color: #666b73; }


#sidebar ul, #sidebar ul li {list-style-type: none; display: block;}


#footer ul, #footer ul li {list-style-type: none; display: inline;padding-right: 15px;   
}
#footer ul li a {font-size: 10px; font-weight: normal; }

#languages ul {padding-left: 200px;}
#languages ul li {list-style-type: none;}
#languages li a {font-size: 10px; font-weight: normal; padding-bottom: 5px;}

#other ul li {display: inline; }
#other ul li a {font-size: 10px; font-weight: normal; padding-right: 5px;}

#sidebar ul {padding: 0; margin: 0;}
#sidebar ul li a {font-weight: normal; font-size: 0.92em;}

/*IMATGES*/
img {float: left; border: 0; padding-right: 1em;}
img.right {float: right; border: 0; padding-left: 1em;}

/*FORMULARI*/
form {
	width: 70%;
	margin: 1em 0 0 0;
}

#contactForm div {
	margin-bottom: 0.5em;
}

input, textarea {
	width: 60%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
}

input {
	width: 12em;
}

input.button {
	width: 5em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

label {
	float: left;
	width: 8em;
}


/*MISCELANIA*/


/* ENLLAÇOS */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}




/*TIPOGRAFIA*/
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;

	}


p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
        font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    }





