/* @override http://search.mac42.de/css/screen.css */

/* Standard Stylesheet
 * Site: 		search.mac42.de
 * Autor:		Thomas Bruehl (www.xept.de)
 * Date: 		22.10.2007
 * Last Change: 22.10.2007
 */

/* Reset all */
*{
	padding: 0;
	margin: 0;
/*	border: 0;*/
}

/* Allgemeines */
body {
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	background: #bbb;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #eee;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* Layout */
#wrapper {
	background-color: white;
	width: 960px;
	margin: 20px auto;
	padding: 10px;
	border: 1px outset gray;
}

#header {
}

#navi {
}

#content {
}

#sidebar {
}

#footer {
	text-align: center;
	color: black;
}

#footer p {
	font-size: 10px;
}

div#header h1 {
	text-align: center;
	float: none;
	clear: none;
	padding: 10px;
}

div#navi ul {
	text-align: center;
	padding: 10px;
}

div#navi li {
	float: none;
	list-style-position: inside;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

div#navi a {
	color: #444;
}

#footer a {
	color: #444;
	background-color: transparent;
}

#gsearchbox {
	text-align: center;
	padding: 10px;
}

div#content h2 {
	padding-top: 10px;
}

div#content p {
	text-align: justify;
}

div#content a {
	color: #444;
}

img#logo {
	float: left;
}

p#gsites {
	white-space: pre;
}
