/* (C) 2009 Tworcy.pl  */
* {margin:0;padding:0}

body {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fff;	
	color: #555555;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 25px;
	font-weight: normal;
    }
	
a {
    color: #336699;
    text-decoration: underline;
  }
  
a:focus {
    outline: none;
    }  
  
img.foto {
	padding: 1px;
	border: solid 1px #aaaaaa;
	}
	
a img{
	border: 0;
	}
	
p.hr {
	width: 90%;
	height: 1px;
	display: block;
	background: #dddddd;
	margin: 0 auto;
	}
  
.fl {
	float: left;
	margin-right:10px
	}

.fr {
	float: right
    }
  
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #336699;
	}
	
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #336699;
	}
	
h3 {
	font-size: 1.1em;
	color: #336699;
	}
	
h4 {
	font-size: 0.9em;
	color: #aaaaaa;
	}
  
.right {
	text-align: right;
	}

#menu {
	position: absolute;
	top: 159px;
	left: 0;
	}
	
#lux {
	position: absolute;
	right: 70px;
	top: 330px;
	width: 270px;
	}

#main {
	position: relative;
	width: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#main {
	width: 850px;
	height: 100%;
	min-height: 100%;
	}
	
#tresc {
	width: 450px;
	padding: 70px 0 20px 0;
	font-weight: normal;
	}
	
#tresc ul{
	list-style-type: square;
	margin: 0 0 0 10px;
	}
	
#tresc li{
	margin: 0 0 0 20px;
	}
	
#serv {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 377px;
	margin: 0;
	padding: 0;
	}
	
#content {
	margin: 0;
	width: 850px;
	padding: 0;
	float: right;	
	vertical-align: top;
	text-align: left;
	}
	

	
#footer {
	margin: 0;
	width: 750px;
	height: 50px;
	padding: 25px;
	font-size: 0.9em;
	color: #fff;
	background: #336699;
	}
	
#footer ul {
	list-style-type: none;
	}
	
#footer a {
	text-decoration: none;
	color: #aaaaaa;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #fff;
	}
	

	
	
	
	
	
	
	

	
	
#tresc textarea {
	width: 400px;
	margin: 0 0 20px 0;
	}	
	
#tresc input{
	width: 140px;
	}
	
#tresc fieldset {
	border: 0;
	}
	
#tresc dl dt {
	text-align: right;
	width: 250px;
	font-weight: bold;
	height: 15px;
	font-size: 1em;
	} 	
	
#tresc dl dd {
	position: relative; 
	top: -1.3em;
	padding-left: 260px;
	height: 10px;
	font-size: 1em;
	} 
	
