@CHARSET "UTF-8";

body {
	font: normal 0.8em "Trebuchet MS", sans-serif;
	line-height: 1.4em;
	color: #666666;
	background: transparent url(../images/banner.jpg) repeat-x 0 85px;
	text-align:center;
	/*white-space: nowrap;*/
}

* {
	padding: 0;
	margin: 0;
}
/* header span*/

#header {
  width:100%;
  height:240px;
  text-align:left;
}

#headerInner {
  position: relative;
  text-align:left;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: transparent url(../images/topmargin.gif) repeat-x ;

}

/* logo, text logo, and slogan */

#siteName {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #15bbb0;
  font-size: 20px;
  display: inline;
<!--  line-height: 105px; -->
 
}

#siteName a {
  color:#15bbb0;
  text-decoration:none;
  line-height: 105px;
  position: absolute;
  left: 230px;
}

#siteName a:hover {
  color:#15bbb0;
  text-decoration:none;
}

#logo {
  display:table;
  float: left;
  white-space: nowrap;
}

#logo img {
  border: 0;
}

#logoUWr {
	
}

#logoII {
	position: absolute;
	float: left;
	margin-top: 20px;
}

#logoIM {
	margin-top: 20px;
}

#logowrapper {
	position: absolute;
	white-space: nowrap;
}

#logowrapper p{color:#fff;float:left;font-size:0.9em;height:40px;line-height:1.3;padding-left:5px;padding-top:32px;width:210px;}
#logowrapper p a{color:#fff;text-decoration:underline;}


/* dla instrukcji */
#info * {
}

#info {
	width: 600px;
	margin: 0 auto;
	margin-top: 25px;
	white-space:normal;
	text-align: left;
}

#info ul {
	margin-left: 40px;
}

#info h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#info h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

#info p {
	text-indent: 20px;
}

/* dla wyszukiwania */
#searchOptions {
	margin: 0 auto;
	margin-top: 5;
}

/* dla katalogu kartkowego */
#content {
	display: block;
	margin: 0 auto;
	text-align: center;
	
}

div.form {
	display: table;
	margin: 0 auto;
	text-align: left;

}

#footer {
	display: table;
	background-color: #29bdb2;

	margin-top: 20px;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: text-bottom;
}

#footer p {
	display: block;
	margin-top:10px;
	height: 20px;
	color: white;
	font-weight: bolder;
	font-style: oblique;
}

#footer a {
	color: white;
}