div#poweredby {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: #544C40 url(images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;

}

h1, h2 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

a {
	text-decoration: none;
	color: #AF9371;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}



/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	height: 193px;
	background: url(images/img02.jpg) repeat-x left top;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topmleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#logo {
	width: 970px;
	height: 150px;
}

#logo .tablelogo {
	text-align: center;
	width: 1000px;
	height: 150px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFF;
}

#logo h1 {
	padding: 50px 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFF;
}

/* Menu */

 div#Rahmen {
    width: 800px;
    padding: 1em;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		margin-left: 11em;

  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#navigation {
    margin: 0; 
    padding: 0;
    text-align: center;
  }

  ul#navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; 
    padding: 0;
  }
  * html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#navigation li ul {
    margin: 0; 
    padding: 0;
    position: absolute;
    top: 1.6em; 
    left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; 
    padding-bottom:0.4em;
  }
  ul#navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
    background: url(images/img03.jpg);
  }

  ul#navigation a, ul#navigation span {
    display: block;
    width: 7.7em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; 
    color: white;

  }
  * html ul#navigation a, * html ul#navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#navigation a:hover, ul#navigation span, li a#aktuell {
    background: url(images/img03.jpg);
  }


/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: #0c0c0c;
}

#page-bg {
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 15px 0 0 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #FFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #000;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

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

.sidebar li {
	padding: 0 0 20px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0;
	border-bottom: 1px #423525 dashed;
}


.sidebar li h2 {
	margin: 0;
	padding: 10px 15px;
	background: #000;
	font-size: 13px;
	color: #AF9371;
}

.sidebar a {
	color: #FFF;
}

.infobox-container {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}
.infobox {
    width: 175px;
    height: 135px;
    padding: 10px 5px 5px 5px;
    margin:10px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background: #424242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#171717), to(#303030)); /* Safari, Chrome */
    background-image: -moz-linear-gradient(top,#171717,#303030); /* Firefox */
	background-image: -khtml-gradient(linear, left top, left bottom, from(#171717), to(#303030)); /* Konquerer */
    color: #fff;
   	font-size: 90%;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
    
}
.infobox h3 {
    position: relative;
    width: 195px;
    color: #fff;
    padding: 8px 5px;
    margin: 0;
    left: -15px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#8B0000)); /* Safari, Chrome */
    background-image: -moz-linear-gradient(top,#000,#8B0000); /* Firefox */
	background-image: -khtml-gradient(linear, left top, left bottom, from(#000), to(#8B0000)); /* Konquerer */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType='0', StartColorStr='#000000', EndColorStr='#8B0000'); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#8B0000')";   /* IE 8 */
    font-size: 100%;
    text-align: center;
    text-shadow: #2187c8 0 -1px 1px;
    font-weight: bold;
    font-family: Verdana;
}
 
.infobox-container .triangle-l {
    border-color: transparent #8B0000 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: -12px;
    top: 36px;
    z-index: 0; /* displayed under infobox */
}
.infobox-container .triangle-r {
    border-color: transparent transparent transparent #8B0000;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    left: 191px;
    top: 36px;
    z-index: 0; /* displayed under infobox */
}
.infobox a {
    color: #35b0ff;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.infobox a:hover, .infobox a:focus {
    text-decoration: none;
    border-bottom: 1px dotted #35b0ff;
}
.infobox p {
	font-family: Comic Sans MS;
	margin-left: 1em;
}



/* Footer */

#footer {
	width: 1000px;
	height: 23px;
	margin: 0 auto;
	padding: 4px 0 0;
	text-align: center;
	font-size: smaller;
	color: #FFF;
	background: #362e25;
	border: 1px solid #423525;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


#footer a {
	color: #FFF;
}

.bz {
	margin-left: 500px;
}
