@CHARSET "UTF-8";

#world {
  margin: 1em auto;
  background-image:url("background.png");
  background-repeat:repeat-y;
  width:780px;
}

BODY {
  background: #dbebff;
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-align:center;
  }
A:link {
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
A:visited {
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
A:hover {
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
A:active {
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
}      
  
.header {
  width:780px;
  background-color:#dbebff;
  text-align:left;
  font-size:14px;
  font-weight:bold;
}
.oldLogo {
  float:left;
  clear:none;
}
.newLogo {
  float:right;
  clear:none;
}
.header_left_column {
  float:left;
  clear:none;
  background-color:#dbebff;
  padding-left:10px;
}
.header_right_column {
  float:right;
  clear:none;
  padding-right:10px;
}
.header_links {
  width:780px;
  align:center;
  background-color:#b2d4ff;
  clear:both;
  border-width:0px;
  border-top-width:1px;
  border-style:solid;
  border-color:#000000;
}
.searchBar {
  width:776px;
  text-align:right;
  background-color:#5da4fc;
  border-width:0px;
  border-top-width:1px;
  border-style:solid;
  border-color:#000000;
  padding:2px;
  clear:both;
}
.searchBar_input {
  width:200px;
}
.pageContent {
  width:780px;
  border-width:0px;
  border-top-width:1px;
  border-style:solid;
  border-color:#000000;
}
.mainmenu {
  float:left;
  width:150px;
  background-color:#b2d4ff;
}
.addons {
  float:right;
  width:150px;
}  
.mainpage {
  float:left;
  width:476px;
  padding:2px;
  text-align:justify;
}
.topicimage {
}
.imagetext {
  text-align:center;
  font-style:oblique;
  margin-top:10px;
}
  
P {
  padding-left:3px;
  padding-right:3px;	
}	  
H1 {
  border-width:0px;
  border-top-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#000000;
  margin:3px;
  margin-bottom:10px;
  font-weight:bold;
  background-color:#b2d4ff;
  font-size: 16px; 
  font-weight: bold;
  text-decoration: none;
  padding:3px;
}
.headerComments {
  font-weight:normal;
  font-size:11px;	
}
  
H3 {
  border-width:0px;
  border-top-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#000000;
  margin:3px;
  margin-bottom:10px;
  margin-top:5px;
  font-weight:bold;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding:2px;
}
INPUT {
  background-color:#b2d4ff;
  border-width:1px;
}
SELECT {
  background-color:#b2d4ff;
  border-width:1px;
}
TEXTAREA {
  background-color:#b2d4ff;
  border-width:1px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
}
TABLE {
  <!-- nejak vycentrovat -->
}
  
  
  