#content {
	clear: both;
	width: 760px;
	}
#content-left {
	float:left;
	width: 295px;
	background-color:  #eee;
	padding: 15px 0px 0px 0px;
	}
#content-right {
	float:right;
	width: 450;
	background-color:  #eeeeee;
	padding: 15px 15px 0px 0px;
	text-align: left;
	}	
#page
	{
		font-family: Lucida Grande, Trebuchet MS;
		width: 414px;
	}
	
h2
	{
		font-size: 120%;
		color: #4d5762;
	}

fieldset
	{
		padding: 8px;
	}
	
legend
	{
		font-family: Lucida Grande, Trebuchet MS;
		font-size: 80%;
		font-weight: bold;
		color: #006080;
		margin: 0;
		padding: 5px 0 5px;	
	}

.label
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 70%;
		font-weight: bold;
		color: #4d5762;
		margin: 0;
		padding: 5px 0 5px;
	}
	
input.textfield, textarea
	{
		font-family: Arial, Verdana, sans-serif;	
		font-size: 120%;
		color: #777;
		background: #f9f9f9;
		width: 220px;
		border: 2px solid #ddd;
	}
	
textarea
	{
		width: 100%;
		height: 130px;
		float: right;
	}
	
input.textfield:focus, textarea:focus
	{
		color: #333;
		border: 2px solid #E03800;
	}
	
input.knappen
	{
		padding: 1px;
		font-size: 90%;
	}
	
.info
	{
		font-family: Arial, Verdana, sans-serif;
		font-size: 120%;		
		color: #E03800;
		margin-left: 10px;
	}

response, .true
	{
		color: #408000 ;
	}

.false
	{
		color: #E03800;
	}