/*
Theme Name: hz
Theme URI: http://hz-gmbh.de
Description: hz Theme
Version: 1.0
Author: Philip Ehret
*/

body {
	margin: 0;
	padding: 0;
	background: #ddd;
}

/* Seiten-Container */
#container {
	width: 1000px;
	margin: 10px auto 0 auto;
}

/* Anschrift */
#anschrift {
	margin: 0;
	color: #333;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Kopf */
#header {
	height: 144px;
	color: #fff;
	font-size: 15pt;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
	background: url(gfx/header/headerstartseite.jpg) 0 22px no-repeat;

}
#header-nav {
	height: 26px;
	padding: 5px 10px 0 10px;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(gfx/hz-bg-nav.png) no-repeat;
}
#header-nav-left {
	float: left;
	margin: 0;
}
#header-nav-left a {
	display: block;
	float: left;
}
#header-nav-right {
	float: right;
	margin: 0;
}
#header-nav a {
	text-decoration: none;
}
#header-nav a:link, #header-nav a:visited {
	color: #fff;
}
#header-nav a:hover {
	color: #bbb;
}
#rss {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 7px;
	background: url(http://www.hz-gmbh.de/gfx/icons/rss.jpg) top left no-repeat;
}
#rss span {
	display: none;
}


/* Hauptbereich */
#body {
	position: relative;
	padding: 20px 20px 30px 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
#hz-cat-container {
	position: absolute;
	top: 50px;
	left: 25px;
}
#hz-cat-container span {
	color: #333;
	font-size: 10pt;
}
#hz-cat {
	margin: 10px 0 0 10px;
	padding-left: 0;
	list-style: none;
}
#hz-cat li {
	float: left;
	margin-right: 12px;
	/*border-left: 1px solid lime;*/
}
#hz-cat li a {
	width: 64px;
	height: 78px;
	display: block;
	text-decoration: none;
}
#hz-cat li a span {
	visibility: hidden;
}
#hz-cat a:visited, #hz-cat a:link {
	background-position: top left;
}
#hz-cat .current a, #hz-cat a:hover {
	background-position: -64px 0;
}
#hz-cat .allgemein a {
	background-image: url(gfx/allgemein.jpg);
}
#hz-cat .internet a {
	background-image: url(gfx/internet.jpg);
}
#hz-cat .aktuelles a {
	background-image: url(gfx/aktuelles.jpg);
}
#hz-cat .hardware a {
	background-image: url(gfx/hardware.jpg);
}
#hz-cat .genesisworld a {
	background-image: url(gfx/genesisworld.jpg);
}
#hz-cat .stepsnewsletter a {
	background-image: url(gfx/stepsnewsletter.jpg);
}
#hz-cat .stepsbusinesssolution a {
	background-image: url(gfx/stepsbusinesssolution.jpg);
}
#hz-cat .stepsreleasenotes a {
	background-image: url(gfx/stepsreleasenotes.jpg);
}
#hz-cat .pc a {
	background-image: url(gfx/pc.jpg);
}
#hz-cat .notebook a {
	background-image: url(gfx/notebook.jpg);
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
	color: #003399;

	margin-bottom: 13px;
	font-weight: normal;
}
#body h1 {
	font-size: 18pt;
}
#body h2 {
	font-size: 14pt;
}
#body h3 {
	font-size: 13pt;
}
#body h4 {
	font-size: 11pt;
}
#body p {
	margin-top: 0;
}
#body a img {
	vertical-align: top;
	border: 0;
}
#body .title {
	position: absolute;
	display: block;
	padding-bottom: 5px;
	color: #999;
	font-size: 18pt;
}
.title a {
	text-decoration: none;
	font-weight: normal;
}
#body a:link {
	color: #666;
}
#body a:visited {
	color: #999;
}
#body a:active, #body a:hover {
	color: #003399;
}

/* Inhaltsbereich */
#content {
	/*margin-top: 150px;*/
	font-size: 11pt;
	background: url(gfx/hz-content-bg.gif) repeat-y top right;
}
.post h2, .page h2 {
	border-bottom: 1px solid #ccc;
}
.post a, .page a {
	font-weight: normal;
	text-decoration: none;
}
.post small, .page small {
	display: block;
	float: right;
	margin:8px 0 0 5px;
	color: #666;
	font-size: 9pt;
	font-weight: normal;
}
.post .entry, .page .entry {
	clear: right;
	margin-top: 0;
}
.postmetadata {
	padding: 2px 4px 2px 4px;
	border: 1px solid #ccc;
	font-size: 9pt;
}
#content .entry p {
	color: #000;
}
#content-left {
	margin-top: 150px;
	float: left;
	width: 660px;
	padding: 10px 0 0 0;
}
#content-right {
	float: right;
	width: 235px;
}
#content-right ul {
	margin-top: 0;
	list-style: none;
}
#content-right>ul {
	padding-left: 0;
}
#content-left p, content-right p {
	text-align: justify;	
}
#content .commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
.commentlist .comment-meta {
	text-decoration: none;
	visibility: hidden;
}
#content .comment {
	border: 1px dashed #999;
	padding: 10px;
	margin-bottom: 5px;
}
#content .comment div {

}
#content .comment img {
	display: none;
}
#content .comment p {
	margin: 0;
	padding: 0;
}
#content .comment .comment-meta {
	font-size: 10pt;
}
#searchform label {
	color: #666;
	font-size: 11pt;
	display: block;
}
#footer {
	height: 26px;
	margin: 0;
	padding: 5px 10px 0 10px;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	background: url(gfx/hz-bg-nav.png) no-repeat;
}
#footer a {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #bbb;
}

div.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.clear hr {
	display: none;
}

#content-left .alignleft,
#content-left img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content-left .alignright,
#content-left img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content-left .aligncenter,
#content-left img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content-left img.alignleft, 
#content-left img.alignright, 
#content-left img.aligncenter {
	margin-bottom: 12px;
}
#content-left img {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 10px;	
}
#content-left blockquote {
	color: #666;
	font-size: 11pt;
	font-style: italic;
}

