html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #253249;
	
	background-color: #213823;
	background-image: url(../images/bokeh.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	
	font-family: Georgia,Times,'Times New Roman',serif;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 20px;
}

li {
	list-style-type: disc;
}

li {
	margin-left: 20px;
}

div#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -330px; /* half of container's height */
	float: left;
}
	
div#content {
	margin: auto;
	padding-top: 60px;
	padding-top: 40px;
	width: 922px;
	position: relative;
	clear: left;
}

span.deem {
	color: #444;
}

form span.deem {
	color: #777;
}

form .invalid .deem, form .missing .deem {
	color: #AAA;
}

div#content div {
	overflow: hidden;
}

div#content form div {
	overflow: visible;
}

div#box {
	/* opacity: 0.95;
	filter:alpha(opacity=95); */
	background-color: #f0f7fe;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

/*p, ul, ol, dl, label {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 11pt;
}*

/* div#box.blog {
	background-color: #fdf6f8;
}

div#box.bilder {
	background-color: #f2fef0;
} */

div .images li {
	font-size: 8pt;
	list-style-type: none;
	float: left;
	margin: 2px;
	padding: 0px;
}

div#bilder .images li img {
	border: 1px solid #000;
}

.images {
	margin-right: 320px;
}

#grid .images {
	margin-right: 0px;
}

p.image {
	position: relative;
}

p.hinweis {
	padding: 7px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #eeeec7;
	border: 2px solid #ddac00;
}

p.green {
	background-color: #c8eec7;
	border: 2px solid #0add00;
}

.album p.image {
	clear: both;	
}

a.nowplaying {
	padding-right: 16px;
	background-image: url(../images/icons/nowplaying.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

p#last-track {
	clear: both;
	padding-top: 4px;
	text-align: center;
}

p.stream {
	width: 570px;
}


.blog img, p.image img {
	border: 5px solid #000;
}

a.aktiv {
	color: #000;
	text-decoration: none;
}

.meta .box a.aktiv {
	color: #fff;
}

a.aktiv:hover {
	cursor: default;
	text-decoration: none;
}

a.next, a.prev {
	margin: 0px;
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -10000px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 180px;
	background-image: url(../images/icons/prev.png);
}

a.next {
	left: 50%;
	background-image: url(../images/icons/next.png);
}

a.prev:hover {
	background-image: url(../images/icons/prev-hover.png);
}

a.next:hover {
	background-image: url(../images/icons/next-hover.png);
}

h1 {
	font-size: 35pt;
	font-weight: normal;
	letter-spacing: -2px;
	margin-left: 15px;
	margin-bottom: 10px;
	text-shadow: #2597aa 2px 2px 5px;
	text-shadow: #0e82a4 2px 2px 5px;
	text-shadow: #1c6b83 2px 2px 5px;
	text-shadow: #1e6323 2px 2px 5px;
}

h1 a, h2 a, h3 a {
	color: #000000;
	text-decoration: none;
}

h1 a, h1 a:hover {
	color: #fff;
}

h1 a span {
	font-size: 12pt;
	letter-spacing: 0px;
	margin-left: 10px;
	display: none;
}

h1 a span.show, h1 a:hover span {
	color: #0e82a4;
	color: #1c6b83;
	color: #498332;
	display: inline;
}

h1 a:hover {
	text-decoration: none;
}

a#admin {
	position: fixed;
	top: 8px;
	right: 8px;
	text-decoration: none;
	color: #000;
	text-shadow: #fff 0px 0px 3px;
}

a#top {
	position: fixed;
	bottom: 8px;
	left: 8px;
	text-decoration: none;
	color: #DDD;
	text-shadow: #000 0px 0px 2px;
}

h2 {
	margin-bottom: 12px;
	font-size: 18pt;
	margin-top: 10px;
	margin-left: 0px;
	text-shadow: #9aa6b2 2px 2px 7px;
}

h3 {
	margin-bottom: 12px;
	font-size: 17pt;
	margin-top: 20px;
	text-shadow: #b6c1cd 2px 2px 4px;
}

h4 {
	font-size: 14pt;
	margin-bottom: 5px;
}


.meta {
	color: #777;
	width: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	padding: 10px;
}

.meta .box {
	text-shadow: #555 2px 2px 4px;
	margin: -10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 10px;
	color: #EEE;
	background-color: #777;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.meta h3 {
	font-size: 12pt;
	margin-top: 2px;
	text-shadow: #555 2px 2px 4px;
}

.meta .box a {
	color: #CCC;
}

.meta .box a:hover {
	color: #FFF;
}

.meta p {
	margin-bottom: 10px;
	font-size: 10pt;
}

.highlight {
	background-color: #7cff7f;
}

.highlight .skip {
	color: #52ac54;
	padding-left: 8px;
	display: inline;
}

.kommentare {
}

.kommentare .meta .box {
	background-color: #FFF;
	color: #000;
	text-shadow: #EEE 2px 2px 4px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 0px;
	padding-bottom: 4px;
}

