body {
	background: #000000 url(../images/tlo_main.jpg) center fixed no-repeat;
	color:#fff;
	font-family:"Franklin Gothic Medium", sans-serif;
	font-size:13px;
	letter-spacing: 0.04em;
	margin:0 auto;
}

a {
	color:#894f8a;
	outline:0 none;
	text-decoration:none;
}

a:hover {
	color:#d253d4;
	text-decoration:underline;
}

form, p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#fff;
	 font-family: Georgia, "Times New Roman", Times, serif; 
	margin:0;
	padding:0;
	letter-spacing:0.03em;
	font-weight:normal;
}

img {
	behavior:url(pngbehavior.htc);
	border:0 none;
	margin:0;
	padding:0;
}

.alert{color:#f00;float:right;}
.clear {clear:both;}
.pink {color:#894f8a;}

#container {
	margin:0 auto;
	width:960px;
}

/* Naglówek strony
-----------------------------------------------------------*/
#header {
	background:url(../images/logo.png) no-repeat;
	height:138px;
}

#header a.home {
	display:block;
	height:123px;
	position:absolute;
	width:260px;
}

#header div#contact-info {
	padding:30px 10px 0 0;
	text-align:right;
	font-size: 12px;
	color: #cacaca;
}

#header h1 {
	color:#894f8a;
	font-size:24px;
}

#header h2 {
	font-size:24px;
	font-weight:normal;
}

#header h3 {
	font-size:12px;
	font-weight:normal;
	margin:10px 0 0;
}
/*
-----------------------------------------------------------*/

#form {
	border:1px #3c3c3c solid;
	float:left;
	margin:0 20px 0 0;
	width:258px;
	height: 392px;
}

#form h1 {
	color:#ccc;
	font-size:26px;
	font-variant:small-caps;
	letter-spacing:0.08em;
	line-height:28px;
	margin:20px 0 10px 0;
	text-align:center;
}

#form h2 {
	color:#894f8a;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:0.08em;
	line-height:28px;
	margin:0 0 20px 0;
	text-align:center;
}

#form form {
	display:inline;
	height:200px;
	margin:12px;
	width:234px;
}

#form form label {
	color:#ccc;
	display:block;
	margin:0 12px;
	width:230px;
}

#form form input {
	background:none;
	border:1px #3c3c3c solid;
	color:#ccc;
	display:block;
	height:18px;
	margin:0 12px 10px;
	width:230px;
}


#form form textarea {
	background:none;
	border:1px #3c3c3c solid;
	color:#fff;
		width:230px;
			margin:0 12px 10px;
			height:100px;
}

#form form .hidden {
	display:none;
}

#form a#button {
	background:url(../images/button.jpg);
	color:#ccc;
	display:block;
	height:22px;
	line-height:22px;
	margin:0 0 10px 12px;
	outline:0 none;
	text-align:center;
	text-decoration:none;
	width:234px;
}

p.success {
	color:#fff;
	line-height:20px;
	padding:100px 0;
	text-align:center;
}

#form p.success a {
	color:#fff;
	text-decoration:none;
}

#form p.success a:hover {
	text-decoration:underline;
}



#side {
	border:1px #3c3c3c solid;
	float:left;
	margin:0 20px 0 0;
	width:258px;
}

.content {
	border:1px #3c3c3c solid;
	margin:0;
	min-height:372px;
	padding:10px;
		/* @padding:10px 10px 0; */
	width:940px;
}

* html .content {
	height:372px;
}

.content h2 {
	margin-bottom:5px;
}

/* formularz kontaktowy dla pliku contact.php
-----------------------------------------------------------*/
.content form {
	display:inline;
	float:left;
	width:442px;
}

.content label {
	color:#ccc;
	display:inline;
	width:442px;
}

.content input {
	background:none;
	border:1px #3c3c3c solid;
	color:#fff;
	margin-bottom:10px;
	width:442px;
}

.content textarea {
	background:none;
	border:1px #3c3c3c solid;
	color:#fff;
	width:442px;
}

.content a#button {
	background:url(../images/button.jpg);
	color:#ccc;
	display:block;
	height:22px;
	line-height:22px;
	margin-top:10px;
	outline:0 none;
	text-align:center;
	text-decoration:none;
	width:234px;
}

.content a:hover#button {
	color:#894f8a;
}
/* koniec styli
-----------------------------------------------------------*/

.left {
	border:1px #3c3c3c solid;
	float:left;
	margin:0 20px 0 0;
	padding:8px;
	width:242px;
}

.right {
	border:1px #3c3c3c solid;
	float:left;
	margin:0;
	padding:8px;
	width:663px;
}

#intro {
	border:1px #3c3c3c solid;
	float:left;
	padding:8px;
	width:659px;
}

#nav {
	background:url(../images/tlo_menu.png) no-repeat center;
	height:70px;
	margin:20px 0 0 0;
}

#nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:960px;
}

#nav li {
	float:left;
}

#nav a {
	color:#ccc;
	display:block;
	font-family:	"trajan pro", Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	letter-spacing: 1px;
	font-variant:small-caps;
	height:70px;
	line-height:70px;
	outline:0 none;
	text-align:center;
	text-decoration:none;
	width:192px;
}

#nav a:hover {
	color:#894f8a;
}
