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

div.content h1, div.info h1 {
	margin-left: 30px;
}

div.left h1, div.right h1 {
	margin-left: 0px;
}

div.content_top {
	width: 100%;
	background: url('../images/content_top.png');
	height: 30px;
	clear: both;
}

div.content {
	width: 100%;
	background: url('../images/content.png') repeat-y;
	overflow: auto;
}

div.content_bottom {
	width: 100%;
	background: url('../images/content_bottom.png');
	height: 129px;
	clear: both;
	margin: -100px 0 0 0;
}

div.info_top {
	width: 100%;
	background: url('../images/info_top.png');
	height: 30px;
	clear: both;
}

div.info {
	width: 100%;
	background: url('../images/info.png') repeat-y;
	overflow: auto;
}

div.info_bottom {
	width: 100%;
	background: url('../images/info_bottom.png');
	height: 129px;
	clear: both;
	margin: -100px 0 0 0;
}

div.block {
	float: left;
	margin: 0px 0px 0px 30px; 
	width: 265px;
	position: relative;
	z-index: 10;
}

div.left {
	width: 526px;
	float: left;
	margin: 0 30px 0 30px;
	position: relative;
	z-index: 10;
}

div.right {
	float: left;
	width: 295px;
	position: relative;
	z-index: 10;
}

div.portfolio_menu a, div.portfolio_menu a:hover, div.portfolio_menu a:visited, div.portfolio_menu_top a, div.portfolio_menu_top a:hover, div.portfolio_menu_top a:visited {
	font-size: 13px;
	color: #DD4747;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

div.portfolio_menu {
	clear: both;
	float: left;
	padding: 10px 0px 10px 30px;
}

div.portfolio_menu_top {
	float: right;	
	padding: 10px 30px 10px 0;
}

p.error {
	color: #DD4747;
	font-weight: bold;
}

p.succes {
	color: #4c9900;
	font-weight: bold;
}

img.exit {
	margin: 12px 13px 0 0;
	float: right;
}