/* CSS Document */

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color: #8b8b8b;*/
	background-color: #FFFFFF;
	text-align: center;
	color: #5f5f5f;
	margin: 0px;
	padding: 0px;
}

a:visited		{ color: #df0000; text-decoration: underline; }
a:active		{ color: #df0000; text-decoration: underline; }
a:link 		{ color: #df0000; text-decoration: underline; }
a:hover		{ color: #5f5f5f; text-decoration: underline; }

a.sk				{ color: #a10000; text-decoration: none; }
a.sk:active		{ color: #a10000; text-decoration: none; }
a.sk:link 		{ color: #a10000; text-decoration: none; }
a.sk:hover		{ color: #5f5f5f; text-decoration: underline; }

a.mn:visited		{ color: #FFFFFF; text-decoration: none; }
a.mn:active		{ color: #FFFFFF; text-decoration: none; }
a.mn:link 		{ color: #FFFFFF; text-decoration: none; }
a.mn:hover		{ color: #FFFFFF; text-decoration: none; }

a.lm:visited		{ color: #626262; text-decoration: none; font-weight: bold; }
a.lm:active		{ color: #626262; text-decoration: none; font-weight: bold; }
a.lm:link 		{ color: #626262; text-decoration: none; font-weight: bold; }
a.lm:hover		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.mm:visited { color: #FFF; padding: 4px 3px; text-decoration: none; display: block; border-bottom: 1px solid #5d5d5d; border-top: 1px solid #878787; border-right: 1px solid #878787; border-left: 1px solid #878787;}
a.mm:active { color: #FFF; padding: 4px 3px; text-decoration: none; display: block; border-bottom: 1px solid #5d5d5d; border-top: 1px solid #878787; border-right: 1px solid #878787; border-left: 1px solid #878787;}
a.mm:link { color: #FFF; padding: 4px 3px; text-decoration: none; display: block; border-bottom: 1px solid #5d5d5d; border-top: 1px solid #878787; border-right: 1px solid #878787; border-left: 1px solid #878787;}
a.mm:hover { color: #FFF; padding: 4px 3px; text-decoration: none; display: block; border: 1px solid #DDD; background-color: #CF0202; }

a .lm1 {
	color: #828282;
	height: 100%;
}

a:hover .lm1 {
	color: #FFF;
     height: 100%;
}

.lm1 {
      font-size: 10px;
	 display: block;
	 margin-left: 10px;
	 margin-top: 2px;
	 text-transform: none;
}

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

.clear { clear: both; }

.clearDiv { clear: both; font-size: 1px; height: 1px;  }

.form {
	font-size: 11px;
	color: #5f5f5f;
	padding: 2px;
	border: 1px solid #DDD;
	background-color: #FFF;
}

.formButton {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #DDD;
	background-color: #858585;
}

.divInput {
     border: 1px solid #DDD;
	width: 128px;
	height: 15px;
	padding: 2px;
	background-color: #FFF;
}

.divInput[class] {
	width: 118px;
}

.pudorys {
     font-weight: bold;
	display: block;
	border-bottom: 1px solid #DDD;
	width: 80%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.tcl1 {
	color: #df0000;
}

.tcl2 {
	color: #404040;
}

.lv1 {
	background-color: #FBFBFB;
}

.lv2 {
	background-color: #F6F6F6;
}

.title1 {
     font-size: 12px;
     color: #a10000;
     font-weight: bold;
}

.title2 {
	font-size: 12px;
	color: #404040;
	font-weight: bold;
}

.title3 {
	font-size: 11px;
	color: #404040;
	font-weight: bold;
}

.mn {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.c1Area {
	padding: 3px;
	margin: 1px;
	background-color: #fafafa;
	border: 1px solid #ddd;
}

.c2Area {
	padding: 3px;
	margin: 1px;
	border-bottom: 1px solid #DDD;
}

.textArea {
	width: 508px;
	float: left;
}

.standard {
	font-size: 11px;
}

.imageBorder {
	padding: 2px;
	margin: 1px;
	border: 1px solid #DDD;
}

.body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

.mainTab {
	width: 980px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #5f5f5f;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}


.header{
	height: 28px;
	background-image: url(../img/bg01.gif);
	background-repeat: repeat-x;
	width: 980px;
}

.links {
     float: right;
	padding-top: 5px;
}

.links img {
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.flags { float: left; border: 1px solid red; }
.titles { float: right; border: 1px solid red; }

.bg04 {
	background-image: url(../img/bg04.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.topMenu {
	height: 77px;
	vertical-align: top;
}

.menutd {
     float: right;
	height: 77px;
	position: relative;
	vertical-align: bottom;
}

.menu {
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.menuButton1 {
	width: 120px;
	height: 59px;
}

.menuButton1 a {
	background-image: url(../img/skupina01.gif);
	display: block;
}

.menuButton1 a:hover {
	background-image: url(../img/skupina.gif);
     display: block;
}

.menuButton2 {
	width: 141px;
	height: 59px;
}

.menuButton2 a {
	background-image: url(../img/aktuality01.gif);
	display: block;
}

.menuButton2 a:hover {
	background-image: url(../img/aktuality.gif);
     display: block;
}

.menuButton3 {
	width: 133px;
	height: 59px;
}

.menuButton3 a {
	background-image: url(../img/sponzoring01.gif);
	display: block;
}

.menuButton3 a:hover {
	background-image: url(../img/sponzoring.gif);
     display: block;
}

.menuButton4 {
	width: 128px;
	height: 59px;
}

.menuButton4 a {
	background-image: url(../img/kontakty01.gif);
	display: block;
}

.menuButton4 a:hover {
	background-image: url(../img/kontakty.gif);
     display: block;
}

#menu1 {
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	visibility: hidden;
     z-index: 99;
     background-color: #f6f6f6;
     padding: 3px 3px 3px 3px;
     position: absolute;
     bottom: -305px;
     right: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DDD;
	width: 243px;
}

#menu1[class] {
	width: 252px;
}

#menu2 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	visibility: hidden;
     z-index: 99;
     background-color: #878787;
     padding: 3px 3px 0px 3px;
     position: absolute;
     top: 154px;
     left: 193px;
 	border-width: 1px;
	border-style: solid;
	border-color: #5d5d5d;
	width: 192px;
	margin: 0px;
}

#menu2[id] {
	width: 185px;
}

#menu2 li {
	list-style: none url(../../img/blank.gif);
	padding: 0px;
	margin: 0px;
}

#menu3 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	visibility: hidden;
     z-index: 99;
     background-color: #878787;
     padding: 3px 3px 0px 3px;
     position: absolute;
     top: 205px;
     left: 193px;
 	border-width: 1px;
	border-style: solid;
	border-color: #5d5d5d;
	width: 192px;
	margin: 0px;
}

#menu3[id] {
	width: 185px;
}

#menu3 li {
	list-style: none url(../../img/blank.gif);
	padding: 0px;
	margin: 0px;
}

.search {
	width: 120px;
	height: 77px;
	float: left;
}

.topMotiv {
	height: 77px;
	width: 230px;
	float: left;
	position: relative;
}

.topMotiv[class] {
     margin-right: 18px;
}

.motiv {
	position: absolute;
	bottom: -1px;
}

.motiv[class] {
	position: absolute;
	bottom: 0px;
	right: -2px;
}

.contact {
     border: 1px solid #d0d0d0;
	width: 192px;
	margin-left: 11px;
	margin-right: 7px;
	height: 180px;
	float: left;
}

.contact table td {
	height: 13px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.redzone {
	background-image: url(../img/bg02.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width: 243px;
	height: 180px;
	float: right;
	position: relative;
}

.redzone[class] {
	width: 252px;
}

.redzone_head {
	background-image: url(../img/bg03.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 33px;
	width: 243px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.main {
	vertical-align: top;
}

.redzone_head[class] {
	width: 252px;
}

.leftBar {
	margin-top: 10px;
	width: 192px;
	margin-left: 7px;
	float: left;
}

.leftBar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.leftMenu {
	padding: 0px;
	margin: 0px;
}

.leftMenu li {
     font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
}

.leftMenu li img {
	margin-right: 5px;
}

.leftMenu li a {
     display: block;
     border-width: 0px 0px 1px 0px;
     border-style: solid;
     border-color: #DDD;
	padding: 5px 0px 5px 10px;
     margin: 0px;
 	height: 100%;
}

.leftMenu li a:hover {
     background-color: #cf0202;
	display: block;
	color: #FFF;
	border-width: 0px 0px 1px 0px;
	border-color: #980000;
	border-style: solid;
     padding: 5px 0px 5px 10px;
     margin: 0px;
     height: 100%;
}

.mainBar {
	padding-top: 10px;
	margin-left: 11px;
	float: left;
	width: 755px;
}

.mainBar[class]{
	width: 763px;
}

.mainBar ul {
	list-style-image: url(../img/arow03.gif);
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.rightBar {
	width: 243px;
	padding: 0px 0px 0px 0px;
	float: right;
 	position: relative;
}

.rightBar[class] {
	width: 250px;
}

.spolecnosti {
	padding: 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #d0d0d0;
}

.footerLinks {
	font-family: Verdana;
	font-size: 9px;
	padding: 0px 0px;
}

.footerLinks a:visited		{ color: #FFFFFF; text-decoration: none; }
.footerLinks a:active		{ color: #FFFFFF; text-decoration: none; }
.footerLinks a:link 		{ color: #FFFFFF; text-decoration: none; }
.footerLinks a:hover		{ color: #FFFFFF; text-decoration: none; }


.footerlink_red {
	background-color: #cb0001;
	height: 36px;
	width: 226px;
	float: left;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #a10000;
}

.footerlink_red[class] {
	width: 223px;
}

.footerlink_gray {
	height: 36px;
	background-color: #878787;
	width: 751px;
	float: right;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #606060;
	text-align: center;
}

.footerlink_gray span {
	display: block;
	margin: 3px;
}

.gray_link {
	height: 10px;
	background-color: #878787;
	width: 751px;
	font-size: 1px;
	float: right;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #606060;
	text-align: center;
}

.foot {
	height: 10px;
}

.red_link {
	background-color: #cb0001;
	height: 10px;
	width: 226px;
	font-size: 1px;
	float: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #a10000;
}

.red_link[class] {
	width: 223px;
}

.gray_link {
	height: 10px;
	background-color: #878787;
	width: 751px;
	font-size: 1px;
	float: right;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #606060;
	text-align: center;
}

.gray_link img {
	margin-top: 1px;
	margin-right: 10px;
}

.career{
	border: 1px solid #DDD;
	width: 185px;
	margin: 3px;
	padding: 5px;
}

.career[class] {
	width: 175px;
}
