/* Master Style Sheet for  website  'Lashing TGV'   				 */
/* 08 dec 2007 bb   .......											 */

/* Html Selectors	*/
body 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #C7E9D5;
	margin: 0px;
}
 
h2
{
	font-family: Verdana;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.centerblock
{
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	clear: both;
}

label
{
	font-weight: bold;
}

.button
{
	color: blue;
	font-weight: bold;
}



/* Header			  */
#header
{
		text-align: center;
}



/*	Menu horizontal	*/
#menu
{
		display: block;
		padding: 0px 0px 5px 0px;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
}

#mainmenu
{
		display: inline;
		float: left;
		padding: 0px 0px 5px 10px;
		font-size: 1.1em;
		font-weight: bold;
}
#mainmenu img
{
		padding: 0px 5px 0px 5px;
		vertical-align: middle;
		border-style:none;
}
#mainmenu a
{
		padding-right: 60px;
}

#language
{
		display: inline;
		float: right;
		padding : 0px 5px 6px 10px;
		font-size: 1.1em;
		font-weight: bold;
}





/*   Content		*/
#content
{
		display: block;
}

#roadmap
{
		/* background-color: #d3d3d3; */
		text-align: center;
}






/*  footnote			*/
#footnote
{
		font-family: Arial;
		font-size: 1em;
		text-align: center;
}
#footnote #tel, #footnote #fax
{
			font-weight: bold;
}



/* Links  */
a:link
{
	color: Blue;
}
a:visited
{
	/* color:Black;  */
}
a:hover
{
	color: Red;
}


#mainmenu a:link 
{
	color: Blue;
}
#mainmenu a:visited
{
	color: Blue;
}
#mainmenu a:hover
{
	color: Red;
	font-size: larger;
}
#mainmenu a:active
{
}
#mainmenu #selected
{
	color: gray;
}


#language a:link 
{
	color: Blue;
}
#language a:visited
{
	color: Blue;
}
#language a:hover
{
	color: Red;
	font-size: larger;
}
#language a:active
{
}
#language #selected
{
	color: gray;
}





a.mail:link
{
	color: Blue;
	text-decoration:none;
}
a.mail:visited
{
	color: Black;
}
a.mail:hover
{
	color: Red;
}
