@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../image/bck.jpg);
	background-color:#503433;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:14px;
}

#advert{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:14px;
	display:inline-block;
	vertical-align: top;
}

#advert #adC{
	margin:5px;
	margin-top:15px;
}

#advert #content{
	width:700px;
}

#advert a{
	text-decoration:none;
	color:#FF6600;
}

#advert a:hover{

	color:#FF9900;
}

#logoPart{
	width:750px;
}

#logoPart a{
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}

#logoPart a:hover{
	color:#FF6600;
}

#logoPart #logoPartLogo{
	width:270px;
	vertical-align:top;

}
#logoPart #logoPartTekst{
	background:url(../image/tekstP.png);
	margin:10px;
	padding:5px;
	width:330px;
	vertical-align:top;
	border: thin dashed #666666;
	text-indent: 20px;
}

#logoPart #logoPartTekst p{
	padding:2px;
	margin:0px;
}

h1{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:24px;
	font-style: italic;
	font-weight: 100;
	display:block;
	background:url(../image/tekstP.png);
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
}

h2{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight: 100;
}



#footer{
	width:500px;
	height:50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align:right;
	margin-top:10px;
	margin-left:5px;
}

#footer a{text-decoration:none;color:#FFFFFF;}
#footer a:hover{color:#FFCC00;}

#thumb{
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:14px;
	width:210px;
	display:inline-block;
	vertical-align:top;
	margin:10px;
}

#thumb #header{
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
	font-style: italic;
}

#thumb a{
	text-decoration:none;
	color:#FFFFFF;
}
#thumb a:hover{
	color:#FF9900;
}

#thumb #pic{
	margin:5px;
}

#thumb #description{
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
	
}