﻿/****************************************
//PLIK JEST CZĘŚCIĄ PROJEKTU MSGALLERY  *
//by Skomy				*
//http://www.skomy.miase.pl		*
****************************************/

body
{
	height: 740px;
	text-align: center;
	margin: 5px;
	background-color: #005B2F;
	font-family: Arial;
}

a
{
	color: white;
	text-decoration:  none;
	font-weight: bold;
	font-size: 10px;
}

a:hover 
{
	text-decoration:  underline; 
}

DIV#nag_1
{
	width: 940px; height: 15px; margin: auto; padding: 0px; text-align: center;
	border-style: solid; border-color: black; border-width: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: white;

}

DIV#nag_2
{
	width: 940px; height: 10px; margin: auto; padding: 0px; text-align: center;
	border-style: solid; border-color: black; border-width: 0px;
	margin-top: 5px;
	font-size: 10px;
	color: white;
}

DIV#nag_3
{
	width: 940px; height: 25px; margin: auto; padding: 0px; text-align: center;
	border-style: solid; border-color: black; border-width: 0px;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor:hand;
	color: white;
}

#srodek
{
	width: 940px; height: auto; margin-left: auto; margin-right: auto; margin-top: 5px; text-align: center;
	padding: 0px; 
	border-style: outset; border-color: gray; border-width: 2px; 
	background-color: white;
	overflow: auto;
}

DIV.album
{
	float: left;
	width: 280px;
	height: 280px;
	border-style: solid; border-color: black; border-width: 0px;
	margin: 15px;
	cursor:hand;
}

DIV.nazwa
{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

DIV.opis
{
	margin: 15px;
	font-size: 10px;
}

DIV.komunikat
{
	margin: 15px;
	font-size: 12px;
	font-weight: bold;
}

.nieaktywny
{
	color: black;
	cursor:default;
}

IMG#min
{
	border-style: outset; border-color: gray; border-width: 1px; 
	margin: 15px;
}

DIV#stat
{
 	width: auto; height: auto; margin-left: auto; margin-right: auto; margin-top: 10px; text-align: center;	
}

DIV#stopka
{
 	width: 940px; height: auto; margin-left: auto; margin-right: auto; margin-top: 10px; text-align: center;
	font-size: 12px;
	font-weight: bold;
}

