html {
   background: url(gfx/lines.jpg) /*repeat-x fixed */;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 750px;
    font-family: Arial, sans-serif;
    font-size: small;
}

IMG {
	border: 0;
	background: none;
}

li.active {
    font-size: small;
}

table {
    margin-left: 5px;;
}

td {
    font-size: small;
}

p {
    margin: 0;
    padding: 0;
    font-size: small;
    text-align: justify;
}

h1 {
    width: 750px;
    height: 100px;
    background: url(gfx/head.jpg) no-repeat;
    margin: 0;
    padding: 0;
}

h1 span {
    display: none;
}


INPUT {
	background: url("gfx/inputbkg.jpg") repeat-x;
}

SELECT  {
	background: url("gfx/inputbkg.jpg") repeat-x;
}

TEXTAREA {
	background: url("gfx/textareabkg.png") repeat-x;
}

/************* HEAD ******************/

/************* DATA ******************/

#data {
    padding: 0;
    margin: 0;
    width: 750px;
    clear: both;
    background: url(gfx/databack.gif);
}



/************* MENU ******************/

#menu {
    width:100px;
    padding:0;
    margin:0;
    float: left;
}

#menu ul {
    height:200px;
    padding:0;
    margin: 0;
}

#menu li {
    list-style-type: none;
}

#menu li:hover {
    list-style-type: none;
}

#menu li a {
    display:block;
    width:100px;
    height:25px;
    margin:10px 0 0 0;
    background: #F0FAFE;;
    text-align: center;
    line-height:25px;
    border: 1px solid #0033FF;
    text-decoration: none;
    color: black;
}

#menu li a:hover {
    background: #D2E8FE;
    border:1px solid #0033FF;
}

#menu li.active {
    display:block;
    width:100px;
    height:25px;
    line-height:25px;
    margin:10px 0 0 0;
    background: #AED6FE;
    border:1px solid #0033FF;
    text-align: center;
}

/************* MAIN ******************/

#main {
    float: left;
    height:400px auto;
    width: 638px;
    background: transparent;
    margin-top: 10px;
    margin-left: 10px;
    padding-top:0px;
    padding-bottom: 5px;
    background: url(gfx/mainhead.gif) no-repeat;
}


#data > #main {
    width: 640px;
    min-height: 400px;
}

#content{
	background: url(gfx/mainmiddle.gif);
}


#main p {
    padding: 10px 5px 5px 5px;
    background: url(gfx/mainmiddle.gif);
    margin: 0px;
    text-align: justify;
}


#main address{
    margin-top: -10px;
    background: url(gfx/maindown.gif) bottom left no-repeat;
}

#data >#main address{
    margin-top: 0px;
}

#main a {
    text-decoration: underline;
    background: none;
	color: black;
}


#data > #main {
    height:auto;
    min-height:400px;
}

#main h3 {
    width: 500px;
    height: 30px;
    line-height: 30px;
    font-size: high;
    border-bottom : 1px solid #0033FF;
    margin: 0;
    padding: 5px 0 0 5px;
    margin-left: 5px;
}



#kontakt form{
    margin-left: 100px;
}

#kontakt select {
    background: url(gfx/pbackg.png);
}

#kontakt td {
     padding-top: 5px;
}

#kontakt textarea {

    width: 270px;
}



/****************************************************************/
/*                         Tabellen                             */
/****************************************************************/

TABLE {
	width: 100%;
	border-collapse: collapse;
}

table td {
	padding: 0 5px 0 5px;
}

table tr.filler {
	height: 20px;
}


table tr.fillerbig {
	height: 40px;
}
/******** Bottom of the Page *********/

address{
background: url(gfx/databack2.gif) no-repeat;
height: 5px;
}