html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border:0 none;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}


/*=========*/
/*von hier*/
/*=========*/

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #84a903;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #84a903;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000000;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/*=========*/
/*bis da*/
/*=========*/


a {
	color:#84a903;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input {
	background:#f0f0f0;
	border:solid 1px #e1e1e1;
	color:#222222;
	font-size:11px;
	padding:5px;
}

img {
border:none;
}

small {
font-size:10px;
margin:0 10px;
}

.button {
color:#ffffff;
text-transform:uppercase;
}

body {
	width:1252px;
    margin-left:auto;
    margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}



/***************************/
/*                         */
/*       Kopfbereich       */
/*                         */
/***************************/


/*Willkommens-Nachricht mit Hintergrund*/

#welcome {
	background-image:url(leiste-schwarz.gif);
	width:1212px;
	height:30px;
	padding: 13px 20px 0 20px;
	color:#aaaaaa; /*hellgrau*/
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	margin:3px 0 0 0;
}


/*Banner*/

#banner {
	background-image:url(banner.jpg);
	width:1252px;
	height:124px;
	margin:3px 0 0 0;
}


/*Scrolltext*/

#scrolltext {
	background-image:url(leiste-schwarz.gif);
	width:1152px;
	height:30px;
	padding:13px 50px 0 50px;
	color:#84a903; /*grün*/
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	margin:3px 0 0 0;
}


/***************************/
/*                         */
/*       Hauptbereich      */
/*                         */
/***************************/


#main {
	width:1252px;
	margin:3px 0 0 0;
	background:#FFFFFF;
	overflow:hidden;
}


/*linke Spalte*/

#main div#left {
	backgorund:#ffffff;
	width:240px;
	float:left;
}

#main div#left h1 {
	background-image:url(navigation-h1.jpg);
	width:200px;
	height:25px;
	padding:6px 0 6px 40px;
	color:#84a903;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#main div#left h1 span {
	display:block;
	margin:-3px 0 0 15px;
	color:#aaaaaa;
	text-transform:lowercase;
}

#main div#left ul, #main div#left li {
	list-style-type:none;
}

#main div#left ul {
	margin:5px;
	width:230px;
}

#main div#left li {
	background:url(navigation-li-pfeil.gif) no-repeat left;
	height:20px;
	width:200px;
	padding:2px 0 0 20px;
	margin:5px 0 5px 10px;
	font-size:13px;
	color:#000000;
}

#main div#left li:hover {
	background-image: url(navigation-li-hover.gif);
	width:200px;
	padding:2px 0 0 30px;
	margin:5px 0 5px 0;
}

#main div#left li a {
	color:#222222;
}

#main div#left li:hover a {
	color:#FFFFFF;
}

#main div#left li:hover a:hover {
	text-decoration:none;
}


/*rechte Spalte*/

#main div#right {
	width:240px;
	height:inherit;
	float:right;
}

#main div#right h1 {
	background:url(navigation-h1.jpg) no-repeat;
	width:200px;
	height:27px;
	padding:6px 0 6px 40px;
	color:#84a903;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#main div#right h1 span {
	display:block;
	margin:-3px 0 0 15px;
	color:#aaaaaa;
	text-transform:lowercase;
}


/*Mittelteil*/

#main div#middle {
	width:766px;
	margin:0 243px 0 243px;
}


div#main div#middle h1 {
	background-image:url(mitte-h1-hintergrund.jpg) no-repeat;
	width:726px;
	height:27px;
	padding:5px 0 5px 40px;
	color:#84a903;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}


div#main div#middle h1 span {
	display:block;
	margin:-3px 0 0 15px;
	color:#aaaaaa;
	font-size:11px;
	text-transform:lowercase;
}


div#main div#middle h2 {
	background-image:url(mitte-h1-hintergrund.jpg);
	color:#84A903;
	font-size:12px;
	font-weight:bold;
	height:22px;
	padding:12px 0 3px 40px;
	text-transform:uppercase;
	width:726px;
}


#fakeemail {
	color:#FF0000;	
}


#fake_shoutbox {
	color:#FF0000;
	margin:2px;
}


/*#google_maps {
	width:600px;
	height:800px;
}*/



/***************************/
/*                         */
/*        Fußbereich       */
/*                         */
/***************************/

#footer {
	width:1246px;
	background-color:#000000;
	margin:3px 0 3px 0;
	padding:5px;
}


#footer-inner {
	background:#010101;
	padding:5px;
	color:#696a6a;
	font-size:10px;
}



/***************************/
/*                         */
/*       Loginbereich      */
/*                         */
/***************************/

div#login {
	padding:15px;
	font-size:14px;
}

div#login input.button {
	background:url(button_small.jpg) no-repeat;
	border:none;
	width:80px;
	height:21px;
	padding:0 0 0 12px;
	margin:8px 0;
}

div#login input {
	width:180px;
	display:block;
	margin-bottom:7px;
}

/* Post */

.post {
	overflow:hidden;
	font-size:11px;
}

.post-item {
	padding:20px 0 0 0;
	font-size:12px;
}

div#main div#middle .post-item p.comments {
	background:url(comments.jpg) no-repeat;
	width:475px;
	margin:10px 0 0 0;
	padding:3px 0 0 33px;
	height:22px;
	color:#FFFFFF;
	font-size:11px;
}

.post-item p.comments {
	background:url(comments.jpg) no-repeat;
	width:475px;
	padding:0 0 0 120px;
	margin:0 0 10px 0;
	height:22px;
	color:#FFFFFF;
	font-size:11px;
}

.post-item p.comments a {
	color:#FFFFFF;
}

.post p.rubric {
	float:right;
}

div.post h2#post-headline {
	background:url(content-bg.jpg) #84a903 no-repeat;
	height:19px;
	padding:3px 30px;
	font-weight:normal;
	color:#FFFFFF;
}

div#main div#middle div.post h2#post-headline {
	background:url(content-bg.jpg) #84a903 no-repeat;
	height:16px;
	padding:6px 30px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
}

.post h2 span {
	color:#FFFFFF;
	float:right;
	font-size:10px;
}

.post h2 a {
	color:#FFFFFF;
}

td.title, td.title a {
	color:#FFFFFF;
	font-size:13px;
}

td.fakeemail {
	color:#FF0000;	
}