/* Basic Body */

	body, th, td {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #333;
		line-height: 150%;
	}
	
	body {
		background-color: #fff;
	}
	
	a {
		color: #333399;
		text-decoration: none;
	}
	
	a:hover {
		color: #af2b2e;
		text-decoration: underline;
	}
	
	a.actionlink {
		background: transparent url("/images/actionlink.gif") 0 50% no-repeat;
		padding-left: 12px;
		font-weight: bold;
	}
	

/* Input Fields */

	input[type="text"], input[type="password"], select, textarea {
		width: 460px;
	}
	
	input.errorfield, select.errorfield {
		background-color: #FCC;
	}


/* Form Alignments */

	div.row {
		clear: both;
		padding-top: 12px;
	}
	
	div.row span.flabel {
		float: left;
		width: 200px;
		padding: 4px 20px 4px 0;
		font-weight: bold;
	}
	
	div.row span.fleft {
		float: left;
		width: 200px;
		padding-right: 20px;
		font-weight: bold;
	}
	
	div.row span.finput {
		text-align: left;
	}
	
	div.row span.fmandatory:after {
		content: " *";
		font-weight: bold;
		color: #900;
	}


/* Quotation */

	.qzeile {
		border-width: 0px 0px 0px 4px;
		border-color: #A1A093;
		border-style: solid;
		padding-left: 4px;
	}
	
	.quote {
		color: #55544B;
		font-style: italic;
		font-size: 11px;
	}


/* Others */
	
	.replyinfo {
		padding: 4px;
		position: relative;
		background-color: #f3f4f8;
		font-size: 10px;
	}

	.solutioncomment {
		margin-top: 10px;
		padding: 4px;
		background-color: #ffffe6;
		border-top: #af2b2e 1px dashed;
		border-bottom: #af2b2e 1px dashed;
		font-size: 10px;
	}
	
	.newsbody {
		font-size: 11px;
	}
	
	.newsinfo {
		font-size: 10px;
		padding: 4px;
		background-color: #ffffe6;
	}

	.featurebox {
		border-top: #EDEDF3 3px solid;
		border-bottom: #EDEDF3 3px solid;
		background-image: url("/images/featureboxback.gif");
	}
	
	.listing {
		border-bottom: #e3e6f1 2px dotted;
		padding: 4px 0 4px 0;
	}
	
	.small {
		font-size: 10px;
	}
	
	.small a {
		color: #333;
		text-decoration: underline;
	}
	
	.msred, .msred:hover {
		color: #af2b2e;
	}