body.intro {
	width: 100%;
	height: 100%;
	background-color: #596e68;
	background: #596e68 url(../img/bodybg.gif)
}
body.infopage {
	padding: 15px 0;
	margin: 0px auto 0px auto;
	width: 699px;
}
body, td, th, input, select, textarea {
/* 	font-family: Tahoma, Geneva, Kalimati, sans-serif; */
	font-family: Georgia;
	font-size: 13px;
	line-height: 17px;
}

h1, h2, h3, h4 {
    color: #4c4c4c;
    margin-bottom: 10px;
}

h1 {
    font-size: 180%;
    font-weight: bold;
    padding: 6px 0 0 0;
}

h2 {
    font-size: 135%;
    font-weight: normal;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 110%;
}

p {
	color: #4c4c4c;
	margin-bottom: 8px;
}

a {
	color: #ff2a0e;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}



/* standardowa szerokosc */

.broader {
	margin: 0px auto 0px auto;
	width: 699px;
}

#top {
	height: 20px;
	background: transparent url(../img/topbg.gif);
}

#content_box {
	background: transparent url(../img/reloadbg.gif) repeat-y;
}

#header{
	height: 135px;
}

#header_left {
	float: left;
	padding-left: 5px;
	width: 540px;
	height: 135px;
	background: transparent url(../img/headerbg.gif) 3px 0px no-repeat;
}

#header_right {
	height: 135px;
	padding-top: 20px;
	text-align: right;
	margin-right: 32px;
	font-size: 15px;
	line-height: 20px;
	color: #4c4c4c;
	white-space: nowrap;
}

#header_right a {
	color: #4c4c4c;
}

#main_menu {
	float: right;
	margin-right: 28px;
}

#logo {
    position: relative;
	width: 220px;
	height: 83px;
    top: 13px;
    left: 25px;
    border: none;
}


/* menu */

#main_menu {
	display: none;
}

#header ul.menu, #header ul.menu li {
   display: inline;
}

ul.menu, ul.menu li { display: inline }

ul.menu li a {
	border: none;
	letter-spacing: 0px;
	font-weight: normal;
	color: #fff;
}

ul.menu li a:hover {
   text-decoration: none;
}

ul.menu li.current a:hover {
	letter-spacing: 0px;
	font-weight: bold;
}



/* srodek strony */

#reload_pane {
	background: transparent url(../img/reloadbg.gif) repeat-y;
}

.margins {
	margin: 0 32px;
	padding: 0 6px;
}

#top_pane h1, #top_pane h2 { display: none;}


/* stopka */

#footer {
	clear: both;
	height: 20px;
	background-image: url(../img/bottombg.gif);
}

#finish {
	background: transparent url(../img/bodybg.gif);
	text-align: center;
}

#finish p {
	font-size: 11px;
	color: #4c4c4c;
}

#finish a {
	color: #4c4c4c;
}


.infopage #finish{
	background: #fff;
	margin-top: 60px;
}

#ez {
	font-size: 10px;
	float: right;
	color: #4c4c4c;
}


/* elementy */

#element_container {
	margin: 0 0 0 4px;
	padding: 0 18px 0 22px;
	height: 390px;
}

.element {
	width: 180px;
	height: 180px;
	background: transparent url(../img/element.gif) no-repeat center;
	float: left;
	padding: 0 18px 8px 18px;
	text-align: center;
}

.element_box {}

.element img {}


/* komunikaty */

#messages {
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 8px 0;
}

#messages p {
    background-color: #692c55;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: bold;
    padding: 10px;
    color: white;
    text-align: center;
}
#messages p.crit {
    background-color: red;
    color: white;
}



