/**
 * Copyright (C) 2005 Pablo Hoch, pablohoch.de
 * All rights reserved.
 */

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a, a:visited {
	color: blue;
}

a:hover, a:active {
	color: red;
}

/********************************************************/
/* Containers */

#header {
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 20px 0 30px 0;
	width: 800px;
	height: 170px;
}

#header img {
	float: left;
}

#header #welcome {
	float: left;
	margin: 10px 0 0 20px;
	width: 600px;
	text-align: left;
}

#mainbox {
	clear: both;
	width: 800px;
	margin: 0 auto;
	background: #ffd659;
	padding-bottom: 20px;
}

#menubar {
	background: #ff6600 url("../images/orange-stripes.gif");
	color: #fff;
	width: 100%;
	height: 30px;
	text-align: center;
}

#container {
	width: 70%;
	min-width: 700px;
	margin: 20px auto;
}

#footer {
	clear: both;
	padding: 20px;
	background: #fff;
	text-align: center;
	font-size: 80%;
	line-height: 1.2em;
}

/********************************************************/
/* Typography */

body {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 130%;
}

h1 {
	/*font-family: Georgia, serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: -0.03em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	letter-spacing: -0.03em;
	margin-bottom: 8px;
}

h2 a {
	padding: 2px;
	margin-left: -2px;
}

h2 a, h2 a:visited {
	color: black;
	text-decoration: none;
}

h2 a:hover, h2 a:active {
	color: #FFF8AF;
	background: #000;
}

/********************************************************/

.soft.obsolete, .soft.obsolete h2 a {
	color: #777;
}

/********************************************************/

.ads {
	text-align: center;
	margin: 20px 0 10px 0;
}

.buttonbox {
	text-align: center;
	margin: 40px 0 0 5px;
}

.buttonbox a {
	text-decoration: none;
	padding: 5px;
	color: #000;
	margin: 5px;
}

.buttonbox a:hover {
	color: #fff;
	background: #000;
}

.buttonbox img {
	vertical-align: middle;
}