.kommentare .meta h3 {
	text-shadow: #BBB 2px 2px 4px;
}

.kommentare .meta a {
	color: #666;
}

.kommentare .meta a:hover {
	color: #000;
}

h2.kommentare {
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #BBB;
	clear: both;
}

#content form, #content .form {
	color: #DDD;
	background-color: #222;
	padding: 10px;
	padding-top: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 330px;
}

#content .col form {
	padding: 5px;
	padding-top: 7px;
	margin-right: 0px;
}


label, #submit {
	display: block;
	padding: 3px;
	margin-left: 27px;
	margin-right: 20px;
	margin-bottom: 4px;
}

#such-form label, #such-form #submit, .col label, .col #submit {
	margin-left: 10px;
}

input {
	width: 220px;
}

textarea {
	width: 490px;
}

input, textarea {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 10pt;
	display: block;
}

input.hidden {
	display: none;
}

#submit {
	width: 200px;
	height: 35px;
	cursor: pointer;
}

label.missing, label.invalid {
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	background-color: #6d0000;
}

dt {
	padding-top: 5px;
	border-top: 1px solid #CACACA;
	margin-bottom: 2px;
}

dd {
	margin-bottom: 7px;
}

span.message {
	margin-left: 4px;
	color: #dcbdbd;
}

a {
	color: #555555;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#twitter .scroll {
	height: 180px;
	width: 303px;
	padding-right: 100px;
	overflow-y:scroll;
}

#twitter ul {
	margin-bottom: 25px;
}

#twitter li {
	list-style-type: none;
	margin-left: 0px;
	padding: 5px;
	margin-right: 13px;
	padding-left: 0px;
	border-bottom: 1px solid #CACACA;
}

#twitter li:last-child {
	border: none;
}

#twitter li a {
	text-decoration: none;
	color: #000;
}

#twitter .blende {
	width: 295px;
	height: 24px;
	background-image: url(../images/blende.png);
	background-position: bottom;
	display: block;
	position: absolute;
	top: 206px;
	left: 306px;
}

#twitter:hover .blende {
	background-image: url(../images/blende-hover.png);
}

a.design, a.musik, a.elegant, a.blog, a.twitter {
	padding-right: 10px;
	padding: 0px;
}

#artikel li, #rss li {
	margin-left: 20px;
	margin-top: 4px;
	list-style-type: disc;
}

#footer {
	font-size: 9pt;
	color: #DDD;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	text-shadow: #000 0px 0px 8px;
}

#footer a {
	color: #DDD;
}

#footer a:hover {
	color: #EEE;
}

#footer li {
	margin: 5px;
	display: inline;
}

#feed {
	margin: 0px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 50px;
	height: 50px;
}

#feed a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	background-image: url(../images/icons/rss.png);
}

#feed a:hover {
	background-image: url(../images/icons/rss-hover.png);
}

ul.pagination {
	clear: both;
	color: #000;
	text-align: center;
	padding: 5px;
	margin: 20px 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.pagination li {
	display: inline;
	margin: 0px;
}
ul.pagination li.disabled a{
	color: #CCC;
	cursor: default;
	text-decoration: none;
}
ul.pagination a {
	color: #777;
	color: #000;
	text-decoration: none;
	padding: 3px;
}

ul.pagination .selected a {
	border: 1px solid #777;
}

ul.pagination a:hover {
	color: #000;
	text-decoration: underline;
}

#grid h2 {
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left 50%;
}

#grid h2 a {
	white-space: nowrap;
	padding-left: 32px;
	position: relative;
	left: -32px;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right 50%;
}

#grid h2 {
	margin-top: 2px;
	font-size: 15pt;
	margin-left: 0px;
}

#grid .first .col h2 {
	margin-top: -2px;
}

/*#grid div.col:hover h2 a {
	background-image: url(../images/icons/external_g.gif);
} */

#grid #artikel h2 a, #grid #bilder h2 a {
	/* background-image: none; */
}

#about h2 {
	background-image: url(../images/icons/facebook.png);
}

#twitter h2 {
	background-image: url(../images/icons/twitter.png);
}

#alben h2 {
	background-image: url(../images/icons/lastfm.png);
}

#artikel h2 {
	background-image: url(../images/icons/wordpress.png);
}

#bilder h2 {
	background-image: url(../images/icons/flickr.png);
}

#rss h2 {
	background-image: url(../images/icons/delicious.png);
}

#mixed h2 {
	background-image: url(../images/icons/netvibes.png);
}

#taste h2 {
	background-image: url(../images/icons/feed.png);
}

#notfound h2 {
	background-image: url(../images/icons/404.png);
}

#home h2 {
	background-image: url(../images/icons/home.png);
}

#google h2 {
	background-image: url(../images/icons/google.png);
}

.small {
	font-size: 80%;
}

.skip {
	display: none;
}

blockquote {
	background-color: #DBECFD;
	color: #094E93;
	border-left: 4px solid #ACD3FB;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 1px;
	margin: 10px;
	margin-left: 0px;
}
