html, body {
	background: #ececec;
	font-family: Arial;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	max-width: 400px;
	text-align: justify;
	line-height: 160%;
	color: #6e6e6e;
	font-size: 13px;
	float: left;
}
b { 
    color; #f7931e;
    font-weight: normal;
}
a img {
	border: 0;
}
a {
	color: #50504d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #f7931e;
}

#Header {
	display: block;
	width: 100%;
	height: 100px;
	background: url('./images/Header.jpg');
	background-repeat: repeat;
}
#Logo {
	background: url('./images/logo.png');
	float: left;
	height: 45px;
	width: 174px;
	margin-left: 38px;
	margin-top: 25px;
}
#Menu {
	float: right;
	width: 600px;
	height: 79px;
	padding-right: 23px;
}
#Menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
#Menu li {
	display: inline;
	font-family: Verdana;
	font-size: 20px;
	color: #a8bcca;
	margin: 0 5px;
	padding: 0;
	line-height: 79px;
}
#Menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#Menu li a:hover {
	color: #f7931e;
}
#Content {
	display: block;
	background-color: #FFF;
	background-image: url('./images/tuzky.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	min-width: 900px;
	_width: 900px;
	min-height: 600px;
	_height: 600px;
}
#Content-other {
	text-align: center;
	background: #fff;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 600px;
	_height: 600px;
	padding-bottom: 25px;
}
#Content #innerMargins #Content-other {
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 600px;
	margin-bottom: 15px;
}
.Column {
	width: 400px;
	float: left;
	padding: 50px;
	padding-left: 80px;
}
.Column-fotografie {
	width: 850px;
	margin: auto;
}
.Column-Grafika {
	width: 900px;
	margin: auto;
	clear: both;
}
.Column-Kontakt {
	width: 900px;
	margin: auto;
	clear: both;
}
.Column-Kontakt p {
	padding-left: 50px;
	padding-top: 50px;
}
.text {
	float: left;
	padding-top: 50px;
	width: 900px;
}
.text-flickr {
    color: #6e6e6e;
    font-size:12px;
    margin-top: 30px;
}
.Contact-img {
	width: 300px;
	float: left;
	padding-top: 50px;
	padding-left: 150px;
}
#Fotografie-main {
	width: 350px;
	float: right;

}
.Fotografie-img {
	float: center;
	max-width: 900px;
	_width: 900px;
	margin: -3px;
	padding: 0px;
}
#Grafika-main {
	height: 300px;
	float: right;
	padding-top: 20px;
  padding-right: 80px;
}
.Grafika-img {
	float: center;
	max-width: 300px;
	_width: 300px;
	margin: -3px;
}
#Flash {
	float: center;
}
#flashContent {
	display: none;
}
#Footer {
	background: #ececec;
	display: block;
	height: 200px;
	width: 100%;
}
#Footer-img {
	display: block;
	float: right;
}
#Footer-shadow {
	display: block;
	background: url('./images/shadow.jpg');
	height: 15px;
	width: 100%;
}
#Footer p {
	padding-left: 50px;
	width: 680px;
	color: #50504d;
	font-size: 12px;
}
#Footer a {
	color: #50504d;
	text-decoration: none;
	font-weight: normal;
}
#Footer a:hover {
	color: #f7931e;
}
#pdslogo {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#Contacts {
	margin: 50px;

}
table.table-kontakt {
	color: #50504d;
	font-size: 12px;
}
table.table-kontakt th {
	font-weight: normal;
	color: #747474;
	text-align: left;
}

