/*@import url(blueprint/reset.css);*/
@import url(nav.css);
@import url(novosti.css);

* {
	margin: 0px;
	padding: 0px;	
}

A { outline: none; color: #A2000C; text-decoration: underline;}
.clear { clear: both; height: 1px; line-height: 1px; font-size: 1px; }

BODY {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

P 
{
	margin-bottom: 15px;	
}

img
{
	border: 0px;
}



DIV#wrapper  
{
	width: 632px;
	background: url(../images/wrapper/background.png) repeat top left;
	margin: 0px auto;
	text-align: left;
}

DIV#wrapperTop
{
	margin: 0px auto;
	height: 18px;
	margin-top: 32px;
	width: 632px;
	background: url(../images/wrapper/backgroundTop.png) no-repeat 1px 0px;
		
}

DIV#wrapperBottom
{
	height: 50px;
	width: 632px;
	background: url(../images/wrapper/backgroundBottom.png) no-repeat 1px 0px;	
	margin: 0px auto;
}

DIV#hold
{
	width: 596px;
	min-height: 500px;
	_height: 500px;
	margin: 0px 18px;
}

DIV#left
{
	width: 191px;
	height: 219px;
	margin-top: 85px;
	float: left;
	background: url(../images/logo.png) no-repeat 0px 0px;
}

DIV#right
{
	width: 385px;
	margin-top: 215px;	
	float: right;
	padding-right: 20px;
}

DIV#footer 
{
	font-size: 11px;
	line-height: 20px;
	color: #6E6B6F;
	border-top: 1px solid #6E6B6F;
	padding: 3px 0px 30px 0px;	
}

DIV#content{margin-top: 15px;}

DIV.clear {clear:both;}

H1{font-size: 13px; line-height: 20px; padding-bottom: 5px;}
H2{font-size: 13px; line-height: 20px; padding-bottom: 5px; font-weight:normal;}

.inp{width: 180px;}
.inpMulti{width: 378px;}
