@charset "utf-8";

/* global css */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	color: #777069;
	height: 100%;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0 0 0 25px;
}

li {
	margin: 2px 0 5px 0;
}

h1 {
	font-size: 27px;
}

h1, h6 {
	color: #a79e94; /*hell grau*/
	margin: 4px 0 4px 0;
}

h2, h4 {
	color: #777069; /*dunkel grau*/
	margin: 4px 0 4px 0;
}

h3, h5 {
	color: #dd7003; /*orange*/
	margin: 4px 0 4px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #dd7003;		
}

a:hover {
	text-decoration: none;
	color: #a79e94;		
}

a img {
	border: none;
}

/* openhandhelds css */
.mainContainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.top {
	width: 1000px;
	height: 48px;
	margin: 15px 0 0 0;
}

.logo {
	width: 171px;
	height: 48px;
	float: left;
}

.navTop {
	float: left;
	width: 800px;
	height: 48px;
	background: url(../images/nav_bg.png) repeat-x;
}

.navStartButton {
	width: 126px;
	height: 48px;
	float: left;
	background: url(../images/nav_start_button.png) no-repeat;
}

.navStartButton:hover {
	background: url(../images/nav_start_button_hover.png) no-repeat;
}

.navStartButton a {
	display: block;
	width: 126px;
	height: 48px;
}

.navContactButton {
	width: 109px;
	height: 48px;
	float: left;
	background: url(../images/nav_contact_button.png) no-repeat;
}

.navContactButton:hover {
	background: url(../images/nav_contact_button_hover.png) no-repeat;
}

.navContactButton a {
	display: block;
	width: 109px;
	height: 48px;
}

.navLegalButton {
	width: 139px;
	height: 48px;
	float: left;
	background: url(../images/nav_legal_button.png) no-repeat;
}

.navLegalButton:hover {
	background: url(../images/nav_legal_button_hover.png) no-repeat;
}

.navLegalButton a {
	display: block;
	width: 139px;
	height: 48px;
}

.navSearch {
	width: 183px;
	height: 48px;
	float: right;
}

.navSearchButton {
	cursor: pointer;
	margin-top: 8px;
	width: 30px;
	height: 29px;
	background: url(../images/nav_search_button.png) no-repeat;
	border: none;
	float: left;
}

.navSearchButton:hover {
	background: url(../images/nav_search_button_hover.png) no-repeat;
}

.navSearchInput {
	font-size: 15px;
	color: #454544;
	margin-top: 8px;
	padding-left: 2px;
	width: 134px;
	height: 29px;
	background: url(../images/nav_search_input.png) repeat-x;
	border: none;
	float: left;
}

.navSearchInputIE {
	padding-top: 6px;
}

.navSearchEnd {
	width: 9px;
	height: 29px;
	background: url(../images/nav_search_end.png) no-repeat;
	float: left;
	margin-top: 8px;
}

.navRight {
	width: 14px;
	height: 48px;
	float: right;
	background: url(../images/nav_end.png) no-repeat;
}

.banner {
	float: left;
	width: 960px;
	height: 130px;
	background: url(../images/banner.png) no-repeat;
	margin: 10px 0 8px 8px;
}
	
.article {
	width: 950px;
	margin: 20px 0 0 9px;
}

.articleDate {
	width: 95px;
	height: 85px;
	background: url(../images/article_date.png) no-repeat;
	float: left;
	text-shadow: 1px 1px 2px #000;
}

.articleDatePage {
	background: none;
}

.articleDateDay {
	color: #dd7003;
	margin-top: 25px;
	margin-left: 19px;
	width: 30px;
	float: left;
	font-size: 25px;
	text-align: right;
	overflow: hidden;
}

.articleDateMonth, .articleDateYear {
	color: #a79e94;
	margin-left: 2px;
	width: 28px;
	float: left;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

.articleDateMonth {
	margin-top: 26px;
}

.articlePost {
	top: 0px;
	left: 100px; 
	width: 853px;
	float: left;
}

.articleTop {
	width: 853px;
	height: 21px;
	background: url(../images/article_top.png) no-repeat;
}

.articleHeader {
	width: 853px;
	height: 55px;
	background: url(../images/article_header_bg.png) repeat-x;
	float: left;
}

.articleHeaderLeft {
	width: 10px;
	height: 55px;
	background: url(../images/article_header_left.png) no-repeat;
	float: left;
}

.articleHeaderRight {
	width: 10px;
	height: 55px;
	background: url(../images/article_header_right.png) no-repeat;
	float: right;
}

.articleHeaderTitleContainer {
	height: 55px;
	float: left;
}

.articleHeaderTitle {
	width: 751px;
	margin-left: 39px;
	font-size: 32px;
	color: #a79e94;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 2px #000;
}

.articleTextContainer {
	width: 853px;
	background: url(../images/article_middle.png) repeat-y;
	float: left;
}

.articleText {
	margin: 0 0 0 50px;
	padding: 5px 0 25px 0;
	width: 750px;
}

	.articleText img {
		margin: 10px;
	}
	
	.articleText .wp-smiley {
		margin: 1px;
	}
	
	.articleText .alignleft {
		float: left;
		margin-left: 0px;
	}
	
	.articleText .alignright {
	   float: right;
	   margin-right: 0px;
	}
	
	.articleText .aligncenter, .articleText div.aligncenter {
	   display: block;
	   margin-left: auto;
	   margin-right: auto;
	}

.articleBottom {
	width: 853px;
	height: 60px;
	background: url(../images/article_bottom_bg.png) repeat-x;
	margin-bottom: 30px;
	float: left;
}

.articleBottomLeft {
	width: 25px;
	height: 60px;
	background: url(../images/article_bottom_left.png) no-repeat;
	float: left;
}

.articleBottomRight {
	width: 25px;
	height: 60px;
	background: url(../images/article_bottom_right.png) no-repeat;
	float: right;
}

.articleBottomAuthor {
	margin-top: 10px;
	margin-left: 26px;
	float: left;
	color: #dd7003;
	font-size: 14px;
}

	.articleBottomAuthor span {
		color: #a79e94;
		text-shadow: 1px 1px 1px #000;
	}
	
	.articleBottomAuthor a:link, .articleBottomAuthor a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #dd7003;		
	}
	
	.articleBottomAuthor a:hover {
		text-decoration: underline;
		color: #a79e94;	
	}

