// vim: set tabstop=2 noexpandtab: //


#inn{}

body{ 
	background: url(PICT/background.jpg) repeat;
}

#all {
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 1000px;
}

#header {
	width: 940px;
	height: 346px;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}

img#naglowek{
	display: block;
	margin: auto;
	padding-top: 20px ;
}        
                
#menu { 
	margin: auto;
	margin-top: 50px;
	padding: 10px;
	width: 650px;
	font-size: 16pt;
}
        
.mmenu{ 
	color: white;
	font-weight: bold;
}
        
.mtext{ 
	color:#990033;
	font-weight: bold;
	padding: 0px 0px 20px 10px;
}

#main {
	font-size: 15px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	padding: 30px ;
	width: 800px;
}

#info {
	margin: auto;
	margin-top: 50px;
	width: 800px;
	padding: 10px;
}


a{
	text-decoration: none;
	color:  #3399FF;
}
a:hover {
	color:navy;
} 
 
p{
	color: white;
	text-align: justify;
}

.uwaga{
	font-style: italic;
}

h1 {
	color: black;
	margin-top:40px;
	margin-bottom:10px;
	padding: 0;
	font-size: 20pt;
}

.round{
	color: white;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: transparent url(PICT/bg-box.png) repeat ;
}

