body {
  color: #000;
  background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
}

/* Allgemeines */

* {
  margin: 0; padding: 0;
}

img {
  border: none;
}

a:link, a:visited {
  color: #537517;
}

a:hover, a:active, a:focus {
  color: #537517;
  text-decoration: underline;
}

h1 {
  text-align: center;
  border-bottom: 1px dashed #537517;
  width: 80%;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0 0 5px 5px;
}

h2 {
  color: #537517;
  padding-left: 5px;
}

li {
  margin-left: 15px;
}

ul {
  list-style-type: square;
}

p {
  margin: 10px 0;
}

legend {
  margin: 10px 0;
}

/* Blöcke */
.block {
  margin-right: 8px;
  margin-top: 30px;
}

.block h1 {
  color: #537517;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #537517;
  margin-bottom: 5px;
  font-size: 1.4em;
}

.block ul {
  list-style: none;
}

.block li {
  padding: 5px 0;
}

/* Form */

.button {
  border: 1px solid #000;
  background: #fff url(http://patenweb.de/neueseite/gfade.gif) top left repeat-x;
  padding: 1px 5px;
}

.button:hover, .button:active, .button:focus {
  border-color: #537517;
  cursor: pointer;
}

select {
  border: 1px solid #e0e0e0;
}
select:hover {
  border-color: #537517;
}

.textbox {
  border: 1px solid #e0e0e0;
  padding: 3px;
  color: #537517;
}

.textbox:focus, textarea:focus {
  border-color: #537517;
}

textarea {
  border: 1px solid #e0e0e0;
	font-family: Verdana;
	line-height: 1.4;
	padding: 3px;
	font-size: 1em;
}

.ceckbox {
  margin: 10px;
}

/* Klassen */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear {
  clear: both;
}

.display_none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.smalltext {
  font-size: .9em;
}

.smallertext {
  font-size: .7em;
}

.vmiddle {
  vertical-align: middle;
}

.accordion-click {
  text-align: center;
  cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

/* Struktur */

#header {
  position: absolute;
  top: 0; left: 0;
  height: 100px;
  width: 100%;
  background: #9AC44D url(http://patenweb.de/neueseite/bg2.gif) top left repeat-x;
  text-align: right;
  z-index: 1;
  min-width: 990px;
}

#headersearch {
  position: absolute;
  left: 10px;
  top: 10px;
}

.ad {
  border: 1px solid black;
  float: left;
  margin-left: 10px;
}

#new_ann {
  display: block;
  width: 100%;
  border-top: 1px solid #537517;
  border-bottom: 1px solid #537517;
  text-align: center;
  padding: 10px 2px;
  margin-bottom: 10px;
}

.warning {
  display: block;
  width: 100%;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  text-align: center;
  padding: 10px 2px;
  margin-bottom: 10px;
}

#leftcol {
  position: absolute;
  top: 100px; right: 200px; 
  padding: 30px 10px;
  border-right: 1px dashed #537517;
  font-size: .9em;
}

#leftcol[id] {
  left: 0;
}

#leftcol p {
  overflow-x: auto;
}

* html #leftcol {
  padding-left: 215px;
}

#rightcol {
  width: 190px;
  float: right;
  margin-top: 110px;
}

#rightcol ul, #rightcol li {
  margin: 0;
}

#middle {
  font-size: .9em;
  position: absolute;
  top: 200px; left: 200px; 
  margin-top: 10px;
  text-align: center;
  width: 600px;}

#footer {
  font-size: .8em;
  margin-top: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

/* Menü */

.menu[class] * {
  margin-right: 6px;
}

.menu a, .menu a:link, menu a:visited {
  text-decoration: none;
  display: block;
  width: 100%;
  border-right: 5px solid #e0e0e0;
}

/* Stufe 1 */

.menu li {
  text-align: center;
  font-size: 1.2em;
}

/* Stufe 2 */

.menu ul li {
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: .8em;
}

/* Forum */

#panel {
  background: #e4f5c4;
  border: 1px solid #537517;
  padding: 10px;
  margin: 5px;
}

#panel a {
  text-decoration: none;
  padding: 3px 0;
}

#panel form {
  margin-top: 10px;
}

#panel input { 
  margin: 3px 0;
}

#panel h3 {
  text-align: center;
  border-bottom: 1px solid #537517;
}


.tborder {
	background: #929292;
	width: 100%;
	margin: auto auto;
	border: 1px solid #6f6f6f;
}

.tborder a {
  text-decoration: none;
}

.thead {
  text-align: center;
  padding: 0;
}

.thead a {
  color: #000;
}

.tname {
  background: #537517 url(http://www.patenweb.de/neueseite/thead.gif);
  height: 20px;
  padding: 5px;
  text-align: center;
}

.tdesc {
  background: #D1EB9E;
  padding: 5px 0;
}

.trow_sep {
  background: #D1EB9E;
  padding: 3px 5px;
}

.tcat {
  padding: 5px;
  background: #fff;
  background: #D1EB9E;
}

.trow1, .trow2, .trow1 td, .trow2 td {
  padding: 5px 10px;
}

.trow1 {
  background: #f2f2f2;
}

.trow2 {
  background: #fff;
}

.tfoot {
  background: #537517 url(http://patenweb.de/neueseite/thead.gif);
  height: 30px;
  padding: 5px;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

hr.sig {
  width: 99%;
  color: #f2f2f2;
  background: #f2f2f2;
  margin: 5px 0;
  height: 1px;
}

pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

.pagination {
  font-size: 11px;
  padding-top: 10px;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #537517;
  background: #fff;
}

.pagination .pagination_current {
  background: #D1EB9E;
  font-weight: bold;
  border: 1px solid #537517;
}

.pagination a:hover {
	background: #F5F5F5;
  text-decoration: none;
}

table .smalltext strong {
  font-size: .9em;
}

.quote_header {
	background: #D1EB9E;
	border: 1px solid #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #f2f2f2;
	border: 1px solid #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.code_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.code_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}

.popup_menu {
	background: #fff;
	border: 1px solid #000;
	margin-top: -100px;
	width: 128px;
}

.popup_menu .popup_item:hover {
	background: #D1EB9E;
	color: #000;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	width: 120px;
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	color: #000;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

/* Hover-Effekte */


.menu ul li:hover {
  background: #f2f2f2;
}

.menu a:hover {
  border-right-color: #537517;
}
