/* GLOBAL STYLESHEET */

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

body {
  text-align: left;
  line-height: 1.35em;
  background-color: #fff;
  background: url("../files/images/lukas/podklad.png") #fff repeat-y;
  font-family: sans-serif;
  color: #222;
  padding: 0;
  margin: 0;
}

#header {
  /*background-color: #e9e9e9;
  border-bottom: 1px solid #111;*/
  overflow: hidden;
  text-align: left;
  padding-top: 1em;
  margin-bottom: 2em;
}

#logo {
  float: right;
  margin-top: -10px;
}

#title, .dleft {
  padding-top: 2.3em;
}

.dleft {
  float: left;
  width: 200px;
  overflow: hidden;
}

.lcontent {
  float: left;
  width: 400px;
  overflow: hidden;
}

.rcontent {
  float: right;
  width: 300px;
  overflow: hidden;
}

#content {
  margin-left: 200px;
  max-width: 800px;
}

#footer {
  margin: 5em 0;
  border-top: 1px solid #b33e46;
  text-align:right;
  font-family:sans-serif;
  font-size:x-small;
}

.padding {
  padding: 0 1em 1em 1em;
}

.clear {
  clear: both;
}


/* ostatni */

a, b, strong {
  color: #b33e46;
}

.hide {
  display: none;
}

#header h1 {
  margin-top: 0px;
}

#header img {
  display: block;
}

#menu ul {
  list-style-type:none;
  padding: 0;
}
#menu li a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
}
#menu li a:hover {
  text-decoration: underline;
  color: #b33e46;
}

#content img {
  border: 1px solid #b33e46;
  padding: 3px;
}

#content #logo img {
  border: none;
  padding: 0 0 0 20px;
}
#content img.vlevo {
  margin: 0 .5em .5em 0;
}
#content img.vpravo {
  margin: 0 0 .5em .5em;
}

input, textarea {
  border: 1px solid #c9c9c9;
}

textarea {
  width: 250px;
}

fieldset {
  border: none;
}

.right {
  text-align: right;
}