/*
Theme Name: Grunenberg Consulting
Description: WordPress Theme
Version: 1.0
Author: Peter Claus Lamprecht
Author URI: http://blocoders.com/
*/

/* allgemein ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
	margin: 0;
	padding: 0;
}

html {
/*
	cursor: default;
*/
	/* In Firefox vertikalen Scrollbar erzwingen */
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.logo1a, .logo1b, .logo2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	letter-spacing: 0px;
	color: #a93f53;
	background-color: transparent;
	font-weight: bold;
}

.logo1b {
	color: #fff;
	background-color: transparent;
}

.logo2 {
	color: #000;
	background-color: transparent;
	font-style: italic;
}

/* kopf +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#kopf {
	height: 88px;
/*	width: 900px; */
	color: #fff;
	background-color: #ddd;
}

#kopfbreite {
	width: 500px;
}

#kopf p {
	padding: 12px 0 0 12px;
	font-size: 24px;
	line-height: 30px;
}

#kopf p a {
	color: #fff;
	background-color: transparent;
}

#kopf p a, #kopf p a:link, #kopf p a:hover, #kopf p a:active, #kopf p a:focus, #kopf p a:visited {
	color: #fff;
	background-color: transparent;
	border: none;
}

#kopf #claim {
	padding: 0 0 0 10px;
	font-size: 15px;
	letter-spacing: 2px;
	font-style: italic;
}

/* hmenu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#hmenu {
	height: 32px;
/*	width: 900px; */
	overflow: hidden;
	color: #000;
	background-color: #ccc;
}

#hmenubreite {
	height: 32px;
	width: 800px;
	overflow: hidden;
}

#hmenu ul {
	list-style: none;
}

#hmenu li {
	float: left;
	padding: 5px 6px 0 8px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}

#hmenu li a {
	display: block;
	white-space: nowrap;
	padding: 2px 4px 1px 4px;
}

#hmenu li a, #hmenu li a:link, #hmenu li a:active, #hmenu li a:focus, #hmenu li a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom-width: 0px;
}

#hmenu li a:hover {
	color: #000;
	background-color: #aaa;
  	border-bottom: 1px solid #000;
}

#hmenu li.current_page_item a {
	color: #000 !important;
	background-color: #aaa !important;
  	border-bottom: 1px solid #000 !important;
}

