@charset "utf-8";

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #073e5f;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#maintable	{
	margin-left:			20px;
	top:			0;
}

.leftShade
{
	background: #ffffff url(../images/leftShade.gif) top right repeat-y;
	width: 20px;
}

.rightShade
{
	background: #ffffff url(../images/rightShade.gif) top left repeat-y;
	width: 20px;
}

.leftShadeBottom
{
	background: #ffffff url(../images/leftShadeBottom.gif) bottom left no-repeat;
	width: 20px;
	height: 40px;
}

.rightShadeBottom
{
	background: #ffffff url(../images/rightShadeBottom.gif) bottom right no-repeat;
	width: 20px;
	height: 40px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#header
{
	height: 180px;
}

#intro
{
	text-align: center;
}

#footer
{
	padding: 5px 15px;
	font-size: 9px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#logo
{
	background-image: url(../images/logo_bottom.jpg);
	height: 12px;
}

#headLines
{
	background: #ffffff url(../images/leftColumnFadeOut.gif) top center repeat-x;
	padding: 30px 15px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#navigation
{
	background: #ffffff url(../images/navigationBackground.gif) bottom center no-repeat;
	height: 29px;
	text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

#contentTopFadeIn
{
	background: #ffffff url(../images/contentTopFadeIn.gif) top center repeat-x;
	height: 33px;
}

#content
{
	background: #ffffff url(../images/mapEuropeBackgroundLight.gif) top center no-repeat;
	padding: 20px;
	padding-top: 0px;
	min-height: 450px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

h1
{
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

.link1
{
	text-decoration: none;
	font-weight:	bold;
	color: #013475;/*#0b70ad;*/	
}
.link1:link,
.link1:visited
{
	color: #013475;/*#0b70ad;*/
}

.link1:hover,
.link1:active
{
	color: #013475;/*#0b70ad;*/	
	text-decoration: underline;
}

.link2	{
	text-decoration:	none;
	color:				#013475;/*073e5f;*/
	font-size:			13px;
}
.link2	{
	text-decoration:	underline;
}

.link3	{
	text-decoration:	none;
	color:				#013475;/*073e5f;*/
	font-size:			9px;
	font-weight:		bold;
}
.link3	{
	text-decoration:	underline;
}

img	{
	border:				0;
}

.p12	{
	font-size:			12px;
}
