/*
Theme Name: Kondoc
Description: Inspired by DeviantArt.
Version: 1.0
Author: Maecks
Author URI: http://www.kondoc.de
Tags: fixed width, two columns, widgets,

	This theme was designed and built by Maecks and was inspired by deniart,
	whose homepage you will find at http://deniart.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #5587B9;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	font: 12px/18px Trebuchet MS, Verdana, Helvetica, Arial, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
	color: #284460;
}

a {
	color: #284460;
	text-decoration: none;
}

#rahmen {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

#oben {
	background-image: url(images/bptop.jpg);
	height: 119px;
	width: 900px;
	float: left;
}

#ueberschrift {
	color: #FFFFFF;
	margin-top: 35px;
}

#toptab {
	clear: both;
	float: left;
	height: 42px;
	width: 800px;
	margin-top: 19px;
	margin-left: 10px;
}
#toptab    .aktiv {
	float: left;
	height: 42px;
	background-color: #B4CAE0;
	display: block;
	margin-right: 8px;
}
#toptab    .aktiv    img {
	display: block;
	float: left;
}
#toptab    .aktiv    a {
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 16px;
}

#rahmen2 {
	background-image: url(images/bg_content.png);
	float: left;
	width: 900px;
	padding-top: 10px;
}

#content {
	float: left;
	width: 640px;
	padding-left: 10px;
	padding-right: 10px;
}

div.post {
}
.post h1  {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.post h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.post h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.post p {
	margin-top: 0px;
}

.postmeta {
	font-size: 11px;
	background-color: #AAC4DD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5587B9;
	border-bottom-color: #5587B9;
	height: 40px;
	padding-left: 5px;
	color: #555555;
	padding-top: 2px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 240px;
}

#sidebar .block {
	padding-right: 8px;
	padding-left: 8px;
}

#abschluss {
	background-image: url(images/bg_bot.png);
	float: left;
	height: 14px;
	width: 900px;
}
.f24pt {
	font-size: 24px;
}
.f12pt {
	font-size: 12px;
}

.kommentar-titel {
	font-size: 16px;
	font-weight: bold;
}

div.plzfeld {
	font-weight: bold;
	text-align: center;
}
h3  {
	font-size: 13px;
}

.block ul li {
	margin-top: 6px;
}
.block    ul  {
	margin-top: -10px;
	list-style-type: none;
	margin-left: -10px;
}

.block li {
	margin-top: 10px;
	line-height: 13px;
	font-weight: bold;
}

.block ul li ul {
	margin-top: 8px;
}

.block a:hover {
	text-decoration: underline;
}

#amarkt td {
	font-size: 12px;
	text-align: center;
}

.alink {
	font-weight: bold;
	text-decoration: underline;
}

.more-link {
	text-decoration: underline;
}
