h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a:link {
    color: #36577C;
}

a:visited {
    color: black;
}



/*
* Table Werte
*/

table#outertable {
    width: 100%;
    height: 100%;
    border-style: none;
}

table#maintable {
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    font-family: Arial;
}


/*
* Td Werte
*/

td#header {
    width: 800px;
    height: 143px;
    background-image:url(../pictures/header.jpg);
    background-repeat: no-repeat;
}

td#leftmenu {
    width: 174px;
    height: 412px;
    background-image:url(../pictures/leftcolumn.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 30px;
	padding-left: 6px;
	font-family: arial;
}

td#pathmenu {
    width: 619px;
    height: 15px;
    vertical-align: top;
    font-size: 12px;
}

td#pathmenu a {
    color: black;
    text-decoration: none;
}

td#tdcontent {
    width: 619px;
    height: 420px;
}

td#bottommenu {
    width: 619px;
    height: 16px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 12px;
}

td#bottommenu a {
    color: #36577C;
    text-decoration: none;
}

/*
* div Werte
*/

div#divcontent {
    width: 619px;
    height: 420px;
    overflow: auto; 
    padding-right: 5px;
    font-family: arial;
    font-size: 12px;
}

div#divcontent p.bodytext {

}

div#divcontent table.imgtext-table {
   border-spacing: 1px; 
}

/*
*  Further Options for the left menu. Look at: "td options" for the main options
*/

td#leftmenu a {
    color: #FFFFFF;
    text-decoration: none;
}

td#leftmenu div.menu_level1 {
    font-size: 14px;
    padding-top: 4px;
    padding-left: 12px;

}

td#leftmenu div.menu_level1_act {
    font-size: 14px;
    padding-top: 4px;
}

td#leftmenu div.menu_level2 {
    padding-left: 30px;
    font-size: 12px;
    padding-top: 4px;
}

td#leftmenu div.menu_level2_act{
    font-weight: bold;
    padding-left: 30px;
    font-size: 12px;
    padding-top: 4px;
}

td#leftmenu div.menu_level3 {
    padding-left: 45px;
    font-size: 10px;
    padding-top: 3px;
}

td#leftmenu div.menu_level3_act {
    padding-left: 45px;
    font-size: 10px;
    padding-top: 3px;
    font-weight: bold;
}

td#leftmenu div.menu_level4 {
   padding-left: 50px;
   font-size: 8px;
   padding-top: 3px;
}

/*Guestbook*/

table#guestbook_outertable {
    width: 100%;
    border-width: 2px;
    /*border-color: black;*/
    border-style: solid;
    border-color: #808080;
    background-color: #E5ECF7;
}

table#guestbook_innertable {
    width: 100%;
    background-color: #E5ECF7;
}

td#guestbook_name {
    font-size: 12px;
}

td#guestbook_date {
    text-align: right;
    font-size: 10px;
}

td#guestbook_e-mail {
    font-size: 12px;
}

td#guestbook_hp {
    text-align: right;
    font-size: 12px;
}

td#guestbook_entry {
   font-size: 13px;
   text-align: justify;
}


