/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	background:none repeat scroll 0 0 #000;
	color:#111;
	font-family:Georgia,'Times New Roman',serif;
	font-size:70%;
	line-height:1.6em;
}

a:link {
	color: #111;
	background-color: #fff;
	text-decoration: none;
}

.content a{
	font-style:italic;
}

a:visited {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:red;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	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{ text-align:center;}

h1.logo img{
	width:220px;
	margin-bottom:20px;
}

h2 {
	text-transform:uppercase;
	margin:1em 0;
	font-size:1.4em;
	font-weight:normal;
	color:#333;
}

/* Layout */
#wrapper {
	width:700px;
	margin-top:0px;
	margin-left:100px;
	padding:0 70px 50px;
	background:#fff;
	position:absolute;
}

#header{ position:fixed; background:#fff; width:700px;
	padding-top:10px;}

#overlay{
	position:relative;
	width:100%;
	z-index:3;
}

.scanlines {
	background:url("img/bg_1.png") repeat scroll 0 0 transparent;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:3;
}
.content{margin-top:100px; padding-top:10px;border-top:1px solid #ccc;}
a.active{color:red;}
#eng{display:none;}
.lang ul li{display:inline;list-style:none;}
li.de{padding-right:5px; margin-right:5px; border-right:1px solid #ccc;}
.intro{width:400px; float:left; margin:0 0 2em; font-size:1.2em;}
.left{width:400px; float:left; margin:1em 0 2em; font-size:1.2em;}
.right{width:220px; float:right; margin:1em 0 0;}
p.price{font-size:1.6em; font-weight:bold; float:left; width:60%; 	padding-top:5px;}
.donate{width:220px; float:right;}
.donate p{font-size:3em; line-height:1.2em;}
.donate p span{font-size:0.5em;}
form{
	background:#fff;
	color:#000;
	margin-top:20px;
}

form table{
	float:left;
	padding:0;
	margin:0;
}

form table tr{
	float:left;
	
	font-size:1.2em;
}

span{
	padding-top:5px;
	padding-right:5px;
}

select{background:#ccc; padding:5px ; color:#000; }
option{padding:0 5px;}
input.button{
	clear:both;
	background:#000;
	color:#fff;
	padding:5px 0;
	font-size:1.4em;
	width:220px;
	float:right;
	text-align:center;
	margin-top:1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.donate input.button{
	margin:0 0 1em;
}

input.button:hover{
	background:#ccc;
	color:#000;
	cursor:pointer;
}


#footer {
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid #ccc;
}

#footer ul li {
	display:inline;
	margin-right:10px;
}

#footer ul li.right{
	margin:0;
	text-align:right;
}

#footer ul li a{
}

#footer ul li a img {
	margin-bottom:-2px;
	margin-right:4px;
}
