body{
margin:0 auto;
background-image: url(../images/bg.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #144F7B;
line-height: 1.5em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#head{
margin: 0 auto;
width: 800px;
height:80px;
background-image: url(../images/header.png);
background-repeat: no-repeat;
background-position: top;
margin-top: 20px;
}

#adres{
margin: 0 auto;
margin-top:10px;
width: 800px;
height:30px;
color: #D5CCEB;
	font-size: 10px;
	text-align: left;
font-weight: bold;	
}

#logo {

	background-image: url(../images/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 230px;
	height: 65px;
	float: right;
	margin-right:100px;
	margin-top: 5px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	clear: both;
	margin: 0 auto;
	width: 800px;
	padding: 25px 0;
}

#contentcolumn h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#contentcolumn a {
color:#d5cceb;
font-size: 12px;	
font-weight: bold;
text-decoration: none;
}


#footer{
clear: both;
width: 100%;
background: #942826;
color: #FFF;
text-align: center;
height: 100px;
}

#footer a{
margin-top:20px;
color: #FFFF80;
}



#menu {
	float: left;
	padding-top: 44px;
}

#navi ul { list-style-type: none; margin: 0 auto; padding: 0; }

#navi li { float: left; }

#navi li a
{
	float: left;
	display: block;
	color: #c5c5c5;
	padding: 5px 8px;
	margin-top: 10px;
	border-bottom-width: 0;
	text-decoration: none;
	font-weight: bold;
}

#navi li.active a
{
	color: #ffffff;
	background-color: #a44846;
   background-image: url(menu.png);	
}

#navi a:hover, #navi a:active { color: #eeeeee; background-color: #645a7d; 
   background-image: url(menu_hover.png);
}

#content
{
	width: 800px;
height: 330px;
}


.drop-shadow
{
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 

}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	padding-bottom: 30px;
}

.drop-shadow p
{
	right: 11px;
	
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	width: 155px;
	position: absolute;
	background-color: #2F2A3E;
	border-top: 1px solid #ffffff;
	bottom: 0px;
}

.drop-shadow a { border-bottom-width: 0; }

#opisfirst {
	color:#d5cceb;
	font-size: 11px;

}

.opisy {
	color:#d5cceb;
	font-size: 12px;	
	padding: 20px;
	
}

.opisy2 {
	color:#d5cceb;
	font-size: 12px;	
	padding: 5px;
	
}



.tda {
	color:#d5cceb;
	font-size: 12px;	
	padding: 20px;
	
}

.imgnormal {
	padding:5px;
	background-color: #fff;
	border: 1px solid #d5cceb
}