body {          font-family: arial;
                font-size: 12px;
                text-align: center;
                color: black;
                background-image:url(images/bg_page.jpg);
                background-repeat: repeat;}

td {            font-family: arial;
                font-size: 12px;
                vertical-align: top;}

table.main {    position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                border: 0px;}

td.header {     height: 150px;
                width: 900px;
                border: 1px solid black;
                padding: 0px;}

td.menue {      vertical-align: middle;
                text-align: left;
                height: 24px;
                padding: 5px;
                border-left: 1px solid black;
                border-right: 1px solid black;
                background-color: #66ccff;}

td.content {    height: 600px;
                padding: 10px;
                border: 1px solid black;
                background-color: white;
                background-image:url(images/bg_content.jpg);
                background-repeat: repeat;}

td.bottom {     background: white;
                border-left: 1px solid black;
                border-right: 1px solid black;
                border-bottom: 1px solid black;
                background-color: #66ccff;}

td.rahmen {     border: 1px dashed #ccc;
                padding: 15px; }

input.eingabe{  border: 1px solid #ccc;
                font-family: arial;
                font-size: 12px;}

input.button{  border: 1px solid black;
                font-family: arial;
                font-size: 12px;}

textarea.eingabe{border: 1px solid #ccc;
                font-family: arial;
                font-size: 12px;}

#pagetitel {    font-size: 22px;
                font-weight: bold;
                text-align: left;}

a:link {        text-decoration: none;
                color: black;
                font-weight: bold;}

a:visited {     text-decoration: none;
                color: black;
                font-weight: bold;}

a:hover {       text-decoration: none;
                color: red;
                font-weight: bold;}

a:active {      text-decoration: none;
                color: black;
                font-weight: bold;}
