/*
Theme Name: Teichgr&auml;ber
Theme URI: http://teichgraeber.de/
Description: Design und Konzept von <a href="http://einvoll.net">Einvoll</a>, Struktur und Programmierung von <a href="http://cobalt.cc">cobalt web dev</a>
Version: 0.4b
Author: Michael Holzer und Moritz B&ouml;hm
*/

/* ## Basic Layout ## */

html {
	overflow: -moz-scrollbars-vertical;
}

body, html {
	height: 100%;
}

body {
	background: url(gfx/meta/page_bg.png) repeat-y top center;
	font-size: 12px;
	padding: 0;
	margin: 0;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5A5A;
}

#header_container {
	background: url(gfx/meta/body_bg.png) repeat-x top left;
	height: 250px;
	width: 100%;
	z-index: -1;
	margin: 0 auto 0 auto;
}

#header {
	width: 770px;
	height: 250px;
	margin: 0 auto;
	z-index: 1;
}

.header_de {background: url(gfx/meta/header_bg.png) no-repeat;}
.header_en {background: url(gfx/meta/en_header_bg.png) no-repeat;}

#page {
	width: 712px;
	padding: 0 29px 15px 29px;
	margin: 0 auto;
}

/* # Navigation # */

#header a {
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	/*height: 20px;*/
	height: 21px;
	text-decoration: none;
}

#header a:hover {
	background-position: left;
}

a#current {
	background-position: left !important;
}

a.logo {
	margin: 31px 0 0 29px;
	background: url(gfx/meta/logo.png) no-repeat !important;
	width: 218px;
	height: 52px !important;
	float: left;
}

a.navi_element {
	position: absolute;
	padding: 0 !important;
	display: none;
	visibility: hidden;
}

a.navi_element:hover, a.logo:hover {
	background-color: none !important;
}

/* DE */

a.navi_de_change {
	background-image: url(gfx/navi/navi_de_change.png);
	width: 147px;
	top: 101px;
	left: 414px;
}

a.navi_de_leadership {
	background-image: url(gfx/navi/navi_de_leadership.png);
	width: 166px;
	top: 127px;
	left: 117px;
}

a.navi_de_team {
	background-image: url(gfx/navi/navi_de_team.png);
	width: 53px;
	top: 127px;
	left: 651px;
}

a.navi_de_coaching {
	background-image: url(gfx/navi/navi_de_coaching.png);
	width: 76px;
	top: 153px;
	left: 27px;
}

a.navi_de_tools {
	background-image: url(gfx/navi/navi_de_tools.png);
	width: 186px;
	top: 179px;
	left: 27px;
}

a.navi_de_customers {
	background-image: url(gfx/navi/navi_de_customers.png);
	width: 64px;
	top: 179px;
	left: 381px;
}

a.navi_de_experience {
	background-image: url(gfx/navi/navi_de_experience.png);
	width: 103px;
	top: 205px;
	left: 27px;
}

a.navi_de_contact {
	background-image: url(gfx/navi/navi_de_contact.png);
	width: 65px;
	top: 205px;
	left: 453px;
}

/* EN */

a.navi_en_change {
	background-image: url(gfx/navi/navi_en_change.png);
	width: 144px;
	top: 101px;
	left: 442px;
}

a.navi_en_leadership {
	background-image: url(gfx/navi/navi_en_leadership.png);
	width: 160px;
	top: 127px;
	left: 92px;
}

a.navi_en_team {
	background-image: url(gfx/navi/navi_en_team.png);
	width: 52px;
	top: 127px;
	left: 549px;
}

a.navi_en_coaching {
	background-image: url(gfx/navi/navi_en_coaching.png);
	width: 75px;
	top: 127px;
	left: 635px;
}

a.navi_en_tools {
	background-image: url(gfx/navi/navi_en_tools.png);
	width: 242px;
	top: 153px;
	left: 437px;
}

a.navi_en_customers {
	background-image: url(gfx/navi/navi_en_customers.png);
	width: 84px;
	top: 179px;
	left: 179px;
}

a.navi_en_experience {
	background-image: url(gfx/navi/navi_en_experience.png);
	width: 99px;
	top: 179px;
	left: 405px;
}

a.navi_en_contact {
	background-image: url(gfx/navi/navi_en_contact.png);
	width: 63px;
	top: 205px;
	left: 335px;
}

/* # Footer and Metanavi # */

#footer {
}

#clear {
	clear: both;
}

.footerline {
	background: url(gfx/meta/footer_bg.png) repeat-x;
}

#metanavi {
	width: 770px;
	margin: 0 auto;
	text-align: right;
	padding: 12px 30px 100px 0;
}

/* # Static Pages # */

