/* Style CSS */

@import "br.css";

body{
	font-family:Tahoma;
	font-size:12px;
}

#wrapper {
	background-color:#FFF;
	width:800px;
	text-align:center;
	margin:0px auto 0px auto;
	display:block;
	clear:both;
}

#header {
	width:800px;
	height:100px;
	margin:0px auto;
	background:url('/img/h.jpg') no-repeat top center;
}


#content {
	float:left;
	width:470px;
/*	background:#F5F5F5;*/
	text-align:left;
	margin:0px auto;
}

#intersites {
	text-align:center;
	/*width:405px;
	_width:390px;*/
	float:left;
	display:block;
	margin:0px;
	/*margin:0px 0px 0px 65px;
	_margin:0px 0px 0px 32px;*/
}

#intersites a {
	text-align:center;
	display:block;
	float:left;
	width:150px;
	height:30px;
	margin:2px;
	_margin:1px;
	text-decoration:none;
	font-size:12px;
	font-family:Tahoma,Verdana;
	font-weight:bold;
	background:url('/img/button.jpg') no-repeat left top;
}

#intersites a:hover {
	color:#555;
}

#tmenu {
	width:800px;
	/*background:#F5F5F5;*/
	float:left;
	margin:0px;
}

#lmenu {
	width:165px;
	/*background:#F5F5F5;*/
	float:left;
	margin:0px;
}

#rmenu {
	width:165px;
	/*background:#F5F5F5;*/
	float:left;
	margin:0px;
}


#footer {
	width:800px;
	height:50px;
	margin:0px auto;
	float:left;
	background:url('/img/f.jpg') no-repeat top center;
}

.ftext {
	margin:20px auto 0px auto;
}

#form {
	text-align:center;
}

.error {
	font-family:Tahoma,Verdana;
	font-size:12;
	color:#c00;
}

.result {
	font-family:Tahoma,Verdana;
	font-size:12;
}

.bold {
	font-weight:bold;
}

.hashunu {
	font-weight:bold;
	font-size:14px;
	font-family:Tahoma,Verdana;
	padding:5px;
}

.teaser {
	font-size:11px;
	font-family:Verdana;
	padding:5px;
}

@charset "utf-8";
/* CSS Document */

* {outline: none} 