/*-----------------------------------------------------------------------------
Name: freeweb.com.pl CSS Style Barbara Dobosz
Theme: style.css
Version: 0.1
Author: freeweb.com.pl
-----------------------------------------------------------------------------*/

/* default styles
-----------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
 
body {
	font: 0.8em Verdana, Arial, sans-serif; 
	line-height: 1.5em;
	color: #454545; 
	background-color: #ffffff;
	background-repeat: repeat-y;	
	text-align: center; 
}

a, a:visited {
 color: #333333;
 text-decoration: none;
}
			
a:hover {
 text-decoration: underline;
}

img{
	border:0px;
}

h1 {
font-family:"Trebuchet MS";
font-size:16px;
}

#content{
	width:950px;
	margin:0 auto;
}

#header{
	width:943px;
	height:25px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;	
	margin:0 auto;
	margin-top:20px;
}

#menu{
	width:195px;
	height:10px;
	float:right;
	margin-top:13px;
	line-height:4px;
	font: 11px Verdana, Arial, sans-serif; 
}

#logo{
	width:700px;
	height:250px;
	background-image:url(../images/fala.png);
	background-repeat: no-repeat;	
	margin:0 auto;
}

#links{
	width:943px;
	height:230px;
	margin:0 auto;
	margin-top:20px;
}

#links_site{
	width:943px;
	height:80px;
	margin:0 auto;
	margin-top:20px;
}

#text{
	width:943px;
	height:100px;
	margin:0 auto;
	margin-top:20px;
}

#text_site{
	width:700px;
	margin:0 auto;
	margin-top:0px;
	text-align:justify;
	float:left;
	margin-left:4px;
}

#text_site_kontakt{
	width:943px;
	margin:0 auto;
	margin-top:0px;
}

#text_img{
	width:225px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	float:right;
	margin-right:4px;
}

#footer{
	width:943px;
	height:11px;
	border:1px solid #CCCCCC;
	margin:0 auto;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;	
	margin-bottom:10px;
	color:#ffffff;
	clear:both;
}

#empty{
	width:943px;
	height:50px;
	clear:both;
}

#freeweb{
	width:120px;
	float:left;
	color:#ffffff;
	font: 11px Verdana, Arial, sans-serif;
	line-height:11px;
}

#freeweb a {
	color: #ffffff;
	text-decoration: none;
}

#copy{
	margin-right:120px;
	font: 11px Verdana, Arial, sans-serif;
	line-height:8px;
}

#kontakt{
	margin-top:15px;
	width:300px;
	height:350px;
	text-align:left;
	float:left;
}

#mapa{
	margin-top:15px;
	width:640px;
	float:left;
}

.text{
	width:500px;
	border:1px solid #333333;
	height:100px;
}

.link{
	width:227px;
	margin-right:12px;
	float:left;
}

.link_site{
	width:227px;
	margin-right:12px;
	float:left;
}


.prev{
	width:227px;
	margin-right:15px;
	float:left;
	font: 11px Verdana, Arial, sans-serif;
}





