* {
    margin: 0;
    padding: 0;
	color: #00247D;
}

html, body, #main {
    height: 100%
}

body, div { 
    font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	
}

a {
	text-decoration: none;
	color: #00247D;
}

body { 
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
}

#container {
	margin: auto;
	clear: both;
	width: 1000px;
}

h1 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 5px 0;
    text-align: center;
}


h1 span {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 5px 5px 0;
    text-align: left;
} 

.accordion_toggle {
	display: block;
	height: 30px;
	width: 980px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #CF142B;
	background-image: url(images/accordion_toggle.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-transform: uppercase;
} 
.accordion_toggle_active {
	color: #ffffff;
	border-bottom: 1px solid #f68263;
	background-color: #00247D;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/accordion_toggle_active.jpg);
} 
.accordion_content {
	background-color: #ffffff;
	color: #000000;
	overflow: hidden;
} 
.main {
	color: #000000;
	overflow: hidden;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
} 
/*
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
*/

.description {
    font-size: 12px;
    line-height: 18px;
    color: #ffffbe;
    padding: 5px 0 15px 0;
}

.ceny {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('images/bg/ceny_bg.jpg');
}

.regulamin {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('images/bg/regulamin_bg.jpg');
}

.big1 {
    font-size: 48px;
    vertical-align:middle;
}

.big2 {
    margin: auto;
    text-align:center;
    font-size: 24px;
    width: 60%;
    color: #0098d7;
}

.big3 {
   font-size: 20px;
   color: red;
}

.yellowBox {
    margin: auto;
    font-size:20px;
    color:blue;
    width: 70%;
    border: gray;
    font-weight: bold;
    background-color:yellow;
}

.whiteBox {
	width: 100%;
	margin: 10px 0;
}

.adress {
	text-align:center;	
}

h2 {
    margin: 10px 0;
    font-size: 16px;
}

li {
	margin-left: 35px;
}


.yellow {
	background-color:#ffff00;
}

.orange {
	background-color: #ff9900;
}

.blue {
	background-color: #00ccff;
}

.lightblue {
	background-color: #ccecff;
}

.green {
	background-color: #99cc00;
}

.violet {
	background-color: #cc99ff;
}

.magenta {
	background-color: #00ffff;
}

.red {
	background-color: #ff0000;
}

.white { 
 	background-color: #ffffff;
}

table {
 border-collapse: collapse;
}

table.ceny { 
	margin:auto; 
	width: 70%;
}

table.ceny td {
	padding: 10px;
	text-align:center;
	border: 1px solid black;
}

table.kursy {
	float:left; 
	margin: 55px 2%;
	width: 70%;
}

table.kursy td {
	padding: 10px;
	text-align:center;
	border: 1px solid black;
}


#kursy_foto {

}

#kursy_foto img {
	margin: 15px 0;
	border: 1px solid black;
}

.tdreg {
	border: 1px solid black; 
	margin: auto;
}

.tdreg td {
	border: 1px solid black;
	margin: 5px; 
	padding: 5px;
	
}

.minput
{
    padding:3px;
    width: 200px;
    border: 1px solid #99cc00;
    background-color: #ffffff;
}

.msubmit
{
    padding:3px;
    width: 60px;
    border: 1px solid #99cc00;
    background-color: #ffffff;
}

.photos
{
    margin: 25px auto;
    text-align:center;
    vertical-align:middle;
}

.photos img
{
    vertical-align:middle;
    margin:auto;
}

.photos_logo
{
    margin: 25px auto;
    text-align:center;
    vertical-align:middle;
}

.photos_logo img
{
    vertical-align:middle;
    margin:auto 25px;
}

