@charset 'utf-8';
@import url(special.css);

body {
	font-family: 'Droid Sans', arial, serif;
	margin: 0;
	padding: 0;
	background: #f6f6f6 url(../img/bg.jpg) repeat-x;
}

h1 {
	display: none;
}

#mainframe {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#navi {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 300px;
	width: 700px;
}

#navi ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
}

#navi li {
	float: left;
	margin-left: 50px;
}

#navi label {
	display: none;
}

#navi input {
	height: 22px;
	font-size: 18px;
	border-style: none;
	color: #d5d5d5;
	width: 150px;
}

#navi form {
	margin-left: 50px;
}

#navi a {
	text-decoration: none;
	font-size: 20px;
	color: #000000;
}

#header {
	width: 1000px;
	height: 225px;
}

#logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 250px;
	height: 225px;
	float: left;
}

#slideout {
	height: 225px;
	width: 3000px;
	position: relative;
	top: 0;
	right: 3000px;
	background: url(../img/slideout.png) repeat-x;
}

#wrapper {
	display: block;
	background-color: #ffffff;
	width: 1000px;
	margin-top: 30px;
}

#left {
	width: 300px;
	min-height: 100%;
	background-color: #FFFFFF;
}

#flickr {
	margin-left: 25px;
	background-color: #f0f0f0;
	margin-right: 15px;
}

#flickr img {
	width: 248px;
	border: 1px solid #c8c8c8;
	margin-left: 5px;
	margin-top: 5px;
}

#flickrlink {
	padding-bottom: 5px;
	background: url(../img/icon-flickr.jpg) no-repeat 5px 2px;
	width: 300px;
}

#flickrlink a {
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
	margin-left: 18px;
}

#twitter {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 40px;
}

li.twitter-item {
	margin-bottom: 30px;
}

p.twitter-message {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

a.twitter-link, a.twitter-user {
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	color: #239bc5;
}

.twitter-timestamp {
	display: block;
	margin: 0;
	margin-bottom:  10px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

#twitterlink {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../img/icon-twitter.jpg) no-repeat 0 -2px;
	width: 300px;
	padding-left: 0;
}

#twitterlink a {
	color: #666666;
	text-decoration: none;
	margin-left: 30px;
}

#right {
	background-color: #ffffff;
	width: 700px;
	float: right;
}

.entry {
	width: 600px;
	margin-bottom: 40px;
	margin-left: 40px;
}

.entry p {
	width: 600px;
	font-size: 16px;
	line-height: 26px;
	color: #020202;
}

.quote {
	width: 500px;
	margin: 0 auto;
}

.quotebox {
	background-color: #e9e9e9;
	padding: 10px;
}

.quote p {
	font: 14px/26px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 450px;
}

.quotationmark-bottom {
	width: 30px;
	height: 30px;
	background: url(../img/quotationmark-bottom.png) no-repeat;
	position: relative;
	bottom: 15px;
	left: -15px;
}

.quotationmark-top {
	width: 30px;
	height: 30px;
	background: url(../img/quotationmark-top.png) no-repeat;
	position: relative;
	margin-left: auto;
	top: 15px;
	left: 15px;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin: 0;
	width: 600px;
	padding-left: 40px;
}

.meta {
	padding-left: 50px;
}

.meta p {
	font-size: 12px;
	margin: 0;
	text-align: left;
}

#articelnavi {
	width: 600px;
	height: 50px;
	padding-left: 25px;
}

#articelnavi a {
	color: #666666;
	font-size: 20px;
	text-decoration: none;
}

#older {
	width: 300px;
	height: 40px;
	float: left;
	text-align: right;
}

#newer {
	width: 300px;
	height: 40px;
	float: left;
	text-align: left;
}

#imprint {
	clear: both;
	width: 1000px;
	padding-bottom: 5px;
}

#imprint p {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

#imprint a {
	text-decoration: none;
	color: #666666;
}

#film {
	margin-top: 20px;
}

#film img {
	margin-top: 5px;
	border-style: hidden;
}