/* static START */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset
	{
	margin: 0;
	padding: 0;
}

abbr[title],acronym[title] {
	border-bottom: thin dotted;
	cursor: help;
}

body {
	background: #BEC3C6 url(img/bg.jpg) repeat-x;
	color: #555;
	font-family: Verdana, "BitStream vera Sans", Tahoma, Helvetica,
		Sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing: -0.05em;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	color: #666;
}

h1 {
	font-size: 200%;
	border-bottom: 1px solid #CCC;
	padding: 0 5px 3px 0px;
}

h2 {
	font-size: 170%;
	border-bottom: 1px solid #CCC;
	padding: 15px 5px 3px 0px;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

img {
	border: 0;
}

img.sided {
	background: #FFF;
	border: 2px solid #CCC;
	padding: 3px;
}

small {
	font-size: 10px;
}

a:hover img.sided {
	border-color: #A6A6A6;
}

a {
	color: #616F85;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #A7B5CB;
}

a:link,a:active,a:hover {
	color: #616F85;
}

blockquote,pre {
	background: #F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border: 1px dashed #CCC;
	padding: 8px 12px 8px 36px;
	margin: 5px 0;
}

dt {
	clear: left;
	float: left;
	width: 150px;
	margin: 2px 0 0 0;
	width: 150px;
}

dd {
	margin: 2px 0 0 0;
	float: left;
}

dl {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 10px;
}

.more-link {
	font-size: 11px;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.fixed,.clear {
	clear: both;
}

input,textarea {
	border: 1px solid #bbb;
}

input.textfield,textarea {
	color: #888;
	padding: 2px 4px;
	font-size: 12px;
	font-family: Verdana, "BitStream vera Sans", Tahoma, Helvetica,
		Sans-serif;
}

input.submit {
	text-decoration: none;
	font-size: 11px !important;
	line-height: 15px;
	cursor: pointer;
	box-sizing: content-box;
	color: #464646;
	padding: 3px 10px;
	white-space: nowrap;
	background: #f2f2f2
		url(http://www.wissenstausch.com/wp-admin/images/white-grad.png)
		repeat-x scroll left top;
	margin-top: 20px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	-webkit-border-radius: 10px;
}

input.submit:hover {
	color: #000;
	border-color: #666;
}

.boxcaption {
	background: #E3E4E6 url(img/box.gif) 0 0 no-repeat;
	padding: 6px 12px;
	border-bottom: 1px solid #CCC;
}

.boxcaption h3 {
	font-size: 12px;
	font-family: Verdana, "BitStream vera Sans", Tahoma, Helvetica,
		Sans-serif;
	letter-spacing: 0em;
}

.box {
	background: #F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding: 8px 12px;
	margin-bottom: 10px;
}

.messagebox,.errorbox {
	background: #EDEFF0 url(img/messagebox.gif) no-repeat;
	padding: 0 12px;
	height: 27px;
	line-height: 27px;
	font-size: 11px;
}

.w3c {
	color: #080;
	font-size: 10px;
}

.width50 {
	width: 50px;
}

.width300 {
	width: 300px;
}

/* static END */ /* layout START */
#wrap {
	background: url(img/light.gif) center top no-repeat;
	padding: 20px 0;
}

#container {
	margin: 0 auto;
	width: 936px;
}

/* layout END */ /* header START */
#header {
	background: url(img/header.png) 0 0 no-repeat;
	height: 90px;
	border-bottom: 1px solid #A6A6A6;
	overflow: hidden;
}

#caption {
	padding: 25px 30px 0;
}

#title a {
	text-decoration: none;
	color: #FFF;
	height: 30px;
	display: block;
	font-family: "Trajan Pro";
	letter-spacing: 0;
}

/* image blog title */
#tagline {
	color: #FFF;
	border-top: 1px solid #FFF;
	text-decoration: none;
	font-size: 10px;
	float: left;
	padding: 0 3px;
}

#header .banner {
	float: right;
	padding: 15px 15px 0;
	color: #999;
}

