/* css reset
--------------*/

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 1;
	outline: 0;
	font-size: 11pt;
	vertical-align: baseline;
	background: transparent;
}

fieldset
{
	margin: 0;
	padding: 0;
	border:1px solid #D2D2D2;
	outline: 0;
	color:Blue;
	font-size: 11pt;
	vertical-align: baseline;
	background: transparent;
}
.button {
    float:left;
    height:auto;
    font:86%/150% "Lucida Grande",Cambria, Geneva, 
    Verdana, Arial, Helvetica, sans-serif;
    width:7em;
    text-align:center;
    white-space:nowrap;
}
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}
.news_fields p
{
	
	/*color:white;*/
	font-size: 11pt;
	vertical-align: baseline;
	background-color:white;
}
/*
html {
color:#000000;
height:100%;
margin-botom:1px;

}
*/
#title
{
height:200px;	

background:#333 url(/Content/bg_header_home.jpg) 0 0 no-repeat;
/*border:1px solid #333;*/	
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style-position: outside;
}

ol
{
    list-style-type:decimal;
}

li ol
{
    list-style-type:lower-latin;
}

ul
{
    list-style-type: square;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard elements
----------------------*/

body
{
	background: #3366cc;
    /*background:white url(/Content/bg_body.jpg) 0 0 repeat-x;*/
    font-family: Cambria;/*Arial,Helvetica,sans-serif*/
}

h1,h2,h3,h4,h5,h6
{
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    margin: 1em 0 0;
}

p,blockquote,pre,q,dl,ol,ul,table
{
    margin-top:.5em;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: lighter;
}

h1
{
    font-size: 2.5em;
    margin:.5em 0 0;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size:1.4em;
}

h4
{
    font-size:1em;
   
}

h5
{
    font-size:1.1em;
}

p
{
    margin: .5em 0 0;
    text-align:justify;
}

ol ol, ul ul
{
    margin:0 0 .2em;
}


/* page layout
----------------*/

.container
{
	position:relative;
    max-width:1000px;
    height:100%;
    margin:0 auto;
    
}

/*.container_inner
{
	
	position:relative;
    max-width:1000px;
    height:100%;
}*/
.container1
{
	padding:12px 10px;
	width:100%;
    max-width:700px;
    float:left;
    height:100%;
    margin:-10 auto;
    position:relative;
   
}


.karta 
{
	width:214px;
    height:200px;
	background:url(images/karta.png) no-repeat top;
	padding-top:10px;
    
}

.container3
{	
   float:right;
   max-width:500px;
   position:inherit;
   text-align:right;
   position:relative;
}
.container4
{	

    position:inherit;
    float:inherit left;
   /* background:url(/Content/images/rss_background.png) no-repeat;*/
}
.home {
	background:url(/Content/images/home.jpg) no-repeat;
	display:block;
	height:32px;
	width:58px;
}
#header
{
}
#title_home
{
height:200px;	
background:#333 url(/Content/bg_header_home.jpg) 0 0 no-repeat;
border:1px solid #333;	
}

/* header
-----------*/

#header h1
{
    margin:0;
    padding:1em;
    color:#EEF;
    /*background:#222 url(/Content/bg_header.jpg) 0 0 no-repeat;*/
    border:1px solid #333;
    border-top-width: 0;
}


