html,body{margin:0;padding:0;} /* Common margin & padding for all browsers */
html{overflow-y:scroll;} /* Always display the scrollbar, avoid flipping pages */

html{
padding-top: 25px;
background: #999999;
}/* Background color for whole browser window */

body{
padding-top: 25px;
margin:0 auto;
width:950px;
background: white;
border: 1px solid black;
-moz-box-shadow: 10px 10px 5px black;
-webkit-box-shadow: 10px 10px 5px black;
box-shadow: 10px 10px 5px black;
-moz-border-radius: 15px;
-webkit-border-radius: 15px; 
border-radius: 15px;


}/* Background color for the body-part of the browser window */ 

body{font-family:Times, serif;color:black; } /* Default font for whole page */

h1{text-transform:uppercase;} /* Transform all letter to uppercase. */
h1{border-bottom:3px dashed #dddddd;} /* Put border below header h1 and h2 */

hr{width:auto; }
img {

clear: both; 
} /* smal border around linked images */

div#text {float:right; padding-right: 15px;} 


/* a links 
-------------------------------------------------------- */ 
a {  color: inherit; outline:0;} 
a:link    { color:white;} 
a:visited { color:white;} 
a:hover   { text-decoration:none; color:grey; } 
a:active  { } 


/*content style (text=pageContent)*/

.text-header
{
	font-size: 21px;
	color: #86B1C3;
	font-family: Tahoma;
}

.text
{
	font-size: 11px;
	color: #7A7A7A;
	font-family: Verdana;
}

.pageContent 
{
	font-size: 11px;
	color: #7A7A7A;
	font-family: Verdana;
}

.pageContent a 
{
	font-size: 11px;
	color: #7A7A7A;
	font-family: Verdana;
}


/* top elements */

.company
{
	font-size: 24px;
	color: white;
	font-family: Tahoma;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 9px;
	color: white;
	font-family: Tahoma;
}


/*main menu*/

.menu
{
	font-size: 11px;
	color: #7B97A9;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}

.amenu
{
	font-size: 11px;
	color: #7B97A9;
	font-family: Tahoma;
	text-decoration: underline;
	word-spacing: -1px;
	font-weight: bold;
}


/*submenu*/

.submenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;	
}

.asubmenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;	
}


/*bottom menu*/

.bmenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.abmenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
text-align:center;
	font-size: 9px;
	
	font-family: Verdana;
}

.submenu-bg
{
	background-color: #8BA7B3;
}