/* header END */ /* navigation START */
#navigation {
	background: #FFF;
	border-bottom: 1px solid #A6A6A6;
}

#menus li {
	display: inline;
	list-style: none;
}

#menus li a {
	background: transparent url(img/menu.gif) no-repeat;
	display: block;
	color: #382E1F;
	height: 31px;
	line-height: 31px;
	padding: 0 20px;
	margin-left: -10px;
	text-decoration: none;
	font-size: 11px;
	float: left;
	z-index: 1;
}

#menus li a:hover,#menus li a.current {
	background-position: 0 -31px;
}

#menus li.current_page_item a,#menus li.current-cat a {
	background-position: 0 -62px;
}

#menus li a.home {
	background-position: 0 -93px;
	width: 45px;
	padding: 0;
	margin-left: 0;
	text-indent: -999em;
}

#menus li a.home:hover {
	background-position: 0 -124px;
}

#menus li.current_page_item a.home {
	background-position: 0 -155px;
}

#menus li a.lastmenu:hover {
	background-position: 0 0;
	cursor: default;
}

#menus li .active a {
	color: red;
}

#searchbox {
	background: url(img/searchbox.gif) no-repeat;
	width: 209px;
	height: 21px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 10px !important;
	margin-right: 5px;
	padding: 3px 2px;
}

#searchbox .textfield {
	background: none;
	border: 0px;
	width: 185px;
	float: left;
	margin-right: 2px;
	padding-left: 2px;
}

#searchbox .button {
	background: none;
	border: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
	margin-top: 1px;
}

#searchbox .searchtip {
	color: #999;
}

/* navigation END */ /* submenu START */
#menus li ul {
	display: none;
	background: #F4F5F7;
	border: solid #A6A6A6;
	border-width: 1px 1px 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
}

#menus li li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menus li li a {
	float: none;
	padding: 7px 18px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	margin: 0;
	background-image: none;
	height: auto;
	line-height: 145%;
	color: #999;
	display: block;
	width: 175px;
}

#menus li li a.last {
	border-color: #A6A6A6;
}

#menus li li a:hover,#menus li li a.current {
	background-color: #EDEFF0;
	color: #382E1F;
}

#menus li li a.subtitle,#menus li li a.subtitle:hover {
	background-image: url(img/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* submenu END */ /* content START */
#content {
	background: #FFF url(img/sidesep.gif) left repeat-y;
	min-height: 400px;
}

/* content END */ /* main START */
#main {
	background: #FFF url(img/main_shadow.gif) top repeat-x;
	width: 585px;
	padding: 13px 35px 15px 15px;
	float: right;
	overflow: hidden;
}

#notice {
	color: #080;
}

#notice a {
	text-decoration: underline;
}

.post {
	padding-bottom: 5px !important;
	padding-bottom: 15px;
}

*+html .post {
	padding-bottom: 15px !important;
}

.post .info {
	margin: 5px;
}

.post .info span.first {
	margin-left: 0;
}

.post .date,.post .author,.post .editpost,.post .comments,.post .addcomment,.post .addlink,.post .editlinks
	{
	background: url(img/icons.gif) no-repeat;
	padding-left: 22px;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 11px;
}

.post .tags,.post .categories {
	background: url(img/icons.gif) no-repeat;
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: block;
	text-indent: -999em;
}

.post .under span.tags,.post .under span.categories {
	margin-right: 6px;
}

.post .act {
	height: 16px;
	float: right;
}

.post .act span {
	float: left;
	margin-left: 15px;
}

.post .tags {
	background-position: 0 -400px;
}

.post .categories {
	background-position: 0 -480px;
}

.post .date {
	background-position: 0 -48px;
	margin-right: 15px;
	float: left;
}

.post .author {
	background-position: 0 0;
	float: left;
}

.post .editpost {
	background-position: 0 -64px;
	margin-left: 15px;
	float: right;
}

.post .comments {
	background-position: 0 -96px;
	float: right;
}

