/*
Theme Name: Zitate
Description: A site by <a href=" http://www.voll-strecker.de">Christoph Strecker</a>.
Version: 1.0
Author: Christoph Strecker
Author URI:  http://www.voll-strecker.de
*/
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #000;
	background: #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}

#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#wrapper {
background:transparent;
width:100%;
top: 0;
left: 0;
z-index: 2;
}

#content {
	position: absolute;
	top: 30%;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	font-size: 1.5em;
	z-index: 2;
	color:#000;
	text-align:center;
}
#copyright {
	position: absolute;
	right: 2%;
	top: 2%;
	padding: 2px 5px;
	color: #fff;
	text-align: right;
	z-index: 2;
}

#bottom {
	position: absolute;
	right: 2%;
	bottom: 2%;
	padding: 2px 5px;
	color: #fff;
	text-align: right;
	z-index: 2;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 1.1em;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

img, a img {
	border: 0;
}