/* inhalte ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#inhalte {      
	margin-left: 200px;
	padding: 16px 0 8px 16px;
	color: #000;
	background-color: #fff;
	text-align: left;
}

#inhaltebreite {
	width: 783px;
}

#inhalte a, #inhalte a:link, #inhalte a:active, #inhalte a:focus, #inhalte a:visited {
	color: #a93f53;
	background-color: transparent;
  	border-bottom: 1px solid #aaa;
}

#inhalte a:hover {
	color: #000;
	background-color: #ddd;
  	border-bottom: 1px solid #000;
}

#inhalte a.more-link {
	font-style: italic;
	font-weight: bold;
}

#inhalte h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#inhalte h2 a, #inhalte h2 a:link, #inhalte h2 a:active, #inhalte h2 a:focus, #inhalte h2 a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom-width: 0px;
}

#inhalte h2 a:hover {
	color: #666;
	background-color: transparent;
}

#inhalte h3 {
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 1.6em;
	margin-bottom: 0.4em;
}

#inhalte h3 a, #inhalte h3 a:link, #inhalte h3 a:active, #inhalte h3 a:focus, #inhalte h3 a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom-width: 0px;
}

#inhalte h3 a:hover {
	color: #666;
	background-color: transparent;
}

#inhalte h4 {
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 1.6em;
	margin-bottom: 0.4em;
}

#inhalte h4 a, #inhalte h4 a:link, #inhalte h4 a:active, #inhalte h4 a:focus, #inhalte h4 a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom-width: 0px;
}

#inhalte h4 a:hover {
	color: #666;
	background-color: transparent;
}

#inhalte h5 {
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 1.6em;
	margin-bottom: 0.4em;
}

#inhalte h5 a, #inhalte h5 a:link, #inhalte h5 a:active, #inhalte h5 a:focus, #inhalte h5 a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom-width: 0px;
}

#inhalte h5 a:hover {
	color: #666;
	background-color: transparent;
}

#inhalte .author {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 14px;
}

#inhalte .author a, #inhalte .author a:link, #inhalte .author a:active, #inhalte .author a:focus, #inhalte .author a:visited {
	font-style: normal;
	border-bottom-width: 0px;
}

#inhalte .author a:hover {
	color: #000;
	background-color: #ddd;
	border-bottom: 1px solid #000;
}

#inhalte p, #inhalte blockquote, #inhalte ol, #inhalte ul {
	line-height: 1.4em;
	margin-bottom: 0.7em;
}

#inhalte p.abschnitt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	margin-top: -0.3em;
	margin-bottom: 0.4em;
}

#inhalte p.abschnitt strong, #inhalte p.abschnitt b {
	color: #fff;
	background-color: #808080;
	padding: 1px 8px 2px 8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#inhalte blockquote {
	font-style: italic;
	line-height: 1.2em;
	color: #000;
	background-color: #fafafa;
  	border: 1px dashed #aaa;
	padding: 2px 6px 4px 6px;
}

#inhalte blockquote a {
	font-style: normal;
}

#inhalte blockquote em, #inhalte blockquote i {
	font-style: normal;
}

#inhalte ul {
	padding-left: 1.6em;
}

#inhalte ol {
	padding-left: 2.2em;
}

#inhalte li {
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

#inhalte img.left, #inhalte img.alignleft {
	float: left;
	margin: 5px 12px 5px 0px;
}

#inhalte img.right, #inhalte img.alignright {
	float: right;
	margin: 5px 0px 5px 12px;
}

#inhalte a.img, #inhalte a:link.img, #inhalte a:active.img, #inhalte a:focus.img, #inhalte a:visited.img {
	color: #000;
	background-color: transparent;
  	border: none;
}

#inhalte .navigation {
	font-size: 12px;
	height: 18px;
}

#inhalte .navigation .alignleft {
	float: left;
}

#inhalte .navigation .alignright {
	float: right;
}

#inhalte .navigation .aligncenter {
	text-align: center;
}

#inhalte div.search {
	border-bottom: 1px solid #aaa;
}

#inhalte div.search h3 {
	margin-top: 1.6em;
	margin-bottom: 0;
}

#inhalte div.last {
	border-bottom: 1px solid #fff;
}

#inhalte .edit_post_link {
	clear: both;
	font-size: 12px;
	height: 18px;
	text-align: right;
}

/* boxbottom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxbottom {
/*
	position: absolute;
	top: 86px;
	left: 799px;
*/
	float: right; 
	width: 184px;
	margin: 90px 0 16px 16px;
	padding: 0 8px 16px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
/*	background-color: #ccc; */
	background: #ccc url(verlaufbottom.gif) repeat-x bottom;
}

#boxbottombreite {            
	width: 184px;
	overflow: hidden;
}

#boxbottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#boxbottom li {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#boxbottom h3 {
	margin: 16px 0 1px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

#boxbottom li.widget {   
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 14px;
}

#boxbottom li.widget p {
	margin: 2px 0 6px 0;
}

#boxbottom li.widget a {
	color: #000;
	background-color: transparent;
}

#boxbottom li.widget a, #boxbottom li.widget a:link, #boxbottom li.widget a:active, #boxbottom li.widget a:focus, #boxbottom li.widget a:visited {
	color: #000;
	background-color: transparent;
	border: none;
}

#boxbottom li.widget a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: underline;
	border: none;
}

#boxbottom ul li ul li.stichwortsuche {
	text-align: left;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#boxbottom #searchform {
	margin: 0 0 16px 0;
	padding: 0;
}

#boxbottom #searchform #search {
/*	vertical-align: top; */
	margin: 0 4px 0 0;
	padding: 2px 1px 0 1px;
	width: 180px;
	height: 18px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	border: 1px solid #000;
}

#boxbottom #searchform #searchbutton {
	vertical-align: top;
	margin: 2px 0 0 0;
}

/* navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#navigation {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 184px;
	padding: 20px 8px 16px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
/*	background-color: #ddd; */
	background: #ddd url(verlaufsidebar.gif) repeat-x bottom;
}

#navigationbreite {            
	width: 184px;
	overflow: hidden;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#navigation li {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#navigation h3 {
	margin: 16px 0 1px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}

#navigation li.widget {   
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 14px;
}

#navigation li.widget p {
	margin: 2px 0 6px 0;
}

#navigation li.widget a {
	color: #000;
	background-color: transparent;
}

