html {
	height:100%;
}
body {
	background:#fff;
	color:#333;
	font: 62.5% Tahoma, Arial, Helvetica, sans-serif;
	background: url(img/top.gif) repeat-x;
	text-align:center;
}
#all {width:950px; margin:auto;}
img {border:0;}
a {color:#356AA0;}
a:hover {color:#E51C01;}
/* LISTS **********************************************************************************/
.horizontallist li {
	display: inline;
	list-style-type: none;
}
/* TOP ************************************************************************************/
h1.swap { background-repeat:no-repeat;}
h1.swap span {display:none;}
h1#t-logo {cursor:pointer; }
#top {
	clear:both;
	height:75px;
	padding:0;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	font-size:1.1em;
	color:#36393D;
	margin-bottom:.5em;
}
#toptext {
	margin-top:12px;
}
#a, #b, #c, #d {float:left;height:68px;}
#a{ width:293px;}
#b{	width:315px;}
#c{	width:190px;}
#d{	width:150px;text-align:right;}
/* POST ***********************************************************************************/
.post {
	border-bottom:1px solid #4D6893;
	margin-bottom:1em;
	padding-bottom:1em;
}
div.post img {float: left; margin:1px 5px 0 0; width:150px;}
div.post p{
	display: table;
	_height: 0; /*IE5-6*/
	zoom: 1; /*IE-7*/
}
/* LANGUAGES ***********************************************************************************/
#languages a {padding:0 .2em;}
#languages li:before { content: "| "; }
#languages li:first-child:before { content: ""; }
/* MAIN MENU ***********************************************************************************/
#mainmenu {
	clear:both;
	text-align:left;
	background: #fff url(img/mbg.gif) no-repeat;
}
#mainmenu ul {
	height:37px;
}
#mainmenu li {
	display:block;
	float:left;
	height:37px;
	background: url(img/mr.gif) center right no-repeat;
}
#mainmenu ul li a {
	display:block;
	color:#fff;
	font-size:1.3em;
	padding:.7em 2.2em;
	text-decoration:none;
}

/* LEFTMENU ************************************************************************************/
#leftmenu
{
padding-left: 0;
margin-left: 0;
width: 200px;
}

#leftmenu li
{
	list-style: none;
	margin: 0;
	padding: 0.7em 1em;
	background: url(img/lmbg.gif) bottom repeat-x;
}

#leftmenu li a { 
	text-decoration: none; 
	color:#3C425C;
	font-weight:bold;
	font-size:1.1em;
	background: url(img/bul2.gif) left center no-repeat;
	padding-left:2em;
}
#leftmenu li a:hover { 
	color:#B63136;
	background: url(img/bul1.gif) left center no-repeat;
}

/* NEWS ****************************************************************************************/
#news {
	margin:1em 0;
	font-size:1.1em;
}
#news h1 {
	background:#506793;
	color:#fff;
	padding:.3em .7em;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:.5em;
}
#news h1 a {
	color:#fff;
	text-decoration:none;
}
#news p {
	margin-bottom:1em;
}
.date {
	color:#B63136;
	padding-right:.5em;
}
#news a {
	color:#333;
	text-decoration:none;
}
#news a:hover {
	text-decoration:underline;
}
#news h1 a:hover {
	text-decoration:none;
}
/* HEADER **************************************************************************************/
#header {
	border-top:6px solid #36679F;
	border-right:1px solid #B2B3C5;
	border-bottom:1px solid #B2B3C5;
	height:160px;
	padding-bottom:1px;
	margin:.2em 0 .2em 1em;
}
h1.slogan {
	color:#fff;
	font-size:1.2em;
	background:#FC7F02 url(img/slogan.gif) repeat-y;
	padding:.5em 1.5em .8em 2.5em;
	margin:2em 0 .6em 0;
	width:14.5em;
	height:2.3em;	
}
/* CONTENT *************************************************************************************/
#content {
	text-align:left;
}

#document {
	margin:1em 0 1em 2em;
	font-size:1.2em;
	line-height: 1.3em;
  padding-left:1.5em;	
}

