@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.gif) repeat-x;
	background-color: #e6fcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #949494;
	letter-spacing: 1px;
	line-height: 20px;
}

a {
	color: #949494;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin-bottom: 5px;
}

.b {
	font-weight: bold;
	color: #76c6d2;
	font-size: 15px;
	letter-spacing: 0;
}

.clear {
	clear:both; 
	width: 100%; 
	line-height:1px; 
	font-size:1px;
}

.rightInfo {
	font-weight: bold;
	color: #018489;
}

#main {
	width: 810px;
	margin: 30px auto 30px auto;
}

	#top {
		width: 810px;
		height: 31px;
	}
	
	#middle {
		width: 750px;
		padding: 0 30px 0 30px;
		background: url(../img/border_middle.gif) repeat-y;
	}
	
		#header {
			height: 100px;
			font-size: 14px;
			letter-spacing: 0px;
			line-height: 14px;
		}
		
			#logos {
				float: left;
				padding-left: 15px;
			}
			
			#contact {
				float: right;
				font-weight: bold;
			}
			
				#contact img {
					float: left;
					margin-right: 10px;
				}
			
				#contact div {
					margin-bottom: 10px;
				}
	
		#menu {
			margin-left: 20px;
			height: 33px;
		}
		
			#menu div {
				float: left;
				margin-right: 3px;
				margin-bottom: 3px;
			}
			
			#menu a.btnStronaGlowna, #menu a.btnInneTrasy, #menu a.btnRezerwacja, #menu a.btnPromy, #menu a.btnPorty, #menu a.btnKontakt {
				padding: 0;
				display: block;
				width: 120px;
				height: 30px;
				background: url(../img/but_rezerwacja.gif)
			}
			
			#menu a.btnStronaGlowna {
				width: 138px;
				background: url(../img/but_strona_glowna.gif);
			}
			
			#menu a.btnPromy {
				width: 80px;
				background: url(../img/but_promy.gif);
			}
			
			#menu a.btnPorty {
				width: 80px;
				background: url(../img/but_porty.gif);
			}
			
			#menu a.btnInneTrasy {
				width: 100px;
				background: url(../img/but_inne_trasy.gif);
			}
			
			#menu a.btnKontakt {
				width: 100px;
				background: url(../img/but_kontakt.gif);
			}

			#menu a:hover, #menu a.active {
				background-position: 0 -30px;
				text-decoration: none;
			}
		
		#mainImg {
			height: 185px;
			width: 750px;
		}
		
		#content {
			margin-top: 15px;
			color: #018489;
		}
		
			#content a {
				color: #018489;
			}
		
			.text {
				float: left;
				padding-left: 10px;
				width: 100%;
			}
		
			#map {
				width: 407px;
				height: 349px;
				background-image: url(../img/mapa.gif);
				float: right;
			}
	
	#bottom {
		width: 810px;
		height: 36px;
	}
	
	#touched {
		text-align: right;
		width: 785px;
		padding: 0 25px 0 0;
	}
	
#tab .sel {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

#tab select {
	border: 1px solid #018489;
	color: #018489;
	margin-left: 10px;
	width: 350px;
}

#tab input {
	border: 1px solid #018489;
	color: #018489;
}

#tab #sbut {
	text-align: right;
}

.text .clear {
	padding-bottom: 15px;
}

	.ferry .photo {
		border: 1px solid #018489;
		float: left;
		padding: 1px;
	}
	
	.ferry .description {
		margin-left: 15px;
		float: left;
	}
	
		.ferry .description h2 {
			font-weight: bold;
			font-size: 16px;
			margin-bottom: 5px;
		}
		
		.ferry .description div {
			margin-left: 10px;
		}
