@charset "UTF-8";

/* Zitate-Stylesheet für 7070.org */

body {
	font-family: Georgia, Verdana, sans-serif; /* Trebuchet MS, Verdana, Helvetica, Arial, serif */
	font-size: 105.01%;
	line-height: 1.5em;
	color: #333333;
	background: #f5f5f5;
	padding: 0;
	margin: 0;
}

a:link { 
	color: #f5f5f5; 
	text-decoration:none; 
	background-color: transparent; 
}

a:visited { 
	color: #f5f5f5; 
	text-decoration:none; 
	background-color: transparent;
}

a:active { 
	color: #f5f5f5; 
	text-decoration:none; 
	background-color: transparent;
}

a:hover { 
	background-color: transparent;
}

#icon {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

#icon[id] {
	position: fixed;
}

#logo {
	position: absolute;
	bottom: 0;
	right: 2px;
	margin: 0;
}

#logo[id] {
	position: fixed;
}

.mittig {
	vertical-align: middle;
	display:block;
}

.text {
	font-size: 120.01%;
}

.quelle {
	font-size: 95.01%;		/* 105.01 */
	text-align: right;
	font-style: italic;
}

.var {
	font-variant: small-caps;
}

#zentral {
	margin: -100px 0 0 -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	overflow: visible;
	/*background-color:#fdd;*/
}

q:lang(de) {
	quotes:"\201E" "\201C" "\201A" "\2018"; 
}

q:before {
	content:open-quote;
}

q:after {
	content:close-quote;
}

q q:before {
	content:open-quote;
}

q q:after {
	content:close-quote;
}

p.copyright { 
	font-size: 60%;
	color: #333333;
	font-family: Georgia, Verdana, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 20px;
	margin: 0 0 0 -300px;
	left: 50%;
}

p.impressum { 
	font-size: 40%;
	text-align: right;
	position: absolute;
	bottom: 2px;
	margin: 0 0 0 0px;
	right: 2px;
}