/* CSS Document for Elvia */
/* created on 19-02-2007, 15:05  */
/* last edited on 29-03-2007, 15:46 */

/*----- import other stylesheets -----*/
@import url(defaults.css);
@import url(classes.css);
@import url(static.css);
/*------------------------------------*/

/*--------------------------
 			 content
---------------------------*/
#mainContent {
	position: relative;
	width: 100%;
	background: #eaedee;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
	#mainContent:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	#mainContent .middleCol {
		position: relative;
		background: #fff;
		border-left: none;
		padding-left: 1px;
	}
	div.leftCol h3, div.rightCol h3 {
		background: url(/images/css/logoArrows.gif) no-repeat 5px 1.4em;
		padding: 15px 10px 0 30px;
		font-weight: bold;
	}
	div.leftCol p, div.rightCol p {
		padding: 10px;
		margin: 0;
	}
	div.leftCol ul, div.rightCol ul {
		padding: 0 10px 20px 30px;
	}
	div.leftCol li, div.rightCol li {
		margin-bottom: 6px;
		background: url(/images/css/backArrow.gif) no-repeat 0 0.5em;
	}
	div.leftCol li a, div.rightCol li a {
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	#mainContent .innerDiv {
		background: url(/images/css/bckg.gif) center repeat-y;
	}
	#mainContent img {
		display: inline-block;
		padding: 2px;
		background: #fff;
		border: 1px solid #3e3e3e;
	}
	#mainContent a {
		text-decoration: none;
	}
	#mainContent a:hover {
		text-decoration: underline;
	}
	#mainContent .middleCol .innerCol {
		padding: 0;
	}
	div#dontKnowProd {
		font-size: 12px;
		color: #e90000;
		height: 60px;
		padding: 15px 90px 0 30px;
		background: url(/images/css/dontKnowArrow.png) top right no-repeat;
	}

	#dontKnowProd2 {
		position: absolute;
		height: 60px;
		width: 25px;
		top: 0;
		left: -1px;
		background: url(/images/css/contentBckg.png) top left no-repeat;
	}
	#content {
		position: relative;
		padding: 10px 20px;
	}
	#content * {
		line-height: 1.3em;
	}
	#content p {
		text-align: justify;
	}

		#content ul {
			list-style-type: disc;
			list-style-position: inside;
		}
		#content ul li {
			padding-left: 0px;
		}
		#content a:link, #content a:visited {
			color: #d00;
		}
		#content a:hover, #content a:active {
			color: #e33;
		}
		#travelHelp {
			width: 150px;
			padding: 20px 0 0 25px;
		}
			#travelHelp:after {
				content: "."; 
				display: block; 
				height: 0; 
				clear: both; 
				visibility: hidden;
			}
			#travelHelp * {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
			}
			#travelHelp label {
				display: block;
				font-weight: bold;
				margin-bottom: 3px;
			}
			#travelHelp select {
				width: 150px;
				border: 1px solid #bfbfbf;
				margin-bottom: 15px;
				padding: 1px;
			}
			#travelHelp #szukaj {
				float: right;
				width: 68px;
				height: 25px;
				color: #fff;
				font-weight: bold;
				border: none;
				background: url(/images/css/szukajButton.gif) no-repeat;
				cursor: pointer;
				cursor: hand;
			}

		#content #mapOfTheWorld {
			background: url(/images/css/mapOfTheWorld.gif) no-repeat 97% 30px;
		}
		#content #travelButtons {
			float: none;
			clear: both;
			padding: 15px 0;
			height: 30px;
		}
			#travelButtons a {
				float: right;
				height: 30px;
				padding-left: 40px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: normal;
				text-decoration: none;
				line-height: 25px;
				margin-right: 20px;
			}
			#travelButtons a#EUCountries {
				background: url(/images/css/EUCountriesBckg.gif) no-repeat;
			}
			#travelButtons a#officially {
				background: url(/images/css/officiallyBckg.gif) no-repeat;
			}
			#travelButtons a#airplane {
				background: url(/images/css/airplaneBckg.gif) no-repeat;
			}

/*-------------------------------
            main boxes
--------------------------------*/
	#mainContent div.mainBox {
		float: left;
		display: inline;
		width: 166px;
		padding-right: 1px;
		padding-bottom: 10px;
	}
		#mainContent div.mainBox h3 {
			background: #eaedee;
			padding: 4px 10px;
			margin: 0;
		}
		#mainContent div.mainBox p {
			margin: 8px 10px 0 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}

/*-------------------------------
        newsletter style
--------------------------------*/
	#newsletter {
		margin: auto;
	}
	#newsletter_button {
		background: #D40000;
		border: none;
		color: #fff;
		float: right;
	}
	.nwsl_checkbox {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		font-weight: bold;
	}
	.checkbox1 {
		background: #ef0000;
		color:#fff;
	}
	div.newsletter {
		padding: 5px 0px;
	}
	hr.newsletter {
		margin: 10px 0px;
	}

