/* general styles */

body	{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
}

p	{
	margin-top: 0px;
	margin-bottom: 0.5cm;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}


/* general links */

a:link, a:active, a:visited, a:hover	{
	text-decoration: underline;
	color: black;
}


/* general headers */

h1	{
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.4cm;
}

h2	{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.2cm;
}
 
.mainImage h1	{
	font-size: 16pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.0cm;
}


/* hidden elements */

#logo,
#user,
#headerNavigation,
#quickSearchSiteNavigation,
#topNavi,
#mainImage img,
.mainImage img,
#leftNavi,
.tools,
.rightColumn,
#frontPage .contentRightColumn,
#footer .legalNotice	{
	display: none;
}

/* layout */

/*#logo	{
	margin-bottom: 2cm;
}*/

.date,
.naviPath	{
	font-size: 7.5pt;
}

#footer	{
	font-size: 7.5pt;
	border-top: 1px solid black;
	padding-top: 0.1cm;
	margin-top: 2cm;
	width: 100%;
	float: left;
}

/* floating images */

.imgRight	{
	float: right;
	margin-left: 0.6cm;
	margin-bottom: 0.6cm;
}

.imgLeft	{
	float: left;
	margin-right: 0.6cm;
	margin-bottom: 0.6cm;
}


/* teasers */


.teaser	{
	width: 100%;
	float: left;
	padding-bottom: 0.5cm;
}


/* order form */

.orderForm table	{
	border-top: 1px solid silver;
	width: 100%;
}

.orderForm table td	{
	padding: 0.2cm 0cm 0.2cm 0cm;
}

.orderForm table .docType	{
	padding-right: 0.3cm;
	vertical-align: top;
}

.orderForm table .description {
	padding-right: 0.3cm;
	vertical-align: top;
}

.orderForm table .description p	{
	margin-bottom: 0.2cm;	
}

.orderForm table .image	{
	text-align: right;
	vertical-align: top;
	padding-left: 1cm;
}

.orderForm .submit,
.orderForm .submitTop	{
	border: 0px;
	text-align: right;
}
