/* general styles */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #303030;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p	{
	margin-top: 0px;
	margin-bottom: 0.5cm;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

small	{
	font-size: 9pt;
}


/* links */

a:link, a:active	{
	text-decoration: underline;
	color: #0270c1;
}

a:visited	{
	color: #0270c1;
}

a:hover	{
	color: #479edf;
}


/* headers */

h1	{
	font-size: 18pt;
	font-weight: bold;
	margin: 0cm 0cm 0.5cm 0cm;
	color: #0270c1;
}

h2	{
	font-size: 14pt;
	font-weight: bold;
	padding-top: 0cm;
	margin: 0cm 0cm 0.5cm 0cm;
	color: #0270c1;
}

h3	{
	font-size: 12pt;
	color: #0270c1;
	margin: 0cm 0cm 0.2cm 0cm;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited	{
	text-decoration: none;
}


/* hidden elements */

#search,
#topNavi,
#languages,
#banner,
#frontpageTopNavi,
#frontpageMainImage,
#leftColumn,
#rightColumn,
.naviPath	{
	display: none;
}


/* layout */

#logo	{
	margin-bottom: 0.5cm;
}

#pageWinner #logo	{
	margin-bottom: 2.5cm;
}

#contactInfo	{
	font-size: 9pt;
	margin-bottom: 2.5cm;
}

#footer,
#frontpageFooter {
	margin-top: 2cm;
	border-top: 1px solid black;
	padding-top: 0.1cm;
	font-size: 9pt;
}

table td	{
	padding: 0cm 0.2cm 0.2cm 0cm;
}

