@import "undohtml.css";

body {
	background: url(../images/bg.jpg) repeat-x;
	font-family: verdana;
	font-size: 12px;
	}

a {
	color: #fb9502;
	text-decoration: none;
}

h2 a {
	color: #037992;
	}

h2 a:hover {
	text-decoration: none;
	color:#FB9502;
}

a:hover {
	text-decoration: underline;	
}

#container {
	width: 900px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	}

#logo a{
	background: url(../images/logo.jpg) no-repeat;
	width: 261px;
	height: 95px;
	margin-bottom: 19px;
	float: left;
	}

#navi {
	float: right;
	margin-top: 45px;
	background: url(../images/navi_bg.jpg) repeat-x bottom;
	height: 53px;
	padding-left: 6px;
	}

#navi a:hover {
	text-decoration: none;	
}


#motto {
	background: url(../images/motto.jpg) no-repeat;
	height: 241px;
	width: 900px;
	
	}

#content {
	background: url(../images/content.jpg) no-repeat;
	min-height: 116px;
	}

#left {
	float: left;
	width: 535px;
	margin-left: 12px;
	text-align: justify;
	color: #4b4c4c;
	}

#right {
	float: right;
	margin-left: 2px;
	}

#footer {
	background: url(../images/footer.jpg) repeat-x;
	height: 67px;
	}

#bg_pomarancz {
	background: url(../images/bg_pomarancz.jpg) repeat-x;
	position: absolute;
	right: 0;
	width: 50%;
	height: 270px;
	top:114px;
	z-index: 1;
	}

/****************************************
			NAWIGACJA
*****************************************/
#navi li {
	display: inline;
	margin-left: -6px;
	}

#navi a, #navi a:visited {
	border-bottom: 4px solid #d7d7d7;
	padding: 0 8px 5px 8px;
	color: #000;
	font-size: 15px;
	}

#navi a:focus, #navi a:hover {
	border-bottom: 4px solid #037992;
	color: #037992;
	}

/****************************************
			CONTENT
*****************************************/

/********** LEWA KOLUMNA ***************/


#left div.pozycja {
	margin-bottom: 20px;
	cursor: pointer;
	}

#left div.pozycja a {
	color: #037992;
	}

div#left ul li {
	list-style:circle;
	margin: 3px;
	margin-left: 25px;
	
	}

div#left ol li {
	list-style:decimal;
	margin: 3px;
	margin-left: 25px;
	
	}

#left p {
	text-align: justify;
	color: #4b4c4c;
	margin: 10px 0;
	line-height: 17px;
	}

#left p.nag {
	font-weight: bold;
	}

#left h2 {
	font-size: 18px;
	color: #037992;
	margin: 12px 0;
	}

#left h1 {
	font-size: 20px;
	color: #01444f;
	margin: 12px 0;
	}


/** termin najblizszego szkolenia **/

#left #termin {
	margin-left: 5px;
	}

#left #termin h3 {
	color: #fff;
	font-weight: bold;
	margin: 11px 0;
	}

#left #termin .kalendarz {
	background: url(../images/kalendarz.jpg) no-repeat;
	width: 64px;
	height: 70px;
	float: left;
	margin-right: 20px;
	}

#left #termin .kalendarz p {
	font-size: 19px;
	color: #6c6c6c;
	margin-top: 17px;
	margin-bottom: 0px;
	text-align: center;
	}

#left #termin .kalendarz p.godzina {
	font-size: 12px;
	color: #6c6c6c;
	margin-top: 0px;
	text-align: center;
	}

#left #termin p span {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	}

#left #termin span.data {color: #6c6c6c; font-weight: bold;}
#left #termin span.miejsce {color: #333333; width:400px; font-size:16px;  font-weight: bold; }
#left #termin span.zapisy {color: #037992;  font-weight: bold;}


/********** PRAWA KOLUMNA **************/

/** termin najblizszego szkolenia **/

#right #termin {
	margin-left: 25px;
	cursor: pointer;	
	}

#right #termin h3 {
	color: #fff;
	font-weight: bold;
	margin: 11px 0;
	}

#right #termin .kalendarz {
	background: url(../images/kalendarz.jpg) no-repeat;
	width: 64px;
	height: 70px;
	float: left;
	margin-right: 20px;
	}

#right #termin .kalendarz p {
	font-size: 19px;
	color: #6c6c6c;
	margin-bottom:0px;
	margin-left:0px;
	margin-top: 15px;
	text-align: center;
	}

#right #termin .kalendarz p.godzina {
	font-size: 12px;
	color: #6c6c6c;
	margin-top: 0px;
	text-align: center;
	}
#right #termin p span {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	}

#right #termin p span.data {color: #6c6c6c;}
#right #termin p span.miejsce {color: #333333; /* width: 190px; */}
#right #termin p span.zapisy {color: #037992;}

/** formularz **/

#formularz {
	margin-top: 15px;
	background: url(../images/box_pomarancz_bg.jpg) repeat-y;
	width: 324px;
	}

#formularz h2 {
	background: url(../images/box_pomarancz_top.jpg) no-repeat;
	width: 324px;
	height: 39px;
	padding: 10px 0 0 25px;
	color: #fff;
	}

#formularz form {
	color: #037992;
	margin-left: 16px;
	}

#formularz label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	}

#formularz input, #formularz textarea {
	border: 1px solid #a8d6e8;
	height: 20px;
	width: 290px;
	color: #037992;
	font-size: 14px;
	}

#formularz textarea {
	height: 120px;
	}

#formularz .radio {margin: 8px 0 0 10px;}
#formularz .radio input {
	border: none;
	clear: left;
	width: 15px;
	float: left;
	margin-right: 5px;
	}

#formularz .radio label {
	margin-top: 7px;
	}

#formularz .send_clear {
	margin: 10px auto;
	width: 160px;
	padding-bottom: 10px;
	}

#formularz .send {
	height: 21px;
	width: 67px;
	background: url(../images/send.jpg) no-repeat;
	border: none;
	}

#formularz .clear {
	height: 21px;
	width: 66px;
	background: url(../images/clear.jpg) no-repeat;
	border: none;
	margin-left: 2px;
	}

#formularz .pomarancz_bottom {
	background: url(../images/box_pomarancz_bottom.jpg) no-repeat;
	height: 16px;
	}


/****************************************
			FOOTER
*****************************************/

#footer .footer_content {
	width: 900px;
	margin: 0 auto;
	}

#footer .footer_content ul {
	padding-top: 27px;
	color: #72cfc6;
	margin-left: 20px;
	font-size: 10px;
	}

#footer .footer_content ul li {
	display: inline;
	float: left;
	padding-left: 4px;
	}

#footer .footer_content ul li.pathways {
	margin-left: 60px;
	
	}

#footer .footer_content ul li.mki {
	float: right;
	margin-right: 10px;
	}

#footer .footer_content a, #footer .footer_content a:visited {
	color: #72cfc6;
	}

#footer .footer_content a:focus, #footer .footer_content a:hover {
	color: #fff;
	}