* {
  margin: 0px;
  padding: 0px;
  font-size: 11pt;
  font-family: sans;
}

body {
  text-align: center;
}

a {
  color: #40ab0b;
  text-decoration: none;
	border: 0px;
}

img {
	border: 0px;	
	}

h1 {
  padding: 10px;
  font-size: 14pt;
  text-align: center;
  /*text-decoration: underline;*/
}

h2 {
  padding: 10px;
  padding-left: 5px;
  font-size: 13pt;
}

p {
  /*padding-top: 4px;
  padding-bottom: 4px;*/
  text-align: justify;
}

#all {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  background: url('../layout/bg.png') repeat;
  text-align: left;
}

#pageHeader {
  border-bottom: #9e0404 solid 1px;
}

#pageName {
  /*font-size: 17pt;
  font-weight: bold;
  padding-left: 20pt;
  line-height: 60px;
  color: #40ab0b;*/
  
  /* Hide the text. */
    color: transparent;
}

#pageDescription {/*
  font-size: 10pt;
  line-height: 40px;
  color: #5e5e5e;*/
  
  /* Hide the text. */
    color: transparent;
}
#pageLogo {
	width:50%;
	margin: 10px;
}

#banner {
  margin-top: 10px;
  /*background: url('../layout/banner.png');*/
  width: 950px;
  height: 276px;
}

#menuTop {
  border-bottom: #9e0404 solid 2px;
  text-align: right;
}

#menuTop a {
  text-decoration: none;
  color: black;
  line-height: 25px;
  padding: 3px;  
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

#menuTop a:hover {
  background: #eae9e9;
}

#menuTop ul {
  list-style: none;
  display: inline;
}

#menuTop li {
  display: inline;
}

#searchEngine {
	float: left;
	width: 187px;
	margin-left: 15px;
	margin-top: 5px;
}

#menuBottom {
  text-align: left;
  float: left;
  width: 730px;
}

#menuBottom a {
  text-decoration: none;
  color: black;
  line-height: 25px;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px; 
  font-weight: bold;
}

#menuBottom a:hover {
  background: #eae9e9;
}


#menuBottom ul {
  list-style: none;
  display: inline;
}

#menuBottom li {
  list-style: none;
  display: inline;
  float: left;
  position: relative;
}

#menuBottom ul ul{
  display: none;
  list-style: none;
}

#menuBottom ul li:hover ul{
  position: absolute;
  clear: both;
  display: block;
  top: 25px;
  border: 0px;
}

#menuBottom ul li:hover ul li{
  display: block;
  width: 200px;
  background: #eae9e9;
}

#menuBottom ul li:hover ul ul {
  display: none;
  list-style: none;
}

#menuBottom ul li ul li:hover ul {
  display: block;
  left: 200px;
  border-left: 1px solid white;
  top: 0px;
  z-index: 3;
  position: absolute;
}
#menuBottom ul li:hover ul li ul li {
  background: #eae9e9;
}

#left {
  float: left;
  margin: 5px;
  background: white;
  width: 730px;
}

#navbar {
  margin: 10px;
  font-size: 8pt;
}

#navbar a {
  font-size: 8pt;
}

.categoryMenu {
  list-style: inside;
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid  #555555;
  border-top: 1px solid  #555555;
}

#productCatalog ul {
  display: inline;
  list-style: none;
}

#productCatalog li {
  /*display: inline;
  float: left;
  width: 230px;*/
  padding: 6px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #555555;
}

#productCatalogMP ul {
  display: inline;
  list-style: none;
}

#productCatalogMP li {
  display: inline;
  float: left;
  width: 350px;
  height: 150px;
  padding: 6px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #555555;
  background: #e6e6e6;
  margin: 1px;
}

.textA a {
  color: black;
  font-weight: bold;
}

.pages {
  clear: both;
  text-align: center;
  font-size: 8pt;
  padding: 15px;
}

.pages a {
  font-size: 8pt;
}

.textDate {
  font-size: 8pt;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid  #555555;
}

.textDateAuthor {
  font-size: 8pt;
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  color: #555555;
}

.textSubscribe {
  padding-top: 5px;
}

.textSubscribe p {
  font-size: 9pt;
}

.textAttr {
  margin: 5px;
}

.textAttrAttr {
  font-weight: bold;
}

.textText {
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

#right {
  float: left;
  margin: 5px;
  width: 187px;
  background: url('../layout/aktuality.png') white no-repeat;
  border: 1px solid #e6e6e6;
  border-top: 0px;
  padding: 5px;
  padding-top: 50px;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 8pt;
}

.firstText {
  padding: 5px;
  background: #eeeeee;
  color: #5e5e5e;
  margin: 5px;
}

#seBasicForm {
	width: 197px;
}

#seExtendedForm {
  margin: 5px;
  margin-bottom: 15px;
}

#seResultField {
  margin: 5px;
}

.seCategory {
  border-top: 1px solid #999999;
  margin-bottom: 15px;
}

.seFulltext {
  border-top: 1px solid #999999;
  margin-bottom: 15px;
}

.seTextResult {
  font-size: 9pt;
  color: #555555;
  margin-bottom: 10px;
}

.seTextResult * {
  font-size: 9pt;
  color: #555555;
}

.seTextResult a {
  color: #40ab0b;
  font-size: 10pt;
}

.seSearchedText {
	border: 1px solid gray;
	width: 143px;
	background: url('../layout/lupa.png') no-repeat white right;
}

.seButton {
	background: url('../layout/button.png') repeat-x;
	color: white;
	font-size: 9pt;
	border: 0px;
}

.seButton:hover {
	background: url('../layout/buttonReversed.png') repeat-x;
}