﻿body{
padding:0;
line-height: 1.22em;
text-decoration: none;
/* ff3.6+ */
/* safari4+,chrome */
/* safari5.1+,chrome10+ */
/* opera 11.10+ */
/* ie10+ */
/* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8E8E8',GradientType=1 ); /* ie6-9 */
color:#4a7bae;
background:#eef5fa url('bg.jpg');
background-repeat: repeat-x;
/*background-size: 100% auto;  
background-position: center top;
background-attachment: fixed;
*/
font-family: GillSans, Calibri, Trebuchet, sans-serif;
font-size: 14px;
margin: 10px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+48,ffffff+62,ffffff+100&0.6+0,1+49,0.6+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 60%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 60%,rgba(255,255,255,1) 80%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}

#topsection{
height: 80px; /*Height of top section*/
}

#topsection h1{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 0;
}

#topsection h2{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 2px;
}

#topsection h3{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 2px;
}

#topsection h4{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 4px;
}

#topsection h5{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 4px;
}

#topsection h6{
font-family: GillSans, Calibri, Trebuchet, sans-serif;
margin: 4px;
}

#topsection h7{
font-family: Trebuchet;
margin: 4px;
}





#topsection-menu{
height: 40px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
margin-top: 5px;
}

#contentcolumn{
margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
background: #7390BF;
color:#DEF3FE;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

#footer a{

}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 900px){ /* responsive layout break point */
	#maincontainer{
	width: 100%;	}
	
	#contentwrapper{
	float: none;
	}
	
	#rightcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	}
	
	#contentcolumn{
	margin-right: 0;
	}
}

.Rreshtat
{
    display: inline-flex;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
    text-decoration: none;
    
}
.Rreshtat:link{
	text-decoration: none;			
}

.Kolonat{	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	text-decoration: none;
	padding:12px;
    display: table-cell;
    background-image: radial-gradient(circle, #f6f6f6, #f8f8f8, #fafafa, #fdfdfd, #ffffff);
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 0px solid #d9d6d9;   
  	-webkit-box-shadow: -1px 1px 2px 2px rgba(231,238,240,1);
	-moz-box-shadow: -1px 1px 2px 2px rgba(231,238,240,1);
	box-shadow: -1px 1px 2px 2px rgba(231,238,240,1);
	color:#064D86;
	margin: 5px;
	height: 90px;
	}
.Kolonat:hover{
	background-image: radial-gradient(circle, #CDF1EC, #ffffff);	
	cursor:pointer;		
	text-decoration: none;	
	color:#064D86;
	}
.Kolonat:link{
	text-decoration: none;		
	color:#064D86;	
	}
.Kolonat:active {
    text-decoration: none;
    color:#064D86;
    }
.Kolonat:visited {
    text-decoration: none;
    color:#064D86;
    }
.a:link {
    text-decoration: none;
    color:#064D86;
}


.span {
font-size: 66px;
color: #555;
margin-bottom: 350px;
display: inline-block;
font-weight: 400;
text-align: center;
font-family: GillSans, Calibri, Trebuchet, sans-serif;
font-size: 16px;


}
.span > span {
margin-bottom: 0;
}


.Rrethore { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 0px; 
    border: 1px solid #f8f8f8; 
    outline:0; 
    width:100% - 50px;
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif	;
	font-size: 15px;
	padding:15px;
	box-shadow: 0 0px 1px #ccc; 
	background-image: radial-gradient(circle, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8);	
	color: #24478f;

 }

.Rrethore1 { 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 0px; 
    border: 1px solid #f8f8f8; 
    outline:0; 
    height:480px; 
    width:100% - 50px;
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif	;
	font-size: 15px;
	padding:15px;
	box-shadow: 0 0px 1px #ccc; 
	background-image: radial-gradient(circle, #ffffff, #fdfdfd, #fbfcfb, #fafafa, #f8f8f8);	
	color: #24478f;

 }


.h10 {
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 11px;	
									
}


.h7{
font-family: Trebuchet;
margin: 4px;
font-size: 11px;
}


    