

/* --- Stylesheet 663 () --------- */ 

@import url(http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope);
@import url(http://fonts.googleapis.com/css?family=Neucha);

body {
	background: url(http://tramino.s3.amazonaws.com/s/schraudolf/87745/flecken-grau.jpg) top left repeat fixed;
	color: #3CA314;
}

body a {
	color: #FD1D01;
	text-decoration: none;
}
body a:hover {
	color: #921000;
}
body h1 {
	font-family: 'Annie Use Your Telescope';
	font-size: 35px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
body h2 {
	font-family: 'Annie Use Your Telescope';
	font-size: 30px;
	font-weight: normal;
	color: #DC5A58;
	padding: 0px;
	margin: 0px;
}

body h3 {
	font-size: 25px;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0px;
}

body span.line { text-decoration: line-through; }
body span.lite { color: #8CCA7A; }

#page {
	margin: 50px;
	font-family: 'Neucha', arial, serif;
	font-size: 17px;
}


#content .box {
	background-color: #EEE;
	padding: 10px 10px 25px 10px;
	margin: 20px;
	display: inline-block;
	max-width: 500px;
	float: left;

	moz-box-shadow: 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;

	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);

}

#content .box.ungerade {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

#content .box table {
	font-size: 25px;
	font-family: 'Annie Use Your Telescope';
}
#content .box p { line-height: 25px; }
#content .box table td { vertical--align: top; }
#content .box table td.head {
	color: #8CCA7A;
	width: 100px;
}

#footer {
	margin: 50px;
	padding: 20px 30px;
	background-color: #EEE;
	moz-box-shadow: 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
	text-align: center;
	font-size: 13px;
}

#TraminoRubrik {
	padding: 20px;
	background-color: #EEE;
	moz-box-shadow: 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
}

/* --- Stylesheet 664 () --------- */ 

