/*  
Theme Name: krempel-web.de
Theme URI: http://www.krempel-web.de/
Description: Theme von <a href="http://www.krempel-web.de">krempel-web.de</a>
Version: 1.0
Author: Sebastian Krempel
Author URI: http://www.krempel-web.de/
*/



body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #F2F2F2 url('images/bgbody.jpg') repeat-x top;
	color: #262626;
	text-align: center;
	margin: 0px;
	margin-top: 48px;
	margin-bottom: 20px;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p img {
	padding: 0;
	max-width: 100%;
}

a img {
	border: none;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center {
	text-align: center;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#page {
	background: url('images/bgpage.jpg') repeat-y left top;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 805px;
}

/* Header */
#header {
	background: url(images/bgheader.jpg) no-repeat left top;
	height:88px;
	margin:0px;
	padding:0px;
	width:805px;
	overflow:hidden;
}

#header ul {
	background: url(images/bgtab_end.jpg) no-repeat right bottom;
	height:48px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 20px 0px 0px;
	padding:40px 1px 0px 0px;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	height: 48px;
	float: right;
}
#header ul li a {
	display: block;
	background: url('images/bgtab.jpg') no-repeat top left;
	height: 48px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	color: #BFBFBF;
}
#header ul li a:hover,
#header ul li.current_page_item a,
#header ul li.current_page_parent a {
	background-image: url('images/bgtab_active.jpg');
	color: #262626;
	text-decoration: none;
}

/* Footer */
#footer {
	background: url('images/bgfooter.jpg') no-repeat bottom center;
	padding: 0px;
	margin: 0px;
	width: 805px;
	height: 40px;
	clear:both;
	text-align: center;
	font-size: 9px;
}

#copyright {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	color: #404040;
}
#copyright a {
	color: #404040;
}

#footernavi {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 600px;
	color: #938953;
}
#footernavi a {
	color: #938953;
}

/* Sidebar */
#sidebar {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	min-width: 200px;
	min-height: 400px;
}
div.sidebarbox {
	width: 185px;
	margin-left: 7px;
	margin-bottom: 10px;
}
div.sidebarbox a.title {
	background-image: url('images/bgboxtitle_close.jpg');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 180px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 5px;
	margin: 0px;
	font-size: 14px;
	color: #BFBFBF;
	cursor: pointer;
}
div.sidebarbox a.title:hover {
	text-decoration: none;
}
div.sidebarbox div.body {
	display: block;
	width: 176px;
	background-color: #EEECE1;
	padding: 2px;
	padding-left: 5px;
	border: 1px solid #262626;
}
#sidebar form {
	margin: 0;
	padding-left: 2px;
	padding-right: 8px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
	padding-left: 8px;
}
#sidebar li {
	font-size: 12px;
}
#sidebar li a,
#sidebar li a:hover {
	color: #262626;
}
		
/* Content */
#content {
	background: url('images/bgcontent.jpg') no-repeat top left;
	padding: 5px;
	padding-right: 15px;
	padding-left: 20px;
	margin: 0px;
	width: 565px;
	float: left;
}

#content h1 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #17365D;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #548DD4; 
}
#content h2 {
	margin: 0px;
	margin-top: 20px;
	color: #366092;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	margin: 0px;
	margin-top: 20px;
	font-size: 14px;
	color: #262626;
	font-weight: bold;
}

#content p {
	margin: 0px;
	margin-bottom: 5px;
}

#content small {
	font-size: 9px;
	color: #7F7F7F;
}

#content code {
	font-family: Courier New, Courier, Fixed;
}

#content acronym,
#content abbr {
	letter-spacing: 2px;
	border-bottom: 1px dashed #938953;
	cursor: help;
}

#content a {
	color: #4F81BD;
}
#content a:visited {
	color: #C0504D;
}

