/* general styles */

body, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a img	{
	border: none;
}

p	{
	margin-top: 0cm;
	margin-bottom: 0.6cm;
}

input, textarea, select	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}


/* links */

a:link, a:active	{
	color: #333333;
	text-decoration: none;
}

a:visited	{
	color: #666666;
	text-decoration: none;
}

a:hover	{
	color: #c42124;
	text-decoration: none;
}

/* headings */

h1	{
	font-size: 18pt;
	margin-top: 0cm;
	margin-bottom: 0.3cm;
	font-weight: bold;
	color: #333333;
}

h2	{
	font-size: 12pt;
	margin-top: 0cm;
	margin-bottom: 0.5cm;
	color: #333333;
}

h3	{
	font-size: 10pt;
	margin-top: 0cm;
	margin-bottom: 0.3cm;
}


/* special headings */


h4,
h4.login	{
	font-size: 10pt;
	margin-top: 0cm;
	margin-bottom: 0.5cm;
	font-weight: bold;
}

/* hidden elements */

#languages,
#loginInfoSearch,
#broaderSearch,
#search,
#topNavi,
#rightColumn,
#leftNavi,
.print,
.arrow,
.arrowRight{
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
}



/* layout */

#pageContent #mainContent{
	width:760px;
	padding:0;
	margin:0;
}
#pageContent .pageHeader{
	padding:0;
	margin:0;
}

#logo	{
	margin-bottom: 2cm;
}

#footer,
#footerFrontPage	{
	border-top: 1px solid black;
	padding-top: 0.3cm;
	margin-top: 1.5cm;
	font-size: 8.5pt;
}

.mainTeaser	{
	margin-bottom: 0.5cm;
}

.naviPath	{
	font-size: 8.5pt;
	margin-bottom: 1cm;
}


.customerInfo,
.salesTable,
.documentListing,
.newsTable	{
	margin-bottom: 0.5cm;
}

.customerInfo th,
.salesTable th,
.documentListing th,
.newsTable th	{
	padding: 0.2cm;
	text-align: left;
	font-weight: bold;
}

.customerInfo td,
.salesTable td,
.documentListing td,
.newsTable td	{
	padding: 0.2cm;
}
