body {
	background: url(../image/background.jpg);
	font-size: 16px;
	font-family: Segoe Print, Comic Sans MS;
}
img {
	border:none;
}
/*Зоната на сайта*/
#site {
	width: 900px;
	height: 750px;
	background: url(../image/noteboard.jpg) no-repeat center;
}
/*Основни блокове*/
#title {
	width: 500px;
	height: 120px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#navigation {
	width: 340px;
	height: 120px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}
#content {
	width: 860px;
	height: 570px;
	margin: 20px;
	float: left;
	text-align: left;
	font-size: 90%;
}
/*Елементи в блока Навигация*/
#menuitem {
	width: 100px;
	height: 55px;
	float: left;
}
#menuitem.item2, #menuitem.item3, #menuitem.item5, #menuitem.item6 {
	margin-left: 20px;
}
#menuitem.item4, #menuitem.item5, #menuitem.item6 {
	margin-top: 10px;
}
#menuitem.item3, #menuitem.item4 {
	background: url(../image/bgMenuItem1.png);
}
#menuitem.item2, #menuitem.item6 {
	background: url(../image/bgMenuItem2.png);
}
#menuitem.item1, #menuitem.item5 {
	background: url(../image/bgMenuItem3.png);
}
/*Елементи в блока Съдържание*/
#article {
	width: 760px;
	height: 570px;
	margin-left: 50px;
	margin-right: 50px;
	background: url(../image/bgArticle.png);
}
#preview {
	float: left;
}
#preview.item1, #preview.item2, #preview.item3 {
	width: 280px;
	height: 320px;
}
#preview.item2, #preview.item3 {
	margin-left: 10px;
}
#preview.item4, #preview.item5, #preview.item5banner {
	width: 370px;
	height: 200px;
	margin-top: 20px;
	margin-left: 40px;
}
#preview.item1 {
	background: url(../image/bgPreview1.png);
}
#preview.item2 {
	background: url(../image/bgPreview2.png);
}
#preview.item3 {
	background: url(../image/bgPreview3.png);
}
#preview.item4 {
	background: url(../image/bgPreview4.png);
}
#preview.item5 {
	background: url(../image/bgPreview5.png);
}
/*Евентуални елементи в Изглед 5 - Банери*/
#banner, #banner.item1, #banner.item2 {
	width: 170px;
	height: 90px;
	float: left;
	margin-left: 10px;
}
#banner.item3, #banner.item4 {
	margin-top: 20px;
}
/*Блок за текст в елементите*/
#text {
	margin: 25px 10px 10px 5px;
	float:left;
}
/*Текст за Статия*/
#text.article {
	width: 745px;
	height: 535px;
	overflow: auto;
}
/*Тескт за Навигация*/
#text.menu {
	width: 85px;
	height: 25px;
}
/*Тескт за Изгледи 1-вертикални(1,2,3) 2-хоризонтални(4,5)*/
#text.preview1 {
	width: 265px;
	height: 285px;;
}
#text.preview2 {
	width: 355px;
	height: 165px;;
}
/*Текст за изглед в страницата Архив*/
#text.preveiwArchive {
	width: 380px;
	height: 145px;
	margin: 5px;
}
/*Блок за снимката за Изледи 1-вертикални(1,2,3) 2-хоризонтални(4,5)*/
#previewimage1 {
	width: 265px;
	text-align: center;
}
#previewimage2 {
	height: 165px;
	float: left;
	margin-right: 5px;
}
/*Блок за Навигация в страницата Прогнози*/
#bookmenu {
	width: 480px;
	height: 60px;
	background-image: url(../image/bgBookMenu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 110%;
}
/*Стилове за страниците за Прогнози*/
table.stats {
	border: solid black 1px;
	text-align: center;
	font-size: 70%;
	border-collapse: collapse;
	padding: 0px;
}
table.stats th {
	border: solid 1px;
	font-weight: bold;
}
table.stats td {
	border: dotted 1px;
}
/*Заглавия*/
p.titre0, p.titre1{
	text-align: center;
	font-weight: bold;
}
p.titre0 {
	font-size: 200%;
}
p.titre1 {
	font-size: 160%;
}
/*Параграф*/
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Параграф за Текст в Статия*/
p.text:first-letter {
	padding-left: 20px;
}
/*Параграф за Заглавие на статия в Изглет*/
p.titlepreview {
	font-size: 90%;
	font-weight: bold;
}
/*Параграф за Текст на статия в Изглед*/
p.textpreview {
	font-size: 80%;
}
/*Параграф за Легенда в Статия*/
p.legend {
	font-size: 60%;
	text-align: right;
}
/*Параграф за Текст грешка в страницата Книга за гости*/
p.errormsg {
	color: red;
}
/*Параграф за Текст описание в страницата Търсачка*/
p.descr {
	font-size: 70%;
	margin-left: 50px;
}
/*Стил на снимките в Статия*/
table.floatLeft {
	border: 0px;
	float: left;
	margin: 4px;
}
table.floatRight {
	border: 0px;
	float: right;
	margin: 4px;
}
/*Стил за подредбата в Галерия*/
td.topAlign {
	vertical-align: top;
}
/*Връзка в Статия*/
a.tag {
	color: blue;
}
/*Връзки в Навигация, Изглед и Листи*/
a.menu , a.titlepreview , a.liste, a.listeB {
	text-decoration: none;
	color: black;
}
a.menu , a.liste {
	font-size: 90%;
}
a.listeB {
	font-size: 110%;
	font-weight: bold;
}
a.menu:hover, a.titlepreview:hover, a.liste:hover, a.listeB:hover{
	color: blue;
}
/*Блок за Архив*/
#archivePreview {
	width: 390px;
	height: 155px;
}
/*Блок за снимка в Архив*/
#archivePreviewImage {
	height: 145px;
	float: left;
	margin-right: 5px;
}
