body 	{
		background-image:url(../img/metall.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#000066;;
		margin-top:35px;
		}

a:link {
			color: #000066;
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
		}
a:visited {
			color: #000066;
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
		}
a:hover {
			color: #FFFFFF;
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
		}
a:active {
			color: #000066;
			text-decoration:none;
			font-size:10px;
			font-weight:bold;
		}

/* styles guestbook ausgabe */

.border_a	{
			border-top:1px;
			border-top-style:solid;
			border-left:1px;
			border-left-style:solid;
			border-right:1px;
			border-right-style:solid;
			border-color:#999999;
			font-size: 11px;
			}
		
.titel		{
			background-image:url(../img/titel.png);
			background-color:#3399FF;
			font-size:10px;
			font-weight:bold;
			color:#FFFFFF;
			}

.von		{
			background-color:#CCCCCC;
			border-bottom:1px;
			border-bottom-style:solid;
			border-bottom-color:#999999;
			font-size:10px;
			font-weight:bold;
			color:#000066;
			}

.inhalt		{
			background-image:url(../img/inhalt.png);
			background-color:#EEEEEE;
			border-bottom:1px;
			border-bottom-style:solid;
			border-bottom-color:#999999;
			}
			
.daten		{
			background-color:#DDDDDD;
			border-bottom:1px;
			border-bottom-style:solid;
			border-bottom-color:#999999;
			}

/* Styles guestbook add */

.add	{
			background-color:#DDDDDD;
			border:1px;
			border-style:solid;
			border-color:#999999;
			font-size: 11px;
			}

.textfeld	{
			color: #121212;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding:2px 1px 1px 4px;
			border-top:1px;
			border-top-style:solid;
			border-top-color:#777777;
			border-left:1px;
			border-left-style:solid;
			border-left-color:#777777;
			border-right:1px;
			border-right-style:solid;
			border-right-color:#cccccc;
			border-bottom:1px;
			border-bottom-style:solid;
			border-bottom-color:#cccccc;
			}
			
/* Administration */

.nav_top	{
						background:url(../img/nav_top.gif);
						background-color:#B8CBEB;
						font-weight:bold;
						color:#FFFFFF;
						border-top:1px;
						border-top-color:#000033;
						border-top-style:solid;
						border-left:1px;
						border-left-color:#000033;
						border-left-style:solid;
						border-right:1px;
						border-right-color:#000033;
						border-right-style:solid;
						}
						
.nav_mid	{
					padding-left:4px;
					background-color:#B8CBEB;
					border-left:1px;
					border-left-color:#000033;
					border-left-style:solid;
					border-right:1px;
					border-right-color:#000033;
					border-right-style:solid;
					}
					
.nav_bot	{
					background-color:#B8CBEB;
					border-left:1px;
					border-left-color:#000033;
					border-left-style:solid;
					border-right:1px;
					border-right-color:#000033;
					border-right-style:solid;
					border-bottom:1px;
					border-bottom-color:#000033;
					border-bottom-style:solid;
					}

.admin_inhalt	{
							padding:4px;
							background-color:#D5E4F0;
							border-left:1px;
							border-left-color:#000033;
							border-left-style:solid;
							border-right:1px;
							border-right-color:#000033;
							border-right-style:solid;
							border-bottom:1px;
							border-bottom-color:#000033;
							border-bottom-style:solid;
							}

#inhalt {
				position:relative;
				top:0px;
				left:0px;
				right:0px;
				width:638px;
				height:480px;
				overflow:auto;
				}
				
#edit {
				position:relative;
				top:0px;
				left:0px;
				right:0px;
				width:620;
				height:370px;
				overflow:auto;
				}

.script		{
					background-color:#A9B4BF;
					}

.script_a	{
					background-color:#C1CEDA;
					padding-left:2px;
					}
					
.script_b	{
					background-color:#D5E4F0;
					padding-left:2px;
					}