body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.top-line {
	background: url(../images/top_bg.png) repeat-x; 
	
}

p.hudba{
background: url(images/wmp.png) no-repeat;
padding-left: 20px;
}

a{
	font-size: 12px;
	color: #228B22;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: Gray;
	background-color: #F8F8FF;
}

a.selected{
	color: White;
	background-color: black;
}
/*-------------uvod-------------*/
#container{
	margin: auto;
	width: 806px;
}

#container img{
	margin-top: 220px;
}

#flash_container{
	margin: auto;
	width: 205px;
	margin-top: 80px;
} 
/*-------------menu---------------*/
#content_container{
	margin: auto;
	/*width: 898px;*/
	width: expression(document.body.clientWidth < 100? "104px" : document.body.clientWidth > 900? "900px" : "auto");
	max-width: 900px;
}

#header{
	height: 100px;
	margin-top: 56px;
}

.kontakt{
	background: url(../images/_kontakt.png) no-repeat;
	background-position: right;
}

.onas{
	background: url(../images/_onas.png) no-repeat;
	background-position: right;
}

.publikacie{
	background: url(../images/_publikacie.png) no-repeat;
	background-position: right;
}

.ktojekto{
	background: url(../images/_kto.png) no-repeat;
	background-position: right;
}

.partneri{
	background: url(../images/_partneri.png) no-repeat;
	background-position: right;
}

.rom{
	background: url(../images/_rom.png) no-repeat;
	background-position: right;
}

.per{
	background: url(../images/_2percenta.png) no-repeat;
	background-position: right;
}

.projekty{
	background: url(../images/_projekty.png) no-repeat;
	background-position: right;
}

#header  h1{
	display: none;
}

#content{

}
/*--------------text----------------*/
#content-text {
	padding-left: 20px;
	padding-bottom: 30px; 
}

#footer{
	padding-left: 20px;
	padding-bottom: 30px;
}