.articleBottomSpacer {
	margin: 0 20px;
	width: 5px;
	height: 60px;
	float: left;
	background: url(../images/article_bottom_spacer.png) no-repeat;
}

.articleBottomTags {
	margin-top: 10px;
	float: left;
	color: #a79e94;
	font-size: 14px;
}

	.articleBottomTags span {
		text-shadow: 1px 1px 1px #000;
	}
		
		.articleBottomTags a:link, .articleBottomTags a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #dd7003;		
		}
		
		.articleBottomTags a:hover {
			text-decoration: underline;
			color: #a79e94;		
		}

.articleBottomComments {
	float: right;
	margin-top: 12px;
	margin-right: 32px;
	font-size: 24px;
	text-shadow: 1px 1px 2px #000;
}

	.articleBottomComments a:link, .articleBottomComments a:visited {
		color: #a79e94;
		text-decoration: none;
	}
	
	.articleBottomComments a:hover {
		color: #a79e94;
		text-decoration: underline;
	}
	
.comment {
	margin: 0 0 10px 106px;
	width: 853px;
	float: left;
}

.commentHeader {
	float: left;
	width: 853px;
	height: 20px;
	background: url(../images/comment_top.png) repeat-x;
}

.commentHeaderLeft {
	width: 22px;
	height: 20px;
	float: left;
	background: url(../images/comment_left_top.png) no-repeat;
}

.commentHeaderRight {
	width: 22px;
	height: 20px;
	float: right;
	background: url(../images/comment_right_top.png) no-repeat;
}

.commentTextContainer {
	float: left;
	width: 853px;
	background: url(../images/comment_bg.png) repeat-y;
}

.commentAvatar {
	margin: 0 0 15px 25px;
	height: 114px;
	width: 114px;
	float: left;
	background: url(../images/comment_avatar_bg.png) no-repeat;
}

.commentAvatar #avatar {
	width: 92px;
	height: 92px;
	margin: 11px 0 0 11px;
}

.commentTextAuthor {
	float: left;
	margin: 0 0 10px 15px;
}

.commentText {
	width: 645px;
	float: left;
	padding: 0 0 10px 0;
	margin: 2px 0 10px 0;
	border-bottom: #777069 dashed 1px;
}

.commentAuthorInfo {
	font-size: 14px;
	color: #a79e94;
	width: 645px;
}

.commentAuthor {
	font-size: 20px;
	font-weight: lighter;
	padding: 6px 0 0 0;
	float: left;
	text-shadow: 1px 1px 2px #000;
}

	.commentAuthor span{
		color: #dd7003;
	}
	
		.commentAuthor span a:link, .commentAuthor span a:visited {
			text-decoration: none;
		}
		
		.commentAuthor span a:hover {
			text-decoration: underline;
		}

.commentDate {
	float: right;
}
	
	.commentDate #year {
		color: #dd7003;	
	}

.commentFooter {
	float: left;
	width: 853px;
	height: 20px;
	background: url(../images/comment_bottom.png) repeat-x;
}

.commentFooterLeft {
	width: 22px;
	height: 20px;
	float: left;
	background: url(../images/comment_left_bottom.png) no-repeat;
}

.commentFooterRight {
	width: 22px;
	height: 20px;
	float: right;
	background: url(../images/comment_right_bottom.png) no-repeat;
}

.commentForm {
	width: 853px;
	float: left;
	margin: 12px 0 10px 35px;
}

.commentFormLoggedIn {
	padding: 0 0 10px 10px;
}

.commentFormAuthor, .commentFormEmail, .commentFormWebsite {
	margin: 0 0 10px 10px;
}

.commentFormAuthor div, .commentFormEmail div, .commentFormWebsite div, .commentFormTextArea div {
	float: left; 
	width: 100px;
}

.commentFormAuthor input, .commentFormEmail input, .commentFormWebsite input {
	background: #a79e94;
	border: none;
	height: 18px;
	padding: 2px;
}

.commentFormTextArea {
	margin: 0 0 0 10px;
}

.commentFormTextArea textarea {
	background: #a79e94;
	border: none;
	padding: 2px;
}

.commentFormSubmit input {
	height: 27px;
	width: 116px;
	background: url(../images/comments_submit_button.png) no-repeat;
	border: none;
	font-size: 15px;
	color: #777069;
	margin: 5px 0 0 107px;
}

.commentFormSubmit input:hover {
	color: #a79e94;
}

.footerContainer {
	margin: 0 0 30px 150px;
	font-size: 14px;
	float: left;
	width: 700px;
}

.error404Container {
	margin-top: 20px;
	width: 600px;
	text-align: center;
}

	.error404Container p {
		margin-top: 15px;
	}
	
	.error404Container span {
		color: #dd7003;
	}
	
.errorSearch {
	margin: 15px 0px;
}

/* wordpress css */
.alignleft {
	float: left;
}

.alignright {
   float: right;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

