* {
	margin: 0; padding: 0;
}
body {
	background-color: white;
	background-image: url('images/background-top.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #75472A;
	font-size: 0.8em;
	line-height: 1.5;
}

a {
	color: #669DBF;
	font-weight: bold;
	text-decoration: underline;
	/*border-bottom: 1px solid #669DBF;
	padding-bottom: 2px;*/
}
a:visited {
	color: #75472A;
	font-weight: bold;
	text-decoration: underline;
	/*border-bottom: 1px solid #669DBF;
	padding-bottom: 2px;*/
}
a:focus, a:hover, a:active {
	color: #75472A;
	font-weight: bold;
	text-decoration: underline;
	/*border-bottom: 1px solid #669DBF;
	padding-bottom: 2px;*/
}
.clear-both {
	clear: both;
}
h1 {
	width: 100%; height: 18px; margin-bottom: 40px;
	color: #669DBF;
}
h1 span {
	display: none;	
}
#h1_portfolio {
	background-image: url('images/h1_portfolio.gif');
}
#h1_o_mnie {
	background-image: url('images/h1_o_mnie.gif');
}
#h1_kontakt {
	background-image: url('images/h1_kontakt.gif');
}
#h1_portfolio, #h1_o_mnie, #h1_kontakt {
	background-position: top left;
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.2em; font-weight: bolder; margin-bottom: 0.5em;
}
p {
	margin: 1em 0;	
}
img {
	border: 1px solid #75472A;
}
#all {
	/*background-image: url('images/grid.gif');*/
	background-position: top left;
}
#container {
	width: 706px; height: 400px;
	margin: 50px auto 0 auto;
	background-color: transparent;
}
#container-top {
	width: 100%; height: 22px;
	background-image: url('images/rounded-top.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#container-bottom {
	width: 100%; height: 21px;
	background-image: url('images/rounded-bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#baner {
	width: 100%; 
	background-image: url('images/container-middle-background.png');
	background-position: top left;
	background-repeat: repeat-y;
}
#content {
	width: 100%;
	padding-top: 40px;
	background-image: url('images/container-middle-background.png');
	background-position: top left;
	background-repeat: repeat-y;
}
#footer {
	font-size: 90%;
	width: 100%;
	clear: both;
	padding-top: 40px;
	background-image: url('images/container-middle-background.png');
	background-position: top left;
	background-repeat: repeat-y;
	text-align: right;
}
#footer a {
	color: #75472A;
	border-bottom: none;
}
.inner {
	width: 620px;
	margin: 0 auto;	
}
#baner .inner {
	height: 102px;
	border-bottom: 1px solid #49260F;
	position: relative;
}
#footer .inner {
	border-top: 1px solid #49260F;
}
.column-left {
	float: left;
	width: 366px;
}
.column-right {
	float: right;
	width: 214px;
}
#logo {
	position: absolute; top: 12px; left: 0;
	width: 201px; height: 46px;
	background-image: url('images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#top-nav {
	position: absolute; right: 0; bottom: 0;
	width: 214px; height: 28px;
}
#top-nav a {
	text-decoration: none;
	padding: 0 0 8px 0;
	border: none;
}
#top-nav a:hover {
	background-image: url('images/top-nav-hover.gif');
	background-repeat: no-repeat;
  	background-position: bottom center;
  	border: none;
}
#top-nav a.active {
	background-image: url('images/top-nav-hover.gif');
	background-repeat: no-repeat;
  	background-position: bottom center;
  	border: none;
}
#top-nav a img {
	border: none;
}
#top-nav ul {
	list-style: none;
}
#top-nav li {
	display: inline;
	background-image: url('images/top-nav-list-style.gif');
	background-repeat: no-repeat;
  	background-position: top left;
  	padding-left: 14px;
}
#top-nav li.first {
	background-image: none;
	padding-left: 0;
}
div.project {
	padding-top: 40px;
}
div.project.first {
	padding-top: 0;
}

div.project img {
	float: right; border: 1px solid black;
}

div.project a:hover img {
	border: 1px solid black;
}

div.project h2 a {
	color: #75472A;
	border-bottom: none;
	text-decoration: none;
}
div.project h2 a:hover {
	color: #669DBF;
	text-decoration: none;
}
#statLogo {
	float: right;
	margin: 12px 42px 12px 0;
	border: none;
}