#navigation li.widget a, #navigation li.widget a:link, #navigation li.widget a:active, #navigation li.widget a:focus, #navigation li.widget a:visited {
	color: #000;
	background-color: transparent;
}

#navigation li.widget a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: underline;
}

#navigation li.seiten ul li {
	margin: 0 0 8px 0;
}

#navigation li.seiten ul li a, #navigation li.seiten ul li a:link, #navigation li.seiten ul li a:active, #navigation li.seiten ul li a:focus, #navigation li.seiten ul li a:visited {
	display: block;
	margin: 0;
	padding: 4px 4px 5px 4px;
	width: 176px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #ccc;
  	border-bottom: 1px solid #000;
}

#navigation li.seiten ul li a:hover {
	color: #000;
	background-color: #aaa;
  	border-bottom: 1px solid #000;
}

#navigation li.seiten ul li ul li  {
	margin: 0;
}

#navigation li.seiten ul li ul li a, #navigation li.seiten ul li ul li a:link, #navigation li.seiten ul li ul li a:active, #navigation li.seiten ul li ul li a:focus, #navigation li.seiten ul li ul li a:visited {
	display: block;
	margin: 0;
	padding: 4px 4px 5px 4px;
	width: 176px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #ccc;
  	border-bottom: 1px solid #000;
}

#navigation li.seiten ul li ul li a:hover {
	color: #000;
	background-color: #aaa;
  	border-bottom: 1px solid #000;
}

#navigation li.current_page_item a {
	color: #000 !important;
	background-color: #aaa !important;
}

#navigation li.seiten ul li.current_page_item ul li a {
	color: #000 !important;
	background-color: #ccc !important;
}

#navigation li.seiten ul li.current_page_item ul li a:hover {
	color: #000 !important;
	background-color: #aaa !important;
}

#navigation li.divider {   
	padding: 0;
	margin: 0;
	height: 6px;
	line-height: 6px;
}

#navigation li.artikel {   
	margin: 0 0 24px 0;
}

#navigation li.artikel a {
	display: block;
	white-space: nowrap;
	margin: 2px 0 1px 0;
	padding: 1px 0 1px 0;
	height: 16px;
	width: 500px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
  	border-bottom: 1px solid #ddd;
}

#navigation li.artikel a, #navigation li.artikel a:link, #navigation li.artikel a:active, #navigation li.artikel a:focus, #navigation li.artikel a:visited {
	color: #000;
	background-color: transparent;
  	border-bottom: 1px solid #aaa;
}

#navigation li.artikel a:hover {
	color: #000;
	background-color: #ccc;
  	border-bottom: 1px solid #000;
}

#navigation ul li ul li.stichwortsuche {
	text-align: left;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#navigation #searchform {
	margin: 0;
	padding: 0;
}

#navigation #searchform #search {
	vertical-align: top;
	margin: 0 4px 0 0;
	padding: 0 1px 0 1px;
	width: 156px;
	height: 20px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	border: 1px solid #000;
}

#navigation #searchform #searchbutton {
	vertical-align: top;
	margin: 2px 0 0 0;
}

/* boxtop +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxtop {
	position: absolute;
	top: 0px;
	left: 799px;
/*	float: right; */
	width: 184px;
	padding: 13px 8px 0 8px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
/*	background-color: #ccc; */
	background: #ccc url(verlauftop.gif) repeat-x top;
}

#boxtopbreite {            
	width: 184px;
	overflow: hidden;
}

#boxtop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#boxtop li {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

#boxtop h3 {
	margin: 16px 0 1px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}

#boxtop li.widget {   
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 14px;
}

#boxtop li.widget p {
	margin: 2px 0 6px 0;
}

#boxtop li.widget a {
	color: #000;
	background-color: transparent;
}

#boxtop li.widget a, #boxtop li.widget a:link, #boxtop li.widget a:active, #boxtop li.widget a:focus, #boxtop li.widget a:visited {
	color: #000;
	background-color: transparent;
}

#boxtop li.widget a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: underline;
}

/* fuss +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fuss {
	padding: 8px 0 12px 216px;
	clear: both;
  	border-top: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	background-color: #fff;
	text-align: left;
}

#fussbreite {
	width: 775px;
}

#fuss p {
	text-align: center;
}

#fuss a, #fuss a:link, #fuss a:active, #fuss a:focus, #fuss a:visited {
	color: #666;
	background-color: transparent;
}

#fuss a:hover {
	color: #000;
	background-color: transparent;
}

