html {
	margin: 0; 
	padding: 0; 
}

body {
	background: url("../img/header.png") top left no-repeat,
		url("../img/bg.png") top right repeat-x;
	background-color: #d3a1bc;
	border: 0px;
	margin: 0; 
	padding: 0;
}

#container {
	position: relative;
	width: 900px;
/*	height: auto;
	min-height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	*/
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	position: absolute;
	top: 80px;
	right: 40px;
}

#indiv {
	background: url("../img/indiv.png");
	position: absolute;
	top: 130px;
	left: 800px;
	width:225px;
	height:56px;
	margin: 0px;
}

#nav {
	position: relative;
	width: 900px;
	height: 38px;
	background-color: #fce2ed;
	padding: 10px 0;
	margin-top: 374px;
	/*border: 1px solid #f5c5db;*/
}

/* For modern browsers */
.container:before,
.container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom:1;
}

h2 span {
	display: none;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-family: "ClassicBlurMedium",georgia,"times new roman",serif;*/
    font-size: 20px;
    line-height: 26px;
	color: #d54a82;
	display: inline;
}

a {
	font-family: "ClassicBlurMedium",georgia,"times new roman",serif;
	color: #d54a82;
	text-decoration:none;
}

a:hover {
	color: #333333
}

p {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: "ClassicBlurMedium",georgia,"times new roman",serif;
    font-size: 16px;
    line-height: 21px;
}

p span {
	color: #d54a82;
	font-size: 20px;
	line-height: 23px;
}

h3 {
	float: left;
	margin: 0px 18px 0px;
}

h3 span {
	display: none;
}

#home {
	background: url("../img/l_home.gif") no-repeat;
	margin-top: 4px;
	width: 69px;
	height: 24px;
}

#projekt {
	background: url("../img/l_projekt.gif") no-repeat;
	height: 38px;
	width: 171px;
}

#couture {
	background: url("../img/l_couture.gif") no-repeat;
	margin-top: 5px;
	width: 99px;
	height: 24px;
}

#costume {
	background: url("../img/l_costume.gif") no-repeat;
	margin-top: 5px;
	width: 105px;
	height: 24px;
}

#collection {
	background: url("../img/l_collection.gif") no-repeat;
	width: 131px;
	height: 30px;
}

#contakt {
	background: url("../img/l_contact.gif") no-repeat;
	margin-top: 5px;
	width: 105px;
	height: 24px;
}

#content {
	position: relative;
	background-color: #fce2ed;
	width: 860px;
	height: auto;
	/*min-height: 570px;*/
	padding: 10px 20px;
}

#text {
	text-align: left;
}

.slide {
	float: right;
	height: 530px;
	width: 420px;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.slide img {
	width: 420px;
}

.thumb {
	border: 2px solid #d54a82;
	float: left;
	width: 93px;
	height: 93px;
	margin: 23px;
	overflow: hidden;
}

.thumb a img {
	position: relative;
	max-width: 93px;
	/*max-height: 140px;*/
}

# links {}