body
{
 background-color: #ffffff;
 color: #000060;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 0.8em;
 line-height: 140%;
 background-image: url(../img/background.png);
 /*background-image: url(../img/background_winter.png);*/
 margin: 0.7em;
}

h1
{
 font-size: 1.9em;
 text-decoration: underline;
 font-weight: bold;
 line-height: 120%;
 margin: 0 0 0.8em;
}

h2
{
 font-size: 1.5em;
 font-weight: bold;
 text-decoration: underline;
 margin: 0 0 0.8em;
}

h3
{
 font-size: 1.2em;
 font-weight: bold;
 margin: 0 0 0.8em;
}

h4
{
 font-size: 1.1em;
 font-weight: bold;
 margin: 0 0 0.5em;
}

a:link
{
 color: black;
}

a:visited
{
 color: navy;
}

a:active
{
 color: lime;
}

a:hover
{
 color: #018001;
}

ul,ol
{
 list-style-image: url(../img/ball.png);
 margin-top: 0.5em;
}

ul.linklist
{
  list-style-image: url(../img/link.png);
  margin: 0.5em 0;
  padding-left: 2em;
}

li
{
 margin-bottom: 5px;
}

ul.linklist li
{
  margin-bottom: 0;
  vertical-align: middle;
}

ul.linklist li.linkup
{
  list-style-image: url(../img/linkup.png);
}

ul.linklist li.linkdl
{
  list-style-image: url(../download/img/download.png);
  margin-top: 1em;
}

hr
{
 color: navy;
 background-color: navy;
 height: 1px;
 border: none;
}

img
{
 vertical-align: middle;
 border-width: 0px;
}

pre
{
 padding-left: 20px;
 border-left: 3px double navy;
}

p.indented
{
  margin-left: 0.7em;
}


div.error
{
 color: maroon;
 padding: 5px;
 font-weight: bold;
 border-top: 1px solid maroon;
 border-bottom: 1px solid maroon;
 margin-bottom: 10px;
}

div.success
{
 color: green;
 padding: 5px;
 font-weight: bold;
 border-top: 1px solid green;
 border-bottom: 1px solid green;
}

div.tutorial
{
 clear: both;
 padding-top: 1em;
}

span.alphabox
{
	padding: 5px;
	background-image: url(../img/alpha_bg.png);
	border: 1px solid black;
	display: inline-block;
}

#bgTop
{
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100%;
  background-image: url(../img/bg_top.png);
  /*background-image: url(../img/bg_top_winter.png);*/
  background-repeat: repeat-x;
}

#mainpage
{
  position: relative;
  z-index: 1;
  width:100%;
}

#pageheader
{
  text-align: center;
  margin-bottom: 0.5em;
}

#menuleft
{
  float: left; 
  width: 15.5em; 
  margin-bottom: 1em;
}

#yacysearch
{
	float: right;
	width: 11em;
	padding: 0.3em;
	margin-left: 1em;
	margin-bottom: 1em;
	
	background-color: #f0f0ff;
	background-image: url(../img/yacylogo_pale.png);
	background-position: center 1em;
	background-repeat: no-repeat;
	border: 1px solid #a0a0ff;
	
	color: black;
	text-align: center;
	line-height: 120%;
}

#yacysearch p
{
	margin: 0 0 0.2em 0;
}

#yacysearch * input
{
	margin: 0.1em 0;
}

#yacysearch * a
{
	font-weight: bold;
	text-decoration: none;
}

#content
{
  border-left: 3px double navy; 
  padding-left: 0.5em;
  margin-left: 16em;
}

#footer
{
  clear: both; 
  margin-top: 1em;
  height: 2.2em;
  margin-bottom: 0.7em;
}
