/* knalli, knallisworld (at) googlemail (.) com */
html {
	background-color: gray;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 900px;
}

body > b {
	background-color: #900;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.43, rgb(196,1,14)), color-stop(0.72, rgb(176,0,12)), color-stop(0.86, rgb(172,0,11)));
	background: -moz-linear-gradient(center top, rgb(196,1,14) 43%, rgb(176,0,12) 72%, rgb(172,0,11) 86%);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	height: 102px;
	color: white;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

body > h2 {
	top: 0;
	position: absolute;
	color: white;
	margin: 30px 0 0 20px;
	border: 1px solid white;
	padding: 3px;
}

body > h2 a {
	color: white;
	text-decoration: none;
}

body > p[align="right"] {
	color: rgb(172,0,11);
	position: absolute;
	left: 560px;
	top: 38px;
	font-size: 10px;
}

body > p[align="right"] > a[href="http://blog.fefe.de/faq.html"]{
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.43, rgb(255,255,255)), color-stop(0.72, rgb(243,243,243)), color-stop(0.86, rgb(236,236,236)));
	background: -moz-linear-gradient(center top, rgb(255,255,255) 43%, rgb(243,243,243) 72%, rgb(236,236,236) 86%);
	border: 1px solid #999;
	display: table;
	height: 19px;
	padding: 3px 10px 0px 25px;
	width: 250px;
	text-align: right;
	text-decoration: none;
	color: gray;
}

body > p[align="right"] > a[href="http://alternativlos.org/"]{
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.43, rgb(255,255,255)), color-stop(0.72, rgb(243,243,243)), color-stop(0.86, rgb(236,236,236)));
	background: -moz-linear-gradient(center top, rgb(255,255,255) 43%, rgb(243,243,243) 72%, rgb(236,236,236) 86%);
	height: 22px;
	padding: 4px 0 0 20px;
	width: 880px;
	top: 54px;
	left: -561px;
	position: absolute;
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	border-left: 1px solid rgb(237, 237, 237);
	color: black;
	font-weight: bold;
}

body > h3, body > h3+ul {
	padding: 20px 0 0;
	margin: 20px;
	width: 860px; /* 522 falls sidebar hinzukommt */
}

body > h3 a, body > h3+ul a {
	color: #900;
}

body > h3 {
	border-top: 4px solid #ECECEC;
	line-height: 1.2em;
	font-size: 1.5em;
	margin-top: 70px;
	color: #900;
	margin-bottom: -20px;
}

body > ul > li {
	font-size: 0.75em;
	list-style-type: square;
	margin-left: 20px;
}

body > ul > li > a:first-child:before {
	content: "Fotostrecke:";
	color: #900;
	text-decoration: underline;
}
body > ul > li > a:first-child {
	color: white;
	width: 75px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

body > div[align="center"], body > div[align="center"]+div {
	background-color: #eeeeee;
	color: gray;
	font-size: 10px;
	text-align: center;
	padding: 20px 0 20px 0;
	width: 900px;
}
body > div[align="center"] a, body > div[align="center"]+div a {
	color: gray;
}
