@charset "utf-8";
/* CSS Document */


form
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
select {								/*modyfikacja list wyboru :nauczyciel,grupa,sala*/
	font-size: 12px;
	position: absolute;
	left: 30%;
}
#specjalnoscx {
	font-size: 12px;
	position: relative;
	left: 2%;
}

#dzienx {
	font-size: 12px;
	position: relative;
	left: 4%;
}

label 									/*etykiety list wyboru*/
{
	color:#000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1										/*tekst przedział od... */
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
}

h2										/*"sprawdź plan dla" */
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}



#container
{
	width:1000px;
	background-position: center top;
	background-repeat: no-repeat;
	height:800px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 189px;
	width: 1000px;
	background-image:url(../graphics/layout/header.jpg);
	background-repeat: no-repeat;
	
}

#mainContent
{
	height:394px;
	width: 1000px;
	background-image:url(../graphics/layout/mainContent.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	display: block;
	padding-top: 25px;
	background-color: transparent
}

#bottom
{
	background-image: url(../graphics/layout/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 52px;
	width: 1000px;
}

input {
	color:#000;
}

#opis
{
    margin-top:-135px;
    margin-left:520px;
}