/* The main body of the entire forum. */
body {
	margin:0px;
	background-attachment: scroll;
	background-color: #FEFCEE;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 170px 5px;

}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    line-height: 145%;
	color: #000000;
	font-size: 12px;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* Normal, standard links. */
a:link {
	color: #008000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #808080;
	font-family: verdana, sans-serif;
}

input, button {
	font-size: 110%;
}

textarea {
	font-size: 110%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666;
	background-color: #a7a5a5;
}

/* No image should have a border when linked */
a img {
      border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #3a3a3a;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
	margin: 4px;
	padding: 4px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #3a3a3a;
	background-color: #eff9fa;
	/*font-family: "courier new", "times new roman", monospace;*/
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #ddf7f9;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #3333FF;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
      line-height: 23px;
	border-bottom: 0px solid #fff;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.titlebg a:hover {
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #9937df;
	font-style: normal;
	text-decoration: none;
}

.titlebg, .titlebg2 {
      color: #008000;
	font-family: Tahoma, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
}

.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	color: #008000;
	padding-left: 10px;
	padding-right: 10px;
      line-height: 25px;
}

.catbg2 , tr.catbg2 td {
	color: #008000;
	padding-left: 10px;
	padding-right: 10px;
      line-height: 25px;
}

.catbg, .catbg2, .catbg3 {
      font-size: 11px;
      font-weight: bold;
	font-family: Tahoma, sans-serif;
}

.catbg, .catbg2 {
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #008000;
	text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #008000;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #bbb;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: transparent;
	padding: 1;
      margin: 2px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.middletext { 
	line-height: 18px;
	text-indent: 10px;
}

.normaltext {
	font-size: small;
}

.largetext {
	font-size: large;
}



#container {
	width: 950px;
	margin:0px auto 20px auto;
}


/* Layout */
#menubar {
	margin: 0;
	padding: 0;
	height: 45px;
}

#topmenu {
      display: block;
      position: relative;
      height: 25px;
      font-size: 11px;
      font-weight: bold;
      margin: 0;
      float: left;
      padding: 20px 0 0 10px;
	font-family: tahoma, sans-serif;
}

#topmenu ul {
      margin: 0px;
      padding: 0;
      list-style-type: none;
      width: auto;
      float: left;
}

#topmenu ul li {
      display: block;
      float: left;
      margin: 0 1px;
}

#topmenu  ul li a {
      display: block;
      float: left;
      color: #008000;
      text-decoration: none;
      padding: 0 0 0 13px;
      height: 25px;
      line-height: 25px;
}

#topmenu  ul li a span { 
      padding: 0 13px 0 0;
}

#topmenu ul li a:hover {
	color: #000000;
	background-color: #FFFFAE;
	background-position: 0 0;
}

#topmenu ul li a:hover span {
	display: block;
	width: auto;
	background-position: 0;
}

#topmenu ul li a.current {
	color: #008000;
	background-position: 0 0;
}

#topmenu ul li a.current span {
	display: block;
	width: auto;
	background-position: 0;
}


#mainarea {
	padding: 5px 10px 10px 10px;
      margin: 0;
}

#header {
	position: relative;
	height: 171px;
	overflow: hidden;
}

#headerleft {
	height: 171px;
	position: relative;
	background-position: 0 0;

}

#headerright {
	height: 171px;
	position: relative;
	background-position: 100% 0;
}

#container {
	width:950px;
	margin:0px auto 20px auto;
}

#logo, #logo a {
	position: absolute;
	top: 76px;
	left: 21px;
	display: block;
	width:495px;
	height: 86px;
	background: url(../images/logo.gif) no-repeat;
}

#welcome {
	font-size: 1.0em;
	color: #999;
	font-family: tahoma, sans-serif;
	float: right;
	padding: 10px 0px 0 0;
	text-align: right;
}

#welcome a:link, #welcome a:visited {
      color: #808080;
      font-weight: bold;
}

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

#footer {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #909090;
	background-position: 0 0;
}

#footer-left {
	background-position: 0 0;
}

#footer-right {
	height: 80px;
	overflow: hidden;
	background-position: 100% 0;
}

#footer a:link , #footer a:visited {
	color: #707070;
}

#footer a:hover {
	color: #aaa;
}
ul.presse {
          list-style-image: url("img/misc/rad.ico");
          margin-top: 30px;
          margin-left: 20px;
          vertical-align: top 
}
.presse li {
           padding-left: 20px;
           padding-bottom: 20px;
           color:#1F7800;
           font-weight: bold;
           line-height:130%;
}

