* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Times, Tahoma, Georgia serif;
   font-size: 12px;
   line-height: 16px;
}

div {
   font-size: 12px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: transparent; 
   color: #000000; 
}

a:visited {
   text-decoration: none;
   background-color: transparent; 
  color: #000000;
}
a:hover {
   text-decoration: none;
   background-color: transparent; 
   color: #05aeef;
}

/*****************
basic layout 
*****************/
body {
   background: #ffffff; 
   color: #000000;
   margin:0;
}

div#pagewrapper {
   margin: 0 auto;
   width: 950px;
   background-color: transparent;
   color: #000000;
   overflow:hidden;
}

div#header {
	width:950px;
   overflow:hidden;
}
div#header h1{
	font-size:40px;
	line-height:46px;
	letter-spacing:3px;
	color:#ff00ff;
	text-align:center;
	margin:10px;
	padding:10px;
	overflow:hidden;
}
div#header h2{
	font-size:16px;
	line-height:26px;
	color:#2222ff;
	text-align:center;
	margin:10px;
	padding:5px;
	overflow:hidden;
}

div#main_pic {
	width:950px;
   height: 280px;
   overflow:hidden;
   background: #05aeef url(images/kreatyw/naglowek.jpg) no-repeat right bottom;
}
div#mp_left {
	width:330px;
	height:280px;
	padding:0;
	overflow:visible;
	float:left;
	display:inline;
}
div#mp_right {
	width:330px;
	height:280px;
	padding:0;
	overflow:hidden;
	float:right;
	display:inline;
}
div#mp_right p{
	color:#ff00ff;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin:120px 0 0 0;
}
div#mp_right p a{
	color:#ffffff;
	font-size:14px;
}
div#mp_right p a:hover{
	color:#ffffff;
}
div.breadcrumbs {
   padding: 5px;
   font-size: 12px;
   margin: 0;
   color: #ffffff;
   background-color: #4d4948;
}
div.breadcrumbs a{
   color: #ffffff;
}
div.breadcrumbs a:hover{
   color: #05aeef;
}
 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   width:950px;
   margin:0;
   background: #ffffff url(images/kreatyw/logo_vaanta.jpg) no-repeat right bottom;
   overflow:hidden;
}
div#main {
	width:950px;
	margin:10px 0 20px 0;
	overflow:hidden;
}

div#footer {
	height:30px;
	clear:both;
	color: #ffffff;
	background-color: #05aeef;
	border-top:5px solid #3956bf;
	margin:10px 0 10px 0;
}
div#footer p {
   font-size: 12px;
   text-align: center;
   margin:0;
   line-height:29px;
   padding-left:20px;
   color: #ffffff;
}

div#footer p a {
   color: #ffffff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#ff00ff;
	background:transparent;
	padding:8px;
	margin: 10px 0 10px 0;
}
div#content h2 {
   color: #00ff00; 
   font-size: 24px; 
   text-align: center; 
   padding: 5px;
   line-height: 30px;
   margin: 15px 0 15px 0;
}
div#content h3 {
   color: #ff0000; 
   font-size: 16px; 
   text-align: center; 
   padding: 5px;
   line-height: 24px;
   margin: 10px 0 10px 0;
}
div#content h4 {
   color: #68228b; 
   font-size: 14px;
   line-height: 22px;
   margin: 10px 0 10px 0;
}
h5 {
	color: #0000ff;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0 10px 0;
	padding: 5px;
	text-align:center;
	background:transparent;
}
h6 {
	color: #ff00ff;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0 10px 0;
	padding: 5px;
	text-align:center;
	background:transparent;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   color:#4f4f4f;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
