/* ================================================================ */
/*          glowne definicje strony                                 */
/* ================================================================ */

* {margin: 0; padding: 0;}

body {
background: #000000 url(back.jpg);
background-repeat: repeat-x;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
}

html,body {
	height:100%;
}

a:visited { text-decoration: none; color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}
a:link    { text-decoration: none; color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}
a:hover   { text-decoration: none; color: #666666; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}

img {
border: 0px;
}

/* ================================================================ */
/*                             main                                 */
/* ================================================================ */

#site {
width:640px;
height:600;
margin-left:auto;
margin-right:auto;
}

#logo {
width:640px;
height:480px;
}

#tail {
width:640px;
height:120px;
margin-left:auto;
margin-right:auto;
}

#linki {
color:#ffffff;
height:25px;
float:right;
}

#copyright {
color:#ffffff;
height:25px;
float:left;
}


/* ================================================================ */
/*                       navigation                                 */
/* ================================================================ */


#menu {
	background: #666666;
	width:800px;
	height:20px;
}
#menu a{
	color: #ffffff;
   	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;
}

#menu a:hover{
	background:#888888;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
}

ul {
margin-left:20px;
}

ul, ul li {
	display: block;
	list-style: none;
	text-align:center;
}

ul li {
	width:130px;
	height:20px;
	float: left;
}



/* ================================================================ */
/*                             classy                               */
/* ================================================================ */

input {
font-size: 13px;
color: #777777;
border: 1px #bbbbbb solid;
background-color: #F6f6f6;
}

select {
font-size: 13px;
color: #777777;
border: 1px #bbbbbb solid;
background-color: #F6f6f6;
}

textarea {
width:500px;
height:100px;
font-size: 13px;
color: #777777;
border: 1px #bbbbbb solid;
background-color: #F6f6f6;
}

.formtext {
width:150px;
float:left;
}

.biale {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: lighter;
}

.main_text a, #pozycjonowanie a, #kampania a, #mailing a {
	color: #000000;
	font-weight: bold;
}

.main_text a:hover, #pozycjonowanie a:hover, #kampania a:hover, #mailing a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.main_text h1, #pozycjonowanie h2, #mailing h2, #kampania h2 {
	color: #a8a8a8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}

hr {
background:#ffffff;
color:#ffffff;
width:640px;
height:1px;
border: 0;
margin-bottom:5px;
}







