* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

a:hover {
	border-bottom: 1px solid #000000;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial;
}

body {
	background-image: url('bg_body_einleger.png');
	background-repeat: no-repeat;
	background-position: left 70px;
	background-attachment: fixed;
	background-color: #BBBBBB;
}

#bodybox {
	width: 900px;
	min-height: 100%;
	margin: auto;
	border-left: 2px ridge #777777;
	border-right: 2px ridge #777777;
	background-color: #EEEEEE;
	background-image: url('bg_bodybox.jpg');
}

#headerbox {
	display: none;
	height: 100px;
	border-bottom: 1px solid #000000;
	background-color: #DDDDDD;
}

#headerbox h1 {
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
}

#headerbox h2 {
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
}

#navibox {
	height: 70px;
	padding: 0 20px;
	font-family: Georgia;
}

#navibox ul {
	display: block;
	list-style: none;
	padding-top: 17px;
}

#navibox ul li {
	display: block;
	float: left;
	width: 200px;
	height: 32px;
	margin: 0 20px 0 0;
}

#navibox ul li.mehr {
	margin: 0;
}

#navibox ul li a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 2px groove #777777;
	-moz-border-radius: 5px;
	background-image: url('bg_button.png');
	background-position: center bottom;
}

#navibox ul li.blog a:hover,
#navibox ul li.blog.active a {
	background-image: url('bg_button_blue');
}

#navibox ul li.blog a:before {
	content: url('navicon_blog.png')" ";
	vertical-align: middle;
}

#navibox ul li.autor a:hover,
#navibox ul li.autor.active a  {
	background-image: url('bg_button_green');
}

#navibox ul li.autor a:before {
	content: url('navicon_autor.png')" ";
	vertical-align: middle;
}

#navibox ul li.webdesign a:hover,
#navibox ul li.webdesign.active a  {
	background-image: url('bg_button_red');
}

#navibox ul li.webdesign a:before {
	content: url('navicon_webdesign.png')" ";
	vertical-align: middle;
}

#navibox ul li.mehr a:hover,
#navibox ul li.mehr.active a  {
	background-image: url('bg_button_yellow');
}

#navibox ul li.mehr a:before {
	content: url('navicon_mehr.png')" ";
	vertical-align: middle;
}

#contentbox {
	padding: 10px 20px;
	// border-width: 2px 2px 0 2px;
	// border-style: ridge;
	// border-color: #777777;
	// -moz-border-radius: 7px 7px 0 0;
	// background-color: #EEEEEE;
}

#footerbox {
	display: none;
}

p {
	margin: 0.9em 0;
}

h3, h4, h5, h6 {
	margin: 0 0 13px 0;
}

h3 {
	display: none;
	// border-bottom: 1px solid #000000;
}

h4 {
    border-bottom: 1px solid #AAAAAA;
}

table {
	width: 100%;
}

th {
	text-align: left;
	border-bottom: 1px solid #000000;
}

#blogpost, #givecomment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}

#givecomment, #comments {
	font-size: 80%;
}

#givecomment form label, #givecomment form input, #givecomment form textarea {
	display: block;
	width: 60%;
}

#givecomment form input, #givecomment form textarea {
	margin-bottom: 5px;
	border: 1px solid #000000;
}

#comments .comment {
	margin: 10px 0;
	padding: 5px 8px;
	border: 1px solid black;
	background-color: #FFC0CB;
}

#comments .comment.admin {
	background-color: #C1FFC1;
}

#comments .comment .comment-head {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

.hidden {
	visibility: hidden;
	display: none;
}