			.std_input {
				width: 200px;
			}
			.erg_input {
				width: 120px;
			}			
			.wasserzeichen {
				color: #DED6D6;
				font-size:10px;
			}
			.klein {
				font-size:10px;
				color:red;
				text-decoration:none;
			}
			.page_title {
				font-size:18px;
				font-weight:bold;
			}
			.area {
				width:600px;
				height:150px;
			}
      .tab {
        width: 100%;
      }
      .tab_nav {
        margin-top:120px;
		padding-left:10px;
      }
      .tab_main {
        width:100%;
        margin-top:10px;
      }
      .tab_news {
        width:70%;
        margin-top:10px;
      }
      .td_footer {
        border-top: 1px solid #C1C1C1;
        text-align:right;
      }
      body {
        background-image:url(images/layout.jpg);
        background-repeat: no-repeat;
        font-family:Arial;
        font-size: 12px;
        color: black;
      }
      h2,h3,h4 {
        font-family:Arial;
        color:black;
      }
      td {
        font-family:Arial;
        font-size: 12px;
        color: black;
      }
      a { 
        font-family:Arial;
        font-size: 12px;
        color:black;
        text-decoration: underline;
      }
      a:hover {
        color:red;
      }
      hr {
        height:1px;
        color:red;
        width:100%;
      }
			select, input {
        font-family:Arial;
        font-size: 12px;
        color:black;
			}
		
