

body {
	margin: 0;
	padding: 0;
  background: #ecfcbe url(img/allesbkk.jpg)  top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: bold;
  font: georgia, Helvetica, sans-serif;
	color: #6a6a6a;
}

h1 {
	letter-spacing: 0px;
	font-size: 1.5em;
  padding-left: 40px;
  /*border-left: 5px solid #5d0000;*/
    background:  url(img/drache.gif) no-repeat center left ;
    height:35px;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #653939;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 0px double #afafaf;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 1065px;
	height: 319px;
	margin: 0 auto;
  background: #ecfcbe url(img/headbanner.jpg) no-repeat top center;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	font-size: 4em;
	color: #554D49;
}

#logo h1 a {
	color: #554D49;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}



  
  
/* Menu */

#menu {
	float: right;
  padding-right: -10px;
}

#menu ul {
	margin: 0;
	padding: 280px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 18px;
	padding-top: 0px;
  padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #eeffbb;
  font-weight: bold;

  border: #333 0px solid;
  
}


/* Page */

#page {
	width: 1065px;

padding-left: 0px;
	margin: 0 auto;
	padding-top: 0px;
	background: url(img/stagebkk.jpg) repeat-x;
}

#content {
	width: 900px;
padding-left: 0px;
	margin: 0 auto;
	padding-top: 0px;

}

#latest-post {
	float: left;
	width: 580px;
}

#recent-posts {
	float: right;
	width: 280px;
	padding: 0px 0 0 30px;
	background: url(img/trenner02.gif) repeat-y;
}

#recent-posts .entry {
	background: url(img/trenner.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 1045px;

	border-top: 0px solid #333;
	color: #b3b3b3;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #b3b3b3;
}

#sidebar a {
	text-decoration: none;
	color: #b3b3b3;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1065px;
	height: 1px;
	margin: 0 auto;
	background: #eaf9c1;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}


.copyright {


  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  text-align:center;
  border-top: 0px solid #cdcdcd;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

TD.main, P.main {
  line-height: 1.5;
  padding:2px;
}