#document img {
  margin:0 20px;
  border:1px solid #ccc;
}
#document table{
	width:95%;
	border-collapse:collapse;
}
#document table td, #document table tr{
	border:1px solid #ccc;
}
#document table td {
	padding:3px;
}
#document ul, #document ol {
	margin-left:3em;
}
#document p {
	padding:.3em 0;
}
#contentlist {
	margin:1em 2em 1em 1em;
	font-size:1.2em;
	line-height: 1.3em;	
}
#contentlist strong {
	font-size:1.2em;
	margin-bottom:.3em;
}
img.inconentlist {
	border:1px solid #ccc;
}
div.empty {height:1em;}


/* SIDEBAR *************************************************************************************/
#sidebar {
	text-align:left;
	border-top:6px solid #3869A3;
	margin-top:.2em;
}
.anonce {
	text-align:left;
	font-size:1.1em;
}

/* ANONCES *************************************************************************************/
.anonce {
	text-align:justify;
}
h1.anonceheader {
	color:#fff;
	font-size:1.2em;
	background:#4D6893;
	padding:.4em .7em;
	margin:1em 0 .5em 0;
}
h1.anonceheader a {
	color:#fff;
	text-decoration:none;	
}
h1.anonceheader a:hover {
	color:#fff;
}

.anoncelist li {
	list-style: none;
	padding:.7em 0;
	background: url(img/lmbg.gif) bottom repeat-x;
}
.anoncelist a {
	text-decoration:none;
	color:#B63136;
}
.anoncelist a:hover {
	text-decoration:underline;
}

.leftban {
	margin:.5em 0;
}

/* SITE NAVIGATION *****************************************************************************/
#sitenavigation
{
	font-size:1.2em;
	padding:0 0 1em 0;
	margin:1em 0 1.5em 1em;
	border-bottom:2px solid #4D6893;
}
#sitenavigation li:before { content: "» "; }
#sitenavigation li:first-child:before { content: ""; }

/* PAGE NAVIGATION *****************************************************************************/
#pagenav {
	padding-top:1em;
	text-align:right;
}
#pagenav span {
	margin:.2em;
	padding:.2em .3em .2em .3em;
	background:#eee;
	border:1px solid #efefef;
}
#pagenav span#current {
	background:#fefefe;
	border:1px solid #efefef;
}
#pagenav a {
	border:0;
	font-weight:bold;
}
#pagenav a:hover {
	text-decoration:none;
}
#wrapper {
/*	border-bottom:2px solid #DFDFDF; */
}


/* FOOTER **************************************************************************************/
#footer {
	height:100px;
	background:url(img/f.gif) top no-repeat;
	padding-top:9px;
	font-size:1.1em;
	width: 100%;
	text-align:left;
	color:#A4BAE3;
}
#footer a {
	color:#A4BAE3;
}
#footer .cola, #footer .colb { float:left; background:#556C98;height:100%; }
#footer .cola { width: 25%; //margin-right: -100%;}
#footer .colb { width: 75%; //margin-left: 25%; //display: inline;}
#footer .cola p {padding:.5em 1em 0 2.5em;}
#botmenu {padding:.5em 2.5em 0 1em;text-align:center; line-height:2em;}
#counters {padding:.9em 2.5em 0 1em;text-align:right;}

#error {
	margin:4em;
	background:#EBD0D1;
	border:1px solid #ff0000;
	color:#ff0000;
	padding:1em;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.tan {
	width:160px;
	text-align:left;
	margin:.4em 0;	
	font-size:1.1em;
}
.tan h1 {
	font-size:1.2em;
}
.tan h1 a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#topanonce {
	border-bottom:3px solid #434C5D;
	padding:1em 0 .5em 0;
}
#topanonce td {
	border-right:1px solid #AEBDC4;
}
#slogan {
	margin:.5em 0 .5em 1em;
	padding:1em;
	color:#326A99;
	background:#F9F1FF;
	border:1px solid #B0B9CA;
	font-size:1.1em;
	font-weight:bold;
}
.sap {font-size:.9em; padding:40px 0 0 0;background:#556C98;color:#A4BAE3;}
.sap a, .sap a:hover, .sap a:active {
	color:#A4BAE3;
	background:none;
}


