* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #c22042;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 0px;
}

hr
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 1px;
	border: 0px;
	color: #c22042;
	background-color: #c22042;
}


body {
	position: absolute;
	min-width: 990px;
	width: 100%;
	height: 100%;
	background: #231f20 url('/img/column-left.jpg') repeat-y;
}

body#body-grey {
	background: #9ea7ac url('/img/column-left-grey.jpg') repeat-y;
}

div#right-column {
	/*background: transparent url('/img/column-right.jpg') repeat-y right;*/
	width: 100%;
	height: 100%;
}

div#right-column-grey {
	/*background: transparent url('/img/column-right-grey.jpg') repeat-y right;*/
	width: 100%;
	height: 100%;
}

div#right-gradient-grey {
}

div#krakow-home {
	position: absolute;
	width: 100%;
	height: 592px;
	border-bottom: 1px solid #bc0382;
}

a#logo {
	position: absolute;
	display: block;
	background: transparent url('/img/logo-home.png') no-repeat center top;
	width: 100%;
	top: 30px;
	height: 106px;
}

a#logo-small {
	position: absolute;
	display: block;
	background: transparent url('/img/logo-subpage.png') no-repeat center top;
	width: 100%;
	top: 30px;
	height: 106px;
}

div#international {
	position: absolute;
	top: 152px;
	left: 50%;
	right: 27px;
	height: 50px;	
}

div#international-home {
	position: absolute;
	top: 152px;
	left: 50%;
	right: 27px;
	height: 50px;
}
div#international-home img {
	position: absolute;
}

#ipn {
	position: absolute;
	left: 50%;
	top: 152px;
}

#ipn-home {
	left: -34px;
}


div#main {
	position: absolute;
	top: 232px;
	left: 324px;
	right: 0px;
	padding-right: 27px;
	height: 500px;
	/*background: transparent url('/img/column-right-grey.jpg') repeat-y right;*/
}

div#main-home {
	position: absolute;
	top: 183px;
	left: 324px;
	height: 580px;
	right: 27px;
}

h1#header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;
}

div#content {
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: justify;
	height: 350px;
}

div#menu-home {
	position: absolute;
	top: 206px;
	width: 321px;
}

div#menu {
	position: absolute;
	top: 157px;
	width: 321px;
}

div#home-content {
	left: 50%;
	top: 208px;
	width: 480px;
	position: absolute;
}
div#home-content p {
}

body.mceContentBody
{
	background: #cbcbcb;
	width: 500px;
	min-width: 500px;
}

body.mceContentBody ul, #content ul, body.mceContentBody ol, #content ol
{
	padding-left: 25px;
}  

body.mceContentBody 
{
	position: relative;
}
.pink {
	color: #c22042;
}

.fontSize1, .fontSize1 * {
	color: inherit;
	font-size: 8px;
}

.fontSize2, .fontSize2 * {
	color: inherit;
	font-size: 10px;
}

.fontSize3, .fontSize3 * {
	color: inherit;
	font-size: 12px;
}

.fontSize4, .fontSize4 * {
	color: inherit;
	font-size: 14px;
}

.fontSize5, .fontSize5 * {
	color: inherit;
	font-size: 18px;
}

.fontSize6, .fontSize6 * {
	color: inherit;
	font-size: 24px;
}

.fontSize7, .fontSize7 * {
	color: inherit;
	font-size: 32px;
}

