*	{
		margin: 0px;
		padding: 0px;
		border: 0px;
		font-size: 12px;
		font-family: arial;
	}

BODY, HTML	{
				color: #666666;
				background: #E6E6FA;
				height: 100%;
			}

a	{
		font-size: 12px;
		text-decoration: none;
		color: #656EC3;
		font-family: arial;
	}

/* p muss extra auf 666666 formatiert werden, da globale formatierungen den phphighlight zerstören */
p	{
		color: #666666;
	}

div, td	{
			text-align: left;
		}

input:focus, textarea:focus	{
							background: #ABABAB;
						}

.textarea	{
				border: 1px solid #FFF;
				font-size: 13px;
				color: #666666;
				background: #E6E6FA;
				/*background-color: #577368;*/
				font-family: arial;
			}

.input_gross	{
					width: 200px;
				}

.select	{
			background: #E6E6FA;
			border: 1px solid #FFF;
		}

.forenlink	{
				font-size: 11px;
				color: #656EC3;
				font-family: arial;
			}

.button	{
			height: 25px;
			margin: 5px;
			padding: 2px;
			font-family: arial;
			font-size: 12px;
			color: #666666;
			border-top: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #666666;
			border-bottom: 1px solid #666666;
			background-color: #E6E6FA;
		}

.button:hover	{
				}

.button:active	{
					color: #E6E6FA;
					background: #666666;
					border-top: 1px solid yellow;
					border-left: 1px solid #E6E6FA;
					border-right: 1px solid #ffffff;
					border-bottom: 1px solid #ffffff;
				}

.pseudo_a	{
				cursor: pointer;
			}

.input	{
			border-top: 1px solid #E6E6FA;
			border-left: 1px solid #E6E6FA;
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			background-color: #E6E6FA;
			float: left;
			padding: 2px;
			margin-left: 10px;
			margin-top: 10px;
			font-size: 12px;
			width: 60px;
			color: #666666;
			font-family: arial;
		}

.input [type=button]:active	{
								border-top: 3px solid yellow;
								border-left: 1px solid #E6E6FA;
								border-right: 1px solid #ffffff;
								border-bottom: 1px solid #ffffff;
							}	

.clear-left 	{
				clear: left;
				font-size: 1px; /* Damit das Ganze unsichtbar bleibt */
			}

.clear	{
			clear: both;
			font-size: 1px; /* Damit das Ganze unsichtbar bleibt */
		}
