* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Book Antiqua", "Times New Roman", serif;
  margin-bottom: 20px;
  font-size: 14px;
}

a, a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#main {
  width: 999px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

	#header {
	  width: 999px;
	}

	#left {
	  width: 202px;
	  min-height: 461px;
	  padding-top: 109px;
	  float: left;
	  background-image: url(../bilder/left.jpg);
	  background-repeat: no-repeat;
	  margin-bottom: 20px;
	  font-size: 13px;
	}

		* html #left {
          height: 461px;
        }
		#newsletter {
		margin-left: 20px;
		}
		#left .navi_box {
		  width: 137px;
		  padding-left: 20px;
		  background-image: url(../bilder/navi_bg.png);
		  background-repeat: no-repeat;
		}

            #left .navi_box li {
              list-style-type: none;
            }
            
            	#left .navi_box li span {
            	  cursor: pointer;
            	}

            #left .navi_box li a, #left .navi_box li a:hover {
              color: #FFFFFF;
              text-decoration: none;
            }
			#left .navi_box li ul {
			padding-left: 15px;
			}

	#cmain {
	  width: 608px;
	  float: left;
	  background-image: url(../bilder/content_bg.jpg);
	  background-repeat: repeat-y;
	  background-position: 0 29px;
	}

		#navi {
		  width: 608px;
          height: 23px;
          text-align: center;
          background-color: #000000;
          color: #FFFFFF;
          font-size: 13px;
          padding-top: 6px;
		  list-style-type: none;
        }

		#ctop {
		  width: 608px;
		  height: 25px;
		  background-image: url(../bilder/content_top.jpg);
		  background-repeat: no-repeat;
		}

		#content {
		  width: 550px;
		  min-height: 570px;
	  	  padding: 0 29px 0 29px;
		  padding-top: 20px;
		  padding-bottom: 20px;
		  background-image: url(../bilder/drache.jpg);
		  background-repeat: no-repeat;
		  background-position: 29px 13px;
		  color: #000000;
		}
		#content a, content a:hover {
		color: #000000;
		}

			* html #content {
			  height: 570px;
			}

		#cbottom {
		  width: 608px;
		  height: 25px;
		  background-image: url(../bilder/content_bottom.jpg);
		  background-repeat: no-repeat;
		}

	#right {
	  width: 169px;
	  min-height: 461px;
	  padding: 109px 0 0 20px;
	  float: left;
	  background-image: url(../bilder/right.jpg);
	  background-repeat: no-repeat;
	  margin-bottom: 20px;
	}
	textarea,input,select {
	border: 1px solid #999999;
	background-color: #293b42;
	color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	}

		* html #right {
          height: 461px;
        }

    #item input, #item select {
      font-size: 10px;
    }

    	#item input, #item select {
    	  padding: 1px;
    	}

    #item td {
      padding-right: 5px;
    }
:disabled {
	background-color: #293b42;
	color: #606060;
}