body {
	margin: 0;
	font: 14px Arial;
	margin: 0;
	padding: 0;
	background: url('images/body.jpg') repeat-x #fff;
}

#wrapper {
	width: 906px;
	height: auto;
	margin: 0 auto;
}

#left {
	width: 305px;
	padding-left: 42px;
	padding-top: 45px;
	height: auto;
	float: left;
}

#left .caption {
	width: 271px;
	font: 10px Tahoma;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#left .image {
	width: 265px;
	height: auto;
	padding: 3px;
	display: block;
	border: 1px solid #000;
	background: #fff;
}

.about {
	width: 271px;
	height: auto;
	display: block;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.small {
	font-size: 9px;
	color: #FFFFF;
}

#right {
	width: 550px;
	height: auto;
	float: right;
}

#top {
	width: 550px;
	height: 129px;
}

#top a { margin-right: 10px; }

#top .profil {
	width: 144px;
	height: 128px;
	background: url('images/m_profil.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#top .profil:hover {
	background: url('images/m_profil_on.jpg');
	text-decoration: none;
}

#top .profil_active {
	width: 144px;
	height: 128px;
	background: url('images/m_profil_on.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#top .portfolio {
	width: 137px;
	height: 128px;
	background: url('images/m_portfolio.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#top .portfolio:hover {
	background: url('images/m_portfolio_on.jpg');
	text-decoration: none;
}

#top .portfolio_active {
	width: 137px;
	height: 128px;
	background: url('images/m_portfolio_on.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#top .kontakt {
	width: 194px;
	height: 128px;
	background: url('images/m_kontakt.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#top .kontakt:hover {
	background: url('images/m_kontakt_on.jpg');
	text-decoration: none;
}

#top .kontakt_active {
	width: 194px;
	height: 128px;
	background: url('images/m_kontakt_on.jpg');
	display: block;
	float: left;
	text-decoration: none;
}

#content {
	width: 422px;
	height: auto;
	padding: 3px;
	border: 1px solid #000;
	border-top: none;
	padding-top: 0px;
	margin-left: 30px;
}

#main {
	width: 422px;
	height: 510px;
	background: url('images/content.jpg') no-repeat;
	padding-top: 30px;
}

#main .image {
	margin-left: 40px;
	margin-bottom: 38px;
	display: block;
	padding: 2px;
	background: #fff;
	border: 1px solid #000;
	height: auto;
	float: left;
}

#footer {
	width: 422px;
	height: auto;
	padding: 4px;
	border-top: none;
	padding-top: 0px;
	margin-left: 30px;
	text-align: center;
	margin-top: 20px;
}

.text_content {
	padding: 40px;
	padding-top: 0px;
	color: #fff;
	font: 14px Arial;
	display: block;
}
