/* CSS for Plain v1.0 */

/* GENERAL CSS */

body {
  margin:0;
  height:100%;
  font-family:"Trebuchet MS", Arial, Verdana;
  font-size:0.8em;
  color:#555555;
  background-color:#FFFFFF;
  text-align:left;
}

input {
  background-color:#000000;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#ffffff;
  border:1px solid #5580A3;
  background-color:#6794B5;
  margin-bottom:2px;
}

input[type=submit] {
  background-color:#FFFFFF;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#000000;
  border:1px solid #5580A3;
  margin-bottom:2px;
}

a {
  color:#4D87CE;

  text-decoration:none;
}

a:hover {
  color:#2a65ad;
  text-decoration:underline;
}

acronym {
  cursor:help;
}

ol,ul {

}

li {
  list-style-image:url(images/backgrounds/li.gif);
  line-height:180%;
  text-align:left;
}

/* HEADER MENU */

#menu {
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#6794B5;
  margin-bottom:50px;
  color:#FFFFFF;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-variant:small-caps;
  background-image:url(images/backgrounds/menu.jpg);
}

#menu a {
  color:#FFFFFF;
  text-decoration:none;
  padding: 20px 10px 20px 10px;
}

#menu a:hover {
  border-bottom:1px solid #ffffff;
  border-left:1px solid #728d40;
  border-right:1px solid #e9ffb7;
  padding-left:9px;
  padding-right:9px;
  color:#000000;
  background-color:#FFFFFF;
  background-image:url(images/backgrounds/a_hover.jpg);
}

/* HEADER TITLE */

#header {
  width:750px;
  margin:0 auto 0 auto;
  margin-bottom:40px;
}

#header h1 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:230%;
  text-transform:uppercase;
  font-weight:normal;
  margin:0;
  padding:0;
  padding-top:5px;
  color:#736451;
  margin-bottom:10px;
  text-align:left;
}

#header h2 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:150%;
  text-transform:uppercase;
  text-align:right;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000000;
  border-bottom:1px solid #eeeeee;
}

#content {
  width:700px;
  margin:0 auto 0 auto;
  text-align:left;
}

.introduction {
  font-family:Helvetica, Arial, sans-serif;
  line-height:180%;
  font-size:100%;
  color:#99B198;
  text-indent:5%;
  background-image:url(images/backgrounds/desc.jpg);
  background-position:bottom left;
  padding-left:0;
  padding-right:200px;
  padding-bottom:35px;
  padding-top:0;
  background-repeat:no-repeat;
}



.clearer {
  clear:both;
}

/* SIDEBAR */

#sidebar {
  width:201px;
  float:right;
  font-size:95%;
  color:#000000;
  text-align:left;
  align:top;
}

#sidebar h1 {
	color: #383828;
	border-bottom: 1px dotted #A9A9A9;
	padding: 3px 0 2px 0px;
	font: bold 12px Verdana, Arial, sans-serif;
	margin: 0 0 8px 0;
}

#sidebar .searchform input.formfield {
  width:100%;
}

#sidebar ul.submenu {
  padding-left:0px;
  padding-bottom:10px;
  list-style-type:none;
}

#sidebar ul.submenu li {
  list-style-image:none;
  background-image:url(images/backgrounds/submenua.gif);
  background-position:right;
  background-repeat:no-repeat;
}

#sidebar ul.submenu li:hover {
  background-image:url(images/backgrounds/submenua_hover.gif);
  background-position:right;
  background-repeat:no-repeat;
}

#sidebar ul.submenu li a {
  display:block;
  width:90%;
  padding:0px;
  padding-right:0px;
}

#sidebar ul.submenu li a:hover {
  text-decoration:none;
  background-image:url(images/backgrounds/submenua_hover.jpg);
  background-repeat:repeat-y;
}

/* MAIN DIV */

#mainbar {
  margin-right:185px;
  padding-right:55px;

}

#mainbar h1 {
        color: #006699;
	border-bottom: 1px dotted #A9A9A9;
	font-weight: bold;
	font: bold 15px Arial, Verdana, sans-serif;
	padding: 0px 0 2px 0px;
	margin: 0 0 8px 0;	
}


#mainbar ul.itemmeta {
  border-top:1px solid #eeeeee;
  padding-left:0px;
  margin-bottom:25px;
  text-align:right;
}

#mainbar ul.itemmeta li {
  font-size:90%;
  text-align:right;
  display:inline;
  padding-right:5px;
  border-right:1px solid #dddddd;
}

#mainbar ul.itemmeta li.last {
  border-right:none;
  text-align:right;
}

#mainbar p {
  padding:0 15px 0px 15px;
  font-size:95%;
  line-height:180%;
}

#mainbar .articleimg {
  float:right;
  padding:5px;
  border:1px solid #eeeeee;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

#mainbar .comment {
  padding-left:65px;
  min-height:60px;
  background:url(images/backgrounds/commentquote.png);
  background-position:top-left;
  background-repeat:no-repeat;
}

/* BLOCKQUOTES */

#mainbar blockquote {
  margin-left:15px;
  padding-left:60px;
  min-height:60px;
  background:url(images/backgrounds/blockquote.png);
  background-position:top-left;
  background-repeat:no-repeat;
}

#mainbar blockquote p {
  line-height:120%;
}

/* FOOTER */

#footer {
  clear: both;
  width:100%;
  background-color:#6794B5;
  border-top:1px solid #5580A3;
  border-bottom:5px solid #5580A3;
  padding-top:5px;
  padding-bottom:5px;
  color:#666666;
}

#footer a {
  color:#000000;
}

#footer a:hover {
  color:#000000;
}

.leftbox { float: left; margin: 4px; } 
.rightbox { float: right; margin: 4px; }
.javer{
	color: #FF0000;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	text-align: left;
}
.anz{
	color: #C0C0C0;
	font-size: 10px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	text-align: right;
}
.spbox { background-color:#E9E9E9;
        color: #000000;
        -moz-border-radius: 8px;
	font-size: 11px;
}
.item{
      text-align: justify; 
}
img{
	border: none;
}
.centerize{

	text-align: center;

}