.post .addcomment {
	background-position: 0 -112px;
	margin-left: 15px;
	float: right;
}

.post .addlink {
	background-position: 0 -176px;
}

.post .editlinks {
	background-position: 0 -192px;
}

.post .content {
	padding: 5px 0 0 5px;
	line-height: 145%;
	overflow: hidden;
}

.post .content p {
	margin-bottom: 10px;
}

.post .under {
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 10px;
}

.post .under span {
	float: left;
	margin-right: 15px;
}

.post .content h4 {
	color: #080;
	margin-bottom: 10px;
}

.post .content img {
	max-width: 600px;
}

.post .content ul,.post .content ol {
	padding-bottom: 10px;
}

.post .content ul li,.post .content ol li {
	list-style-position: inside;
	padding-left: 20px;
}

.post .content table {
	background: #FFF;
	border: 2px solid #CCC;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

.post .content th,.post .content td {
	border: 1px solid #CCC;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.post .content tr.even td {
	background: #F7F7F7;
}

.post .content th {
	background: #EDEFF0;
}

.post .content .boxcaption {
	background-image: url(img/postbox.gif);
}

.post .content .box {
	background-image: url(img/postbox.gif);
}

#postpath {
	background: url(img/icons.gif) 0 -320px no-repeat;
	line-height: 16px;
	margin: 5px 0;
	padding-left: 22px;
}

#pagenavi,#postnavi {
	border-top: 1px solid #CCC;
	margin: 10px -5px 0;
	padding: 10px 5px 0;
}

#pagenavi {
	font-size: 11px;
}

#pagenavi .newer a,#postnavi .prev a {
	background: url(img/icons.gif) 0 -224px no-repeat;
	padding-left: 22px;
	float: left;
	height: 16px;
	line-height: 16px;
}

#pagenavi .older a,#postnavi .next a {
	background: url(img/icons.gif) 100% -240px no-repeat;
	padding-right: 22px;
	float: right;
	height: 16px;
	line-height: 16px;
}

#teaser {
	float: right;
	margin-left: 10px;
}

#teaser img {
	border: 1px solid #CCCCCC;
}

.errortxt {
	color: red;
	background: url(img/ico_error.png) no-repeat;
	padding-left: 20px;
}

/* main END */ /* sidebar START */
#sidebar {
	background: #F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
	width: 300px;
	float: left;
	font-size: 95%;
	line-height: 145%;
	overflow: hidden;
	padding: 8px 0 10px 0;
}

#sidebar li { /*background: url(img/icons.gif) 0 -560px no-repeat;*/
	background: url(/img/li_square.gif) 10px 0px no-repeat;
	padding-left: 22px;
	list-style: none;
	margin-top: 5px;
	/*font-size:95%;*/
}

#sidebar .content,#sidebar li {
	font-size: 12px;
}

#sidebar li a {
	color: #616F85;
}

#sidebar li.active>a {
	color: black;
	background: #A7B5CB;
	border: 1px solid #616F85;
	padding: 2px;
}

/* sidebar END */ /* footer START */
#footer {
	background: url(img/footer.jpg) 0 0 no-repeat;
	display: block;
	height: 88px;
	border-top: 1px solid #CCC;
	font-size: 11px;
	line-height: 145%;
	width: 100%;
}

#footer a {
	color: #2A2A2A;
}

#copyright {
	margin-top: 12px;
	margin-left: 20px;
}

#themeinfo {
	margin-left: 20px;
}

a#powered {
	background: url(img/wp-logo.png) no-repeat;
	display: block;
	width: 92px;
	height: 57px;
	float: left;
	margin: 0 10px 0 5px;
	text-indent: -999em;
}

a#gotop {
	background: url(img/icons.gif) 0 -304px no-repeat;
	float: right;
	height: 16px;
	line-height: 18px;
	display: block;
	padding-left: 16px;
	margin: 5px 15px 0 0 !important;
	margin: 5px 8px 0 0;
	text-decoration: none;
}
/* footer END */