html, body {height :100%;}
.tx-guestbook-header {
 width: 746px !important;
 padding: 5px !important;
 background-color: #DEDEDE;
}
.tx-guestbook-left {
    padding: 5px !important;
    width: 200px !important;
    height: 60px !important;
}
.tx-guestbook-right {
    padding: 5px !important;
   width: 506px !important;
}
        #t3_breadcrumb {
            border: 1px solid black;
            padding: 2px;
            margin-bottom: 7px;            
            background-color: yellow;         
display: none;            
        }
        #t3_hauptnavigation {            
            width: 180px;
            float: left;
            margin-right: 10px;
            min-height: 400px;
            height: 100%;
            display: block;
            background-color: rgb(222,222,222);
        }
        #content {
            padding: 2px;            
            float: left;
            width: 756px; 
            vorher: 572px;       
        }
        #t3_pagecontent {
        
        }
        #t3_right {
            margin-left: 10px;
            padding: 2px;            
            float: left;
            width: 180px;
            min-height: 400px;
            background-color: rgb(198,198,198);
        }
        
        #t3_endnavigation {            
            padding: 2px;
            color: white;
            background-color: rgb(25,25,25);
        }
        #mainFrame {
            width: 960px;              
        }
        #header {
            height: 100px; border-bottom: 1px solid black;
            background-image: url(./bg_8.jpg);
            background-repeat: no-repeat;
        }
body 
	    {
		margin: 0px;
		padding: 0px;
		font-family: Verdana;
		font-size: 8pt;
		
	    }

	table 
	{
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0px;
		table-layout: fixed;
	}

	td 
	{
		padding: 0px;
		vertical-align: top;
		font-size: 8pt;
	}

	div 
	{
		display: block;
	}

	input {
		font-family: Verdana;
		font-size: 8pt;
	}

	a {
		color: black;
	}
	#t3_endnavigation a {
		color: white;
	}

	h1 {
		font-weight: normal;
		font-size: 15pt;		
		margin: 5px 0px 10px 0px;
	}
	a.nav1, a.nav1a, a.nav2, a.nav2a {
		display: block;
		color: black;
		font-size: 8pt;
		text-decoration: none;
		padding: 6px 10px 7px 0px;
		text-align: right;	
	        background-color: rgb(222,222,222);
	}
	a.nav1a {
		background-color: rgb(91,91,91);
		color: white;
		
	}
	a.nav2 {
		padding-right: 20px;
		background-color: rgb(198,198,198);
		color: rgb(25,25,25);
	}
	a.nav2a {
		background-color: rgb(91,91,91);		
		padding-right: 20px;
		color: white;
	}	
	.align-center {
		text-align: center;
	}