hr {
	height: 11px;
	background: black;
	color: black;
	margin: 0;
	padding: 0;
	border: none;
}

.pageline {
	margin: 26px 0 15px 0;
}

img.sidebar_image {
	margin: 5px 0 0 0;
	width: 218px;
	height: 218px;
	display: block;
	background-color: black;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearleft {
	clear: left;
}

#content {
	width: 465px;
}

#contact {
	width: 188px;
	clear: right;
	padding: 40px 5px 0 25px;
}

a.blog {
	background: url(gfx/navi/navi_blog.png) no-repeat top left;
	width: 62px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	clear: both;
	border: none;
	padding: 0 !important;
	margin: 53px 4px 0 0 !important;
}

a.blog:hover {
	background-position: right;
}

/* ## Typography ## */

h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1 {
	font-size: 29px;
	font-weight: bold;
	color: #1A1817;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #1A1817;
	font-family: "Times New Roman", Times, serif;
}

h3, .inline_h3 {
	font-size: 16px;
	font-weight: bold;
	color: #1A1817;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

h6.blogroll {
	font-size: 12px;
	margin: 0 0 7px 0;
	color: #1A1817;
}

h1 {
	padding: 0 0 6px 0;
}

h2 a {
	color: #1A1817;
}

h2 a:hover {
	color: #13BAFF;
	background: none;
}

h3 {
	padding: 0 0 8px 0;
}

p {
	padding: 0 0 16px 0;
	line-height: 18px;
}

li {
	background: url(gfx/meta/listitem.png) no-repeat 0 5px;
	padding: 0 0 0 18px;
	margin: 0 0 7px 0;
	line-height: 18px;
}

a, a:hover {
	text-decoration: none;
	padding: 0 1px 0 1px
}

a {
	color: #13BAFF;
}

a:hover {
	color: white;
	background-color: black;
}

/* ## BLOG ## */

.title {
	padding: 0 0 0 0 !important;
}

.date {
	color: #BCC8CE;
	padding: 0 0 11px 0 !important;
}

.postmeta {
	background: url(gfx/meta/footer_bg.png) repeat-x left bottom;
	padding: 0 0 7px 0;
	margin: 3px 0 24px 0;
}

.blogline {
	margin: 26px 0 23px 0;
}

.navigation {
	margin: 0 0 10px 0;
	font-size: 10px;
	width: 465px;
	height: 15px;
}

.navigation div a, .navigation div a:hover {
	padding: 2px;
}

/* Sidebar */

#sidebar {
	width: 188px;
	float: right;
	padding: 1px 0 0 0;
}

#sidebar ul li {
	background: none;
	padding: 0;
	margin: 0 0 1px 0;
}

#sidebar ul li a {
	color: #5A5A5A;
	background: none;
}

#sidebar ul li a:hover {
	color: #13BAFF;
	background: none;
}

#sidebar h3 {
	padding: 0 0 4px 0;
}

#sidebar ul {
	padding: 0 0 13px 0;
}

ul.commentlist li {
	background: none !important;
}

h5.author {
	font-size: 12px;
}

h5.notapproved {
	color: #999999;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
}


/* ## Forms ## */

/* Commentsform */

form#commentform {

}

form#commentform textarea {
	width: 458px;
}

/* Searchform */

form#searchform {
	margin: 3px 0 20px 0;
}

form input, form textarea {
	padding: 1px 2px 1px 2px;
	background: #DEF2F1;
	border-top: 2px solid #99988F;
	border-left: 2px solid #99988F;
	font-family: Arial;
	font-size: 1.1em;
}

form#searchform input#searchsubmit , form#passwordform input#submit {
	width: 46px;
	padding: 2px 0 1px 0;
}

form#searchform input#s {
	width: 108px;
}

form#commentform input#submit, form#searchform input#searchsubmit, form#form_newsletter input#newsletter_submit, form#passwordform input#submit {
	background: black;
	color: white;
	border: none;
	font-weight: bold;
	cursor: pointer;
}


/* ## Misc ## */

a.RSS {
	padding: 0 0 0 18px;
	background: url(gfx/meta/rss.png) no-repeat bottom left !important;
}

.imagefade {
	float: left;
	margin: 0 10px 10px 0;
}

.flashyfade {
	float: left;
	padding: 0 15px 10px 0 !important;
	line-height: 0;
}

img, a img, a:hover img {
	border: none !important;
	background: none !important;
	background-color: white !important;
}

.nojs {
	color: #990000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 0 auto;
	text-align: center;
}

.wingwave {
	width: 124px;
	height: 77px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(gfx/meta/wingwave.png) no-repeat white;
	border: none !important;
	padding: none !important;
	margin: 317px 0 0 94px;
}

.wingwave:hover {
	background-color: white !important;
}

/*


*/

