/***************************************************/
/*** BODY***/
body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin: 15px auto;
	letter-spacing: 1px;
}

td {
	font-size: 12px;
}

/***************************************************/
/*** HTML ELEMENTS ***/
h1 {
	font-size:14px;
	color:#4577BC;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	
}

h2 {
	font-size:14px;
	margin: 0px 0px 5px 0px;
}

/***************************************************/
/*** LINK ELEMENTS ***/

a:link, a:active, a:visited, a:hover {
	color: #4577BC;
}

/***************************************************/
/*** CONTAINER ***/
#container {
	
	top: 0px;
	left: 0px;
	width: 978px;
	margin: 0px auto;
	text-align: left;
}


/***************************************************/
/*** CONTENT ***/
#content {
	top: 20px;
	left: 0px;
	width: 978px;
	float:left;
	margin: 0px auto;
	
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
}

.contenttable td{
	font-size:12px;
	padding: 10px 10px 10px 10px;
}

.contenttable-2 td{
	font-size:0px;
	padding: 0px 0px 0px 0px;
}

#content img{
	border:0px;
}

div.c{
	padding-left: 17px;
}

/***************************************************/
/*** LOGO ***/
#head {
	top: 10px;
	left: 0px;
	width: 978px;

	margin: -4px auto;

	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	
	float: left;
}

#logo {
	float: left;
	width: 373px;
	height: 33px;
	
	padding-left: 10px;
}

#header {
	width: 968px;
	height: 140px;
	float: left;
	margin-top: 30px;
	margin-left: 2px;
	_margin-left: 1px;
}


/***************************************************/
/*** TOP MENU ***/
#topnav {
	position: relative;
	top: 10px;
	left: 715px;
	width: 200px;
}

#topnav a {
	text-decoration: none;
}

#topnav ul {
	list-style: none;
	display: inline;
}

#topnav li {
	border-right: solid 1px #000;
	padding-left: 6px;
	padding-right: 5px;
	list-style: none;
	display: inline;
}

#topnav li.last {
	border-right: 0;
}

/***************************************************/
/*** LEFT MENU ***/
#leftnav {
	font-size: 14px;	
	width: 200px;
	float:left;
	margin-top: 40px;
	margin-left: 10px;
}

#leftnav ul{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

#leftnav li{
	padding: 3px 10px 3px 10px; 
}

#leftnav li.sub {
	padding-left: 28px;
	font-size: 11px;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active, #leftnav a:hover{
	text-decoration: none;
	color: #4577BC;
	font-weight: normal;
}

#leftnav a:link.act, #leftnav a:visited.act, #leftnav a:active.act, #leftnav a:hover.act,
#leftnav a:link.subact, #leftnav a:visited.subact, #leftnav a:active.subact, #leftnav a:hover.subact {
	color: #4577BC;
}

leftnav a:link.act, #leftnav a:visited.act, #leftnav a:active.act, #leftnav a:hover.act {	
	font-weight: bold;
}
/***************************************************/
/*** TEXT ***/
#text {
	width: 560px;
	float: left;
	line-height: 17px;
	margin-top: 43px;
}


/***************************************************/
/*** BOTTOM ***/
#top-line {
	width: 972px;
	height: 8px;
	
	background-color: none;
	*background-color: #fff;
	_background-color: none;
	
	float: left;
}

/***************************************************/
/*** BOTTOM ***/
#bottom-line {
	width: 972px;
	height: 8px;
	float: left;
	margin-top: 10px;
}

/***************************************************/
/*** FOOTER ***/
#footer {
	width: 972px;
	height: 35px;
	margin-top: 40px;
	font-size: 10px;
	float: left;
	text-align: center;
}

#footer-text {
	width: 700px;
	padding: 4px 10px 4px 10px;
	background-color: #eeeeee;
	text-align: center;
	color: #666666;
}


/***************************************************/
/*** TERMINE ***/
#termine td {
	padding-left: 8px;
	padding-right: 8px;
	border-right: none;
	height: 38px;
}

.dark {
	background-color: #dddddd;
}

.light {
	background-color: #eeeeee;
}

#termine td.head {
	border-right: none;
}

tr {
	border-right: none;
}


/***************************************************/
/*** COMMON CLASSES ***/
.error {
	color:#ff0000; 
	font-weight:bold;
}

a:link.newsletter_list, a:visited.newsletter_list, a:active.newsletter_list, a:hover.newsletter_list {
	color:#000000;
}

.blabla {
	font-size: 90%;
}
