/* Allgemein */
*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 101%;
}

body
{
	background-color: #e7e7e7;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #878787;
	padding: 30px 30px 30px 30px;
}

h1
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif; /* font: bold 14px "Times New Roman"; */
	color: #9c3a39;
	margin: 1.9em 0 .4em 0;
	/* text-transform: uppercase; */
}

a
{
	text-decoration: none;
	color: #dc0600;
}

a:hover
{
	color: #5a5a5a;
}

p, ol, ul
{
	margin-bottom: .9em;
	/* text-align: justify; */
	line-height: 147%;
}

ol, ul
{
	margin-left: 1.3em;
}

ul li
{
	padding-left: .2em;
	/* background: url(../images/arguments/check.jpg) no-repeat left center; */
}

/* Content */
#page
{
	background: #ffffff;
	width: 850px;
	margin: 0 auto;
}

#menu
{
	background: #ffffff url(../images/menu.jpg) no-repeat;
	width: 850px;
	height: 143px;
}

#company_left, #company_right, #navi
{
	font: bold 14px "Times New Roman";
	text-transform: uppercase;
}

#company_left
{
	width: 340px;
	margin: 50px 0 23px 0;
	text-align: left;
	float: left;
}

#company_right
{
	width: 340px;
	margin: 50px 15px 23px 10px;
	text-align: right;
	float: right;
}

#navi
{
	width: 837px;
	margin-top: 8px;
	
	text-align: center;
	font-style: italic;
}

#company_left li, #company_right li
{
	display: inline;
	padding: 0 10px 0 10px;
}

#navi li
{
	display: inline;
	padding: 0 15px 0 15px;
}

#company_left a, #company_right a
{
	text-decoration: none;
	color: #878787;
}

#navi a
{
	text-decoration: none;
	color: #5a5a5a;
}

#company_left a:hover, #company_left .active,
#company_right a:hover, #company_right .active,
#navi a:hover, #navi .active
{
	color: #dc0600;
}

#content_left, #content_middle, #content_right,
.fce2_content_right,
.fce3_content_left, .fce3_content_middle, .fce3_content_right
{
	width: 250px;
	float: left;
	padding: 18px 10px 18px 10px;
	text-align: left;
}

.fce2_content_left
{
	width: 65%;
	float: left;
	padding: 18px 10px 18px 10px;
	text-align: left;
}

.fce2, .fce3
{
	width: 100%;
	clear: both;
}

#content_main
{
	float: left;
	padding: 18px 10px 18px 10px;
	text-align: left;
}

/* Footer */
#footer
{
	background: #ffffff url(../images/footer.jpg) right 29px no-repeat;
	border-top: 2px solid #909090;
	padding: 29px 10px 18px 10px;
}

#footer p
{
	font-size: 90%;
	line-height: 65%;
}

#footer a
{
	text-decoration: none;
	color: #5a5a5a;
}

#footer a:hover
{
	color: #dc0600;
}

/* Kontaktformular */
.csc-mailform
{
	border: 0px;
}

.csc-mailform-field label
{
	width: 25em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	margin-left: 6px;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select
{
	border: 1px solid #cfcfcf;
	margin: 6px;
	font-size: 11px;
}

.csc-mailform input:hover, .csc-mailform textarea:hover, .csc-mailform select:hover
{
	border: 1px solid #98989b;
	margin: 6px;
	font-size: 11px;
}

.csc-mailform input:focus, .csc-mailform textarea:focus, .csc-mailform select:focus
{
	border: 1px solid #98989b;
	background: #efefef;
	margin: 6px;
	font-size: 11px;
}

.csc-mailform .csc-mailform-submit, csc-mailform .csc-mailform-submit:hover, csc-mailform .csc-mailform-submit:focus
{
	/* margin-top: 10px; */
	padding: 7px;
	font-size: 11px;
	float: right;
}

/* Element-Trenner */
.csc-frame
{
	width: auto;
}

.csc-frame-rulerAfter
{
	border-bottom: 1px dotted #808080;
	height: 1px;
}