/*
Theme Name: siegelconsulting
Theme URI: http://www.siegelconsulting.de/
Description: siegelconsulting theme
Version: 2.5
Author: matthias siegel
Author URI: http://mattworldwide.com/
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.7em;
	color: #222;
	line-height: 1;
	background: #fff;
}

a:active {
	outline: none;
}
a {
	-moz-outline: 0;
}






#header {
	width: 100%;
	height: 274px;
	float: left;
}
#header_wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
#header_wrapper_content {
	width: 780px;
	height: 274px;
	float: left;
}

#header_row1 {
	width: 780px;
	height: 55px;
	padding: 32px 0 20px 0;
	float: left;
}
#header_row2 {
	width: 780px;
	height: 167px;
	float: left;
	background: url(images/banner.jpg) top left no-repeat;
}


#header_row1_logo {
	width: 235px;
	height: 55px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
#header_row1_logo a {
	display: block;	
}
#header_row1_mainmenu {
	width: 519px;
	height: 55px;
	padding: 0;
	margin: 0 0 0 1px;
	float: left;
}



#header_row1_mainmenu ul {
	width: 100%;
	float: left;
	padding: 0 0 0 12px;
	margin: 14px 0 0 0;
	list-style: none;
}
#header_row1_mainmenu li {
	float: left;
}
#header_row1_mainmenu a {
	display: block;
	margin: 0 2px 0 2px;
	padding: 0 14px 0 14px;
	outline: none;
	line-height: 2.6em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#header_row1_mainmenu a:link, #header_row1_mainmenu a:visited {
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
}
#header_row1_mainmenu a:hover, #header_row1_mainmenu a:active {
	background: #808285;
	color: #fff;
}
#header_row1_mainmenu li.current_page_item a, #header_row1_mainmenu li.current_page_parent a, #header_row1_mainmenu li.current_page_item a:visited, #header_row1_mainmenu li.current_page_parent a:visited {
	background: #808285;
	color: #fff;
}





#footer {
	width: 100%;
	height: 50px;
	float: left;
}
#footer_wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
#footer_wrapper_content {
	width: 780px;
	height: 50px;
	float: left;
	background: url(images/footer_bg.png) top left no-repeat;
}
#footer_copyright {
	padding: 20px 0 0 420px;
	color: white;
}







#body {
	width: 100%;
	float: left;
}
#body_wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
#body_wrapper_content {
	width: 780px;
	float: left;
	background: url(images/body_bg.png) top left repeat-y;
	padding: 10px 0 0 0;
}
#body_wrapper_inner {
	width: 780px;
	float: left;
	background: url(images/body_footer_bg.png) bottom right no-repeat;
}



#body_col1 {
	width: 250px;
	float: left;
	min-height: 850px;
	padding-top: 10px;
}
#body_col1 a:link, #body_col1 a:visited {
	color: #72bf44;
	text-decoration: none;
}
#body_col1 a:hover, #body_col1 a:active {
	color: #111111;
	text-decoration: none;
}
#body_col1 h3 {
	line-height: 1.5em;
	color: #808285;
	margin: 0 0 20px 0;
}
#body_col1 p {
	margin: 0 0 1.5em 0;
}



#body_col1_submenu {
	width: 210px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.1em;
}
#body_col1_submenu ul{
	padding-left: 0;
	margin: 0;
	list-style: none;
}
#body_col1_submenu li {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#body_col1_submenu a {
	padding-left: 15px;
	margin-left: -15px;
}
#body_col1_submenu a:hover, #body_col1_submenu a:active, #body_col1_submenu li.current_page_item a:link, #body_col1_submenu li.current_page_item a:visited {
	color: #111111;
	background: url(images/arrow.png) 0px 2px no-repeat;
}





#body_col1_search {
	width: 210px;
	padding: 25px 20px 25px 20px;
	margin: 0 0 50px 0;
	float: left;
}
#s {
	border: 1px solid #ccc;
	width: 125px;
	background: #f7f7f7;
	padding: 3px;
	float: left;
	line-height: 1.7em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#searchsubmit {
	margin-left: 10px;
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	float: left;
	line-height: 1.7em;
	background: #f7f7f7;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#searchsubmit:hover {
	cursor: pointer;
	background: #eee;
}



.textwidget {
	width: 210px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.1em;
	line-height: 1.5em;
	float: left;
}
.textwidget ul {
	padding: 0 0 0 15px;
	margin: 11px 0 11px 0;
	list-style-image: url(images/arrow.png);
}
.textwidget ul li {
	padding: 0 0 3px 0;
}




#newsletter div {
	position: relative;
	width: 210px;
	float: left;
}
#newsletter .text input {
	border: 1px solid #ccc;
	width: 185px;
	background: #f7f7f7;
	padding: 3px;
	float: left;
	line-height: 1.7em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 5px 0;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 3px;
	clear: left;
	display: none;
}
#newsletter label.over {
	color: #888;
	position: absolute;
	top: 2px;
	left: 8px;
	display: block !important;
	z-index: 100;
	font-size: 0.9em;
}
#mc-embedded-subscribe {
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	margin: 5px 0 0 0;
	float: left;
	line-height: 1.7em;
	background: #f7f7f7;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mc-embedded-subscribe:hover {
	cursor: pointer;
	background: #eee;
}
.mce_inline_error {
	margin: 0 0 10px 0 !important;
	font-size: 0.9em !important;
	padding: 5px !important;
	width: 183px !important;
}
#mce-success-response {
	color: #333;
	background: #d7edca;
}
#mce-error-response {
	color: red;
	background: #ffeeee;
}
.response {
	width: 180px;
	font-size: 0.9em;
	margin: 10px 0;
	padding: 5px;
}




#body_col2 {
	width: 530px;
	float: left;
	margin: 0;
	padding-top: 10px;
}
#body_col2 a:link, #body_col2 a:visited {
	color: #72bf44;
	text-decoration: none;
}
#body_col2 a:hover, #body_col2 a:active {
	color: #444;
	text-decoration: none;
}


#body_col2 p {
	margin: 0 0 2em 0;
}

.content {
	width: 485px;
	padding: 25px 15px 40px 30px;
	color: #111111;
	font-size: 1.1em;
	line-height: 1.5em;
}
.content h1, .archiveheadline h1, .content h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #808285;
	margin: 0 0 25px 0;
}
.content h2 {
	margin: 30px 0 20px 0 !important;
}
.content h3 {
	color: #808285;
	margin: 30px 0 10px 0;
	font-size: 1.2em;
}
.content h4 {
	color: #777;
	margin: 10px 0 10px 0;
	font-size: 1em;
}
.content h3.archive {
	margin-top: 10px !important;
}

.archiveheadline {
	width: 485px;
	padding: 25px 15px 0 30px;
}


.postdate {
	float: none;
	display: block;
	padding: 0 0 10px 0;
}
.posttags {
	float: none;
	display: block;
	padding: 15px 0 0 0;
}
.archivepostdate {
	float: none;
	display: block;
	padding: 0 0 0 0;
}
.archiveposttags {
	float: none;
	display: block;
	padding: 0 0 0 0;
}
.notnull {
	border-top: 1px solid #e7e7e7;
	padding-top: 45px !important;
}



.tags {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}



#navigation {
	width: 230px;
	margin: 30px 0 50px 0;
	float: left;
	padding-left: 150px;
}
#navi_next {
	float: left;
}
#navi_previous {
	float: right;
}
#navi_next a {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #eee;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 85px;
	text-align: center;
}
#navi_previous a {
	display: block;
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #eee;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 85px;
	text-align: center;
}



.content ul {
	padding: 0 0 0 15px;
	margin: 11px 0 11px 0;
	list-style-image: url(images/arrow.png);
}
.content ul li, .content ol li {
	padding: 0 0 3px 0;
}
.content ol {
	padding: 0 0 0 35px;
	margin: 5px 0 20px 0;
}



img, a img {
	border: 0;
}


.link-table {
	width: 100%;
	border-collapse: collapse;
}
.link-table td {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