#content a.button {
	background: url('images/bgbutton.jpg') no-repeat top left;
	width:129px;
	height:35px;
	display:block;
	padding-top: 3px;
	text-align: center;
	font-size: 13px;
	color: #BFBFBF;
}
#content a.button:hover {
	background: url('images/bgbutton_active.jpg') no-repeat top left;
	color: #262626;
	text-decoration: none;
}

#content div.spacer {
	clear: both;
	height: 10px;
	display: block;
}
#content table.datatable {
	border-collapse: collapse;
}
#content table.datatable td {
	border: 1px solid #C4BD97;
}

#consoleWindow {
	background: url('images/console.jpg') no-repeat top left;
	width:540px;
	height:385px;
	display:block; 
}
#consoleDisplay {
	color: #D8D8D8;
	display:block;
	background: #000000;
	position: relative;
	width: 481px;
	height: 305px;
	top: 42px;
	left: 21px;
	font-family: monospace;
	font-size: 10px;
}

/* Post */
#content div.navigation {
	display: block;
	text-align: center;
	color: #95B3D7;
}
#content div.navigation a,
#content div.navigation a:visited {
	color: #95B3D7;
}
#content div.navigation a:hover {
	color: #548DD4;
	text-decoration: none;
}
#content div.post h2 a,
#content div.post h2 a:visited {
	color: #366092;
}
#content div.post h2.blogkat_privat {
	color: #938953;
	font-style: italic;
}
#content div.post span.date {
	font-size: 9px;
	color: #7F7F7F;
}
#content div.post span.category,
#content div.post span.category a,
#content div.post span.category a:visited {
	font-size: 9px;
	color: #A5A5A5;
}
#content div.post div.teaser h2 {
	font-size: 14px;
	color: #262626;
}
#content div.post div.teaser h3 {
	font-size: 13px;
	font-weight: normal;
}
#content div.post a.more-link,
#content div.post a.more-link:visited {
	font-size: 9px;
	color: #7F7F7F;
}
#content div.post div.postmetadata,
#content div.post div.postmetadata a,
#content div.post div.postmetadata a:visited {
	color: #938953;
}
table.postmetadata {
	background-color: #EEECE1;
	display: block;
	width: 100%;
	margin-top: 20px;
}
table.postmetadata td {
	width: 100%;
}

/* Links */
#content ul.linklist {
	padding: 0px;
	margin-left: 0px;
	list-style: none;
}
#content ul.linklist ul {
	padding: 0px;
	margin-left: 0px;
	list-style: none;
}
#content ul.linklist ul li {
	margin-top: 10px;
	font-size: 9px;
	color: #7F7F7F;
}
#content ul.linklist ul li a {
	display: block;
	font-size: 11px;
}

/* Comments */
#content h1.comments {
	margin-top: 30px;
}
#content div.comment-list {
	clear: both;
	display: block;
	float: left;
	width: 560px;
	padding: 5px;
	padding-right: 0px;
}
.alt {
	background-color: #EEECE1;
}
#content div.comment-user {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
}
#content div.comment-block {
	display: block;
	float: left;
	width: 430px;
	border-left: 1px solid #7F7F7F;
	padding-left: 5px;
}

/* ProductCards */
#content a.productCard {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border: 1px solid #EEECE1;
	margin: 1px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 110px;
	padding-right: 2px;
	width: 165px;
	height: 120px;
	cursor: hand;
	color: #262626;
}
#content a.productCard:hover {
	background-color: #EEECE1;
	border: 1px solid #938953;
	text-decoration: none;
}
#content a.productCard .title {
	font-size: 14px;
	color: #262626;
	font-weight: bold;
}
#content a.productCard small {
	display: block;
	padding-top: 8px;
}

/* Forms */
form {
	background-color: #EEECE1;
	padding: 5px;
}
form table {
	width: 100%;
}
form table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
form table td {
	width: 100%;
}
input.text, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #262626;
	width: 99%;
}
.error {
	color: #C0504D;
}
.success {
	color: #00B050;
}