body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
	margin: 0;
	background: #000 url(../images/bg_body.png) repeat-x;
}

#background{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

a {
	text-decoration: none;
}

p {
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 960px;
	height: 105px;
	float: left;
}

#menu {
	float: right;
	margin-top: 45px;
}

#menu ul {
	list-style: none;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	clear: left;

}

#menu li {
	border: 5px solid grey;
	display: block;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
	float: left;
}
#menu li:hover {
	border: 5px solid orange;
	display: block;
	color: #FFF;
	text-align: center;
	float: left;
}

#menu a {
	color: #ccc;
	font-size: 13px;
	display: block;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-family: Arial;
}

#menu a:hover {
	color: #fff;
}



.margin {
	margin-top: 10px;
}

#O_Portalu {
	float: left;
	width: 550px;
	padding: 10px;
	background: url(../images/bg_trs.png);
    border-radius: 5px;
}
#wstep h2 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: normal;
	padding-left: 40px;
}
#wstep {
	text-align: center;
	float: left;
	width: 550px;
	padding: 10px;
	background: url(../images/bg_trs.png);
    border-radius: 5px;
}
#wstep a {
	text-decoration: none;
	color: #999;
}
#wstep a:hover {
	margin-left: 15px;
	text-decoration: none;
}

#O_Portalu h2 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding-left: 40px;
}

#O_Portalu p {
	text-align: center;
	color: #ccc;
	line-height: 20px;
	text-align: justify;
	font-size: 13px;
	font-family: Arial;
}

#modele {
	text-align: center;
	width: 300px;
	float: right;
	padding: 10px;
	margin-right: 20px;
	background: url(../images/bg_trs.png);
    border-radius: 5px;
}

#modele a {
	padding-left: 20px;
	color: #999;
	margin-left: 10px;
	line-height: 26px;
}

#modele a:hover {
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

#mail {
	text-align: center;
	width: 300px;
	float: right;
	padding: 10px;
	margin-right: 20px;
	background: url(../images/bg_trs.png);
    border-radius: 5px;
}
#mail a {
	text-decoration: none;
	color: orange;
}
#mail a:hover {
	text-decoration: none;
	color: orange;
	margin-left: 10px;
	
}

#container {
	float: left;
	width: 960px;
	padding: 10px;
}

h2 {
	font-size: 22px;
	font-weight:normal;
	color: #fff;
}

#footer {
	width: 960px;
	position:absolute;
	bottom: 0;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #666;
}




