/* ********************************************************************************************** */
/* Header */

#header{
	height: 220px !important;
	background-image: url("./images/header_1024.png");
}

#headerimg{
	background-image: none !important;
	height: 202px;
}

#headerimg .pages{
	padding-left: 15px;
	text-align: left;
}

#headerimg .pages .page_item a{
	padding-top: 28px;
	padding-left: 50px;
}

#headerimg .pages .page_item a:hover{
	background-image: url("./images/page_nav.png");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}

.head_overlay{
	background: none;	/* keine Überlagerung des Headers */
}

/* ********************************************************************************************** */
/* Footer */

#footer {
	background-image: url("./images/foot_1024.png");
	border: none;
}

/* ********************************************************************************************** */
/* Content */

#main {
	background-image: url("./images/bg_1024.png");
	padding: 10px 15px;
}

#page {
	margin: 0px auto!important;
}

body {
	color: #AAAAAA !important;
}

/* ********************************************************************************************** */
/* Sidebar */

#sidebar1{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-left: 1px dotted #ff8af3;
}

.sidebars {
	background: none !important;
	border: 0px;
	margin-left: 10px;
	padding: 0px;
}

.sidebars li {
	list-style-image: url("./images/list_icon.png");
}

#wp-calendar a {
	font-weight: bold;
}

/* ********************************************************************************************** */
/* Posts */

.posttitle{
	color: #AAAAAA !important;
}

.posttitle a{
	color: #AAAAAA !important;
}

a, .posttitle a:hover, .entry p a:visited {
	color: #ff8af3 !important;
}

a:hover {
	color: #7F2D66;
}

.post {
	background: none !important;
	border: 0px;
	border-bottom: 1px dotted #ff8af3;
}

.postmetadata {
	background: none !important;
	border: 1px dotted #ffffff;
}

.datestamp { 
	background: #F4ABE9;
	border: 1px solid #7F2D66;
}

.datestamp div {
	background: #B53492 url(images/cal_bg.jpg) repeat-x;
}

blockquote{
	background: none;
	border: 1px dashed #ffffff;
	color: #AAAAAA;
}

/* ********************************************************************************************** */
/* Kommentare */

.commentlist li{
	background: none !important;
	border: 1px dotted #ffffff;
	color: #AAAAAA;
}

.authorcomment{
	background: none !important;
	border: 1px dotted #ff8af3 !important;
	color: #AAAAAA;
}

#commentform {
	padding-left: 25px;
	width: 75%;
}