@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: #FFFFFF;
	color:#999999;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:550;
	line-height:16px;
	text-align:justify;
}	

#wrapper {
	position:absolute;
	left:50%;
	width:936px;
	margin-left:-468px;
	top:50%;
	margin-top:-300px;	
	height:600px;
}

#header {
	height:110px;
	margin-bottom:2px;
}

#middle {
	width:100%;
}
#middleTop {
	width: 100%;
	float:left;
	height:19px;
	background-image:url(../files/podlogaTop.png);
	background-repeat:no-repeat;	
}
#middleMiddleRepeat {
	width: 100%;
	float:left;
	background-image:url(../files/podlogaMiddleRepeat.png);
	background-repeat:repeat-y;
	height:362px;
}
#middleBottom {
	width: 100%;
	float:left;
	height:30px;
	background-image:url(../files/podlogaBottom.png);
	background-repeat:no-repeat;	
}
#middleBottom2 {
	width: 100%;
	float:left;
	height:30px;
	background-image:url(../files/podlogaBottom3.png);
	background-repeat:no-repeat;	
}

#footer {

}

a {
	color:#999999;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:550;
	line-height:16px;
	text-align:left;/**/
	text-decoration:none;
}

a:hover {
	color:#BC8B52;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:550;
	line-height:16px;
	text-align:none; /**/
	text-decoration:underline;
}

h1 {
	color:#999999;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}