@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif, "Gothic720 BT";
	font-size: 11px;
	}
.container {
	/* margin-left: 340px; */
	position: absolute;
}

img{
	border:0;
	}
a{
	color: #F00;
	cursor: pointer;
	}
a:hover{
	color: #900;
	}
h1{
	font-size: 18px;
	color: #fe0000;
	}
h2{
	
}
h3{
	color: #F00;
	font-size: 10px;
	margin:0;
	padding:0;
	}
.wrapper{
	width: 100%;
	}
.menu_home{
	width: 578px;
	margin: 0px auto;
	}
.menu_home_img{
	float:left;
	cursor: pointer;
	height: 23px;
	width: 197px;
	}
.left{
	position: fixed;
	height: 100%;
	}
.page_img{
	position:absolute;
	bottom:0;
	height: 192px;
	width: 59px;
	margin:0px;
	padding:0px;
	left:0;
	}
.head{
	position: fixed; 
	width: 100%;
	height: 45px;
	}
.menu{
	margin-left: 140px;
	width: 600px;
	height: 30px;
	margin: 5px auto;
	text-align:center;
	}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
	}
.menu li{
	background: url(images/button.jpg) no-repeat top left;
	display: inline;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	float: left;
	height: 14px;
	width: 134px;
	}

.redborder {
	height: 1px;
	margin: auto;
	text-align: center;
	border-top: 1px solid;
	color: red;
	width: 1500px;
}
	
.centrum {
	margin: auto;
	text-align: center;
}
.content{
	padding: 60px 20px 0px 145px;
	}
.content img {
	padding: 5px;	
}
.content li{
	margin-bottom: 5px;
	}
.clear{
	clear: both;
	}

.red {
	color:#FF0000;
	font-weight:bold;
}
