/********** OGÓLNE PARAMETRY *********/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: 0;
}

body {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF005A;
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 40px;
}

#back1 {
	float: right;
	text-align: center;
}

#back1 a {
	background: url(img/back.png) no-repeat;
	width: 112px;
	height: 21px;
	font-size: 10px;
	font-weight: bold;
    color: white;
    text-decoration: none;
	display: block;
	line-height: 22px;
}

#back1 a:hover {  
	background: url(img/back.png) no-repeat bottom;
	color: black;
}

#back1 .arrow  span {
	font-weight: bold;
	margin-right: 8px;
}


/*** strona index  ***/

#wrapper-index {
    background: black url(img/tlo-980.jpg) no-repeat;
    width: 980px;
    height: 816px;
    margin: 0 auto;
}

#wrapper-index p { 
    font-size: 47px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 135px;
    padding-left: 45px;
}

#menu-index {
	width: 190px;
	margin-left: 50px;
	padding-top: 120px;
}

#menu-index li {
    list-style: none;
    margin-bottom: 12px;
}

#menu-index a {
    text-decoration: none;
    font-size: 32px;
    color: #FF005A;
    height: 40px;
    display: block;
    padding-left: 10px;
}

#menu-index li:hover {
    background: #FF005A url(img/roz-right.png) 184px 0 no-repeat;
    list-style: none;
    padding-right: 10px;
}

#menu-index a:hover {
    background: url(img/roz-left.png) no-repeat;
    padding-left: 10px;
    color: white;
}


/*** strona biography  ***/

#wrapper-biography {
    width: 920px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#wrapper-biography p  {
    padding-top: 20px;
}

#wrapper-biography h1 {
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 10px;
}

#wrapper-biography h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 140%;
    padding-left: 30px;
    width: 850px;
} 

#wrapper-biography h3  {
    padding-top: 40px;
} 

#wrapper-biography .data  {
    background: url(img/roz.png) no-repeat;
    width: 43px;
    height: 18px;    
    color: white;
    font-weight: bold;
    margin-left: 30px; 
    margin-right: 6px;
    padding-left: 6px;
    padding-top: 1px;
    display: inline-block; 
}


/*** strona contact  ***/

#wrapper-contact {
    width: 980px;
    height: 816px;
    margin: 0 auto;
}
