/* QEMU site stylesheet, modified by Raphael Saunier, r4ps_at_gmx_dot_ch*/

body {
	font-size: 1em;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	background: white url(bodybg.png) repeat-x top;
}
a {
	text-decoration: none;
	color: #096309;
	border-bottom: 1px dotted #096309;
}
a:hover
{
}
#header {
       height: 80px;
}
#logo {
      position: absolute;
      left: 50px;
      top: 15px;
}
#adv {
      position: absolute;
      right: 50px;
      top: 15px;
}
#leftside {
      position: absolute;
      left: 30px;
      width: 150px;
      padding-top: 10px;
	  _padding-top: 24px; /* Only to correct an Internet Explorer bug */
	  text-align: right;
	  font-family: Verdana;
	  font-size: 12px;
}
#leftside li{
	list-style: none;
	margin-top: 0px;
	_margin-top: -14px; /*... Once again. If anyone has a solution without using CSS hacks, please mail me ^^ */
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftside ul {
	padding: 0px;
	margin: 0px;
}
#leftside a {
	color: black;
	display: block;
	padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	border-right: 5px solid white;
	border-left: 2px solid white;
}
#leftside a
{
	border-bottom: none;
}
#leftside a:hover, #leftside b a {
	background: #279d27;
	color: white;
	border-right: 5px solid #096309;
	border-left: 2px solid #55bc55;
}

#footer {
	font-size: 0.7em;
	font-family: Verdana;
    margin-top: 20px;
    margin-left: 160px;    
	text-align: center;
	color: #808080;
}

#content {
		background: white;
		font-family: Verdana;
         width: auto;
         min-width: 150px;
         margin-top: 10px;
         margin-left: 160px;
         margin-right: 30px;
         border: 1px solid #096309;
         padding: 10px;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

.news-date {
    margin-top: 10px;
	font-size: 0.7em;
	color: #808080;
}
           
#license li {
       	list-style: decimal;
        margin-top: 15px;
        margin-bottom: 15px;
}

