/* CSS Document */

body,td,th,p,div,form,select,textarea {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}

body {
	background-color: #EEEEEE;
	background-image: url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a:active, a:hover, a:link, a:visited {
	color: #006699;
	text-decoration:none;
}

ul {
	margin-top:0;
	margin-bottom:0;
	list-style-type:disc;
	list-style-position:outside;
}

li {
	margin:0 0 0 0;
}

#header, #content {
	margin: auto;
	width: 910px;
	background: url("images/background_c.jpg");
	background-repeat: repeat-y;
}

.languagebar{
	float: right;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 2px;
}

.header01 {
	width: 910px;
	margin: 0;
	padding: 0;
}

table.menu {
	height: 30px;
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
}

.header03 {
	float: left;
	margin: 0;
	padding:0;
}

.header04 {
	float: right;
	margin: 0;
	padding:0;
}


.left {
	float: left;
	width: 520px;
	background: url("images/background_l.jpg");
	background-repeat: repeat-y;
	padding:20px 20px 50px 25px
}

div.right {
	color: #FFFFFF;
	float: right;
	width: 230px;
	background-color:#008BCB;
	background-image:url(images/right_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:20px 20px 50px 20px;
	margin-right:35px;
	margin-bottom:35px;
}

div.right a {
	font-weight:bold;
	color:#55EEFF;
	text-decoration: none;
}

div.right a:hover {
	text-decoration:underline;
}

.footer{
	margin-top: 0px;
	margin: auto;
	width: 910px;
	height: 14px; 
	background: url("images/footer_b.jpg");
	background-repeat: no-repeat;
	clear: both;
}

.address{
	margin: 0 20px 0 20px;
	border-top: 1px solid #ccc;
	clear: both;
}

.address p{
	text-align: center;
	color: #555;
	padding: 5px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
	color: #555;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
	color: #555;
}


h3 {
	padding: 0;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #00F0FF;
}


