/* CSS Document */

/* 
	
	content:
	- PRESETS
	- LAYOUT
		footer
		section short
		section main



	COLOR SET:
	
	.color01 - niebieski (#3081d1)

	.color02 - szary jasny (#999999)
	
	.color03 - szary średni (#666666)	
	
	.color04 - czerwony (#FF0000)	
	
	.color05 - szary ciemny (#333333)	
	
*/

/* ------------------------------------------------------------------ */
/* PRESETS */

	@import url("presets.css");



/* ------------------------------------------------------------------ */
/* LAYUOT */
	
	body {
		
			
	
	}
	
	
	#container {
		
		position:absolute;
		left:50%;
 		margin-left:-450px;
		
	}
	
	#container, 
	#branding, 
	#navi-1st, 
	div.presentation, 
	#body, 
	#footer {
	
		width:900px;
		clear:both;
		float:none;
	
	}
	
	#branding {
	
		height:65px;
		font-size:11px;
	
	}
	
		#header-links {
		
			float:right;
			text-align:right;
			padding-top:20px;
		
		}

		#header-links p {
		
			padding-bottom:4px;
		
		}

		#header-links a {
		
			margin-right:5px;
			color:#c0c0c0;
			text-decoration:none;
		
		}

		#header-links a:hover {
		
			color:#444444;
			text-decoration:underline;
		
		}
		
		#logo {
		
			float:left;
		
		}
	
	#presentation-main {
	
		height:396px;
	
	}
	
	#presentation-sub {
	
		height:169px;
	
	}	

	#content {
	
		width:675px;
		float:left;
	
	}

	#rounded-line {
	
		/*widht:675px;*/
		height:8px;
	
	}

	
	
	/* ------------------------------------------------------------------ */
	/* footer */	
	
	
		#footer {
		
			height:65px;
			border-top:1px solid #e8e8e7;
			padding-top:13px;
			padding-bottom:20px;
			font-size:11px;
		
		}
		
			#navi-bottom {
			
				float:left;
				color:#d2d2d2;
			
			}

			#navi-bottom a {
			
				margin:0 10px 0 11px;
				text-decoration:none;
				color:#9c9c9c;
				
			
			}

			#navi-bottom a:hover {
			
				color:#4b4b4b;
				text-decoration:underline;
						
			
			}
			
			#webdesign {
			
				float:right;
			
			}
			
			.copyrights {
			
				float:none;
				clear:both;
				padding-left:11px;
				position:relative;
				top:-15px;
			
			}
			
			.copyrights[class] {
			
				position:relative;
				top:0px;
			
			}			
			
			.copyrights a {
			
				color:#c9c9c9;
				text-decoration:none;
			
			}
	
			.copyrights a:hover {
			
				color:#c9c9c9;
				text-decoration:underline;
			
			}
		
			.clear{	
				
				clear:both;
				font-size:0px;
				height:1px;
			
			}


/* ------------------------------------------------------------------ */
/* COMMON */

	/* ------------------------------------------------------------------ */
	/* colors */	
	
		.color01 {
		
			color:#3081d1 !important;
			text-decoration:none;
		
		}
	
		a.color01:hover {
		
			color:#57a8f6 !important;;
			text-decoration:underline;
		
		}
	
		.color02 {
		
			color:#999999 !important;
			text-decoration:none;
		
		}

		a.color02:hover {
		
			color:#666666 !important;
			text-decoration:underline;
		
		}

	
		.color03 {
		
			color:#666666 !important;
		
		}

		a.color03:hover {
		
			color:#999999 !important;
			text-decoration:underline;
		
		}		
	
		.color04 {
		
			color:#FF0000 !important;
		
		}

		.color05 {
		
			color:#333333 !important;
			text-decoration:none;
		
		}

		a.color05:hover {
		
			color:#666666 !important;
			text-decoration:underline;
		
		}		

	/* ------------------------------------------------------------------ */
	/* headers */	

		h1 {

			font-family:Arial, Helvetica, sans-serif, Tahoma;
			font-size:20px;
			color:#3c83c8;
			padding:12px 25px 10px 25px;
			font-weight:bold;
			letter-spacing:-1px;
				
		}
		
	
		h2 {
		
			font-family:Arial, Helvetica, sans-serif, Tahoma;
			font-size:16px;
			color:#444;
			padding:14px 0 10px 0px;
			letter-spacing:-1px;
			font-weight:bold;			
				
		}	

		h3 {
		
			font-family:Arial, Helvetica, sans-serif, Tahoma;
			font-size:16px;
			color:#f76404;
			padding:14px 0 14px 0px;
			letter-spacing:-1px;
			font-weight:bold;
				
		}	




	/* ------------------------------------------------------------------ */
	/* pure-text */	
	
		div.pure-text {
		
			padding:0 25px;
		
		}
		
		
		div.pure-text p, div.pure-text li, div.pure-text label {
		
			font-family: Tahoma, Arial, Verdana;
			font-size:12px;
			color:#727272;
			
		}	
		
		div.pure-text p {
		
			padding-bottom:10px;
		
		}
	
		div.pure-text table {
		
			margin-bottom:20px;
			
		}
	
		div.pure-text li {
		
			padding-bottom:5px;
		
		}
	
		
		div.pure-text ul, div.pure-text ol {
		
			margin-left:30px;
			margin-bottom:20px;
		
		}
	


	/* ------------------------------------------------------------------ */
	/* sidebar */	

		#sidebar {
		
			width:225px;
			float:left;	
		
		}
		
			#sidebar div.title {
			
				height:27px;
				background-color:#4b4b4b;
				color:#FFFFFF;
				font-size:18px;
				font-family:Arial, Helvetica, sans-serif;
				padding-left:10px;				
				border-bottom:1px solid #FFFFFF;
			
			}
			
			#sidebar div.spacer {
			
				width:100%;
				height:8px;
				background-color:#e6e6e6;
				font-size:0;
				line-height:0;
			
			}
			
			#sidebar div.menu-item {
			
				width:100%;
				height:39px;
				border-top:1px solid #f8f8f8;
				border-bottom:1px solid #d5d5d5;
				background-color:#F3F3F4;
			
			}
			
				#sidebar div.menu-item img {
				
					margin:14px 0 0 14px;
				
				}
			
			#sidebar div.highlight {
			
				background-color:#F9F9F9;
			
			}
			
			#sidebar div.active {
			
				background:url(../images/lt_sidebar_active.gif) left top no-repeat #F9F9F9;
			
			}
			#sidebar div.menu-item-sub {
			     height:30px;
			}
			#sidebar div.menu-item-sub img {
			     padding-left:10px;
			     margin:10px 0 0 14px;
			}
			
			#sidebar div.active2 {
			
				/*background:url(../images/lt_sidebar_active.gif) left -5px no-repeat #F9F9F9;*/
				background-color:#F9F9F9;
			
			}
			
			
			
		#rounded-bottom {
		
			width:225px;
			height:10px;
			float:left;
		
		}
		
		#gradient {
		
			width:225px; 
			height:265px;
			float:left;
		
		}
	
	/* ------------------------------------------------------------------ */
	/* navi 1st */	
	
		#navi-1st {
		
			height:31px;
			background-color:#4B4B4B;
		
		}	
		
			#navi-1st img.bullet {
			
				float:left;
			
			}
			
			#navi-1st a {
			
				display:block;
				float:left;
				margin:9px 26px 0 6px;
				color:#FFFFFF;
				font-size:12px;
				font-family:'Trebuchet MS';
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
			
			}
			
			#navi-1st a:hover {
				
				color:#CCCCCC;
			
			}	
		

	/* ------------------------------------------------------------------ */
	/* navi path */	
	
	
		#navi-path {
		
			float:none;
			clear:both;
			color:#808080;
			font-size:11px;
			padding:7px 20px;
		
		}
		
			#navi-path a {
			
				margin:0 10px;
				text-decoration:underline;
			
			}



	/* ------------------------------------------------------------------ */
	/* prices */

		
		table.prices {
	
			width:100%;
			border:4px solid #ececec;
		
		}

		table.prices th {
			
			vertical-align:top;
			padding:12px;
			background:url(../images/table_back.gif) repeat-x #d2d2d2;		
		
		}

		table.prices th p {
			
			text-align:left;
			color:#444444;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		
		}
				
		table.prices td {
			
			vertical-align:top;
			padding:5px;
			border-right:1px solid #ffffff;
		
		}		
		
		
		table.prices p {
		
			padding:0 10px;
			font-size:11px;
			text-align:center;
		
		}

		table.prices td.back {
			
			background:url(../images/table_back2.gif) repeat-x top #F8F8F8;
		
		}	
				
		table.prices td.border-top {
		
			border-top:1px solid #CCCCCC;
			vertical-align:middle;
			font-weight:bold;
		
		}
		
		table.prices tr.norm {
		
			background-color:#F8F8F8;
		background-color:#f0f0f0;
		}
		table.prices td{
			
			font-weight:bold;	
		}


	/* ------------------------------------------------------------------ */
	/* alert-box */	
	
	
		div.alert-box {
		
			width:599px;
			clear:both;
			float:none;
			padding:6px 13px 3px 13px;
			margin:10px 0;		
			background-color:#444;
			position:relative;
			top:4px;
			display:none;
		
		}
	
		div.alert-box p {
		
			margin-bottom:5px;
			color:#fff;
			font-weight:bold;
		
		}
	
	
	/* ------------------------------------------------------------------ */
	/* button */		
	
		
		input.button {
			
			margin:0px 0px 0px 0px;
			font-weight:bold;
			font-size:11px;	
			background:url(../images/button_bg.gif) repeat-x;
			background-color:#ffffff;
			padding:4px 6px;
			cursor : pointer;
			border-top:1px solid #e8e8e8;
			border-right:1px solid #aaaaaa;
			border-bottom:1px solid #aaaaaa;
			border-left:1px solid #e8e8e8;
			color:#444444;
			
		}
	
		input.button-down {
		
			border-top:1px solid #aaaaaa;
			border-right:1px solid #e8e8e8;
			border-bottom:1px solid #e8e8e8;
			border-left:1px solid #aaaaaa;
			color:#666666;
			
		}
	
		input.button-mouseover {
		
			color:#FF0000;
			
		}

        .box {
            background-color:#F8F8F8;
            padding:10px;
            text-align:center;
            border:1px solid #CCCCCC;
            font-weight:bold;
        }





/* ------------------------------------------------------------------ */
/* MAIN */	
	
	div.column-main {
	
		width:260px; 
		float:left;
		padding:0 10px 0 20px;
	
	}
	
	div.collumn-main-1st {
	
		border-right:1px solid #E8E8E7;
		padding-left:0;
	
	}
	
	div.collumn-main-1st p, .specialbold {
	
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		line-height:21px;
	
	}
	
	.specialbold {
	
		font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		line-height:17px;
	
	}	
	
	div.collumn-main-1st p strong, .specialbold strong {
	
		color:#FF0000;
	
	}
	




/* ------------------------------------------------------------------ */
/* CONTACT */	

	table.contact-container p {
	
		padding:0 !important;
	
	}
	
	table.contact-container td {
	
		padding:2px 10px 2px 0;
	
	}
	
	

	#contactform-container {
	
		padding:10px 25px 35px 25px;
		font-size:11px;
	
	}
	
	#contactform-box {
	
		background-color:#F6F6F6;
	
	}
	
	
	input.contactform-type {
	
		width:180px;
		border:1px solid #CCCCCC;
		padding:3px;
		color:#333333;
		margin-right:10px;
		font:110%/1.25 Tahoma, Arial;
	
	}
	
	textarea.contactform-type {

		width:100%;
		border:1px solid #CCCCCC;
		padding:3px;
		color:#333333;
		font:110%/1.25 Tahoma, Arial;
		
	
	}
	
	select.contactform-select {

		width:100%;
		font-size:11px;
		border:1px solid #CCCCCC;
		padding:3px;
		color:#333333;
		
	}
	
	label.error {
	
		color:#ff0000;
	
	}
	
	table.contactform {
	
		width:100%;		
		color:#666666;	
	
	}
	
	table.contactform td {
	
		padding: 5px 20px 5px 20px;
		vertical-align:top;
	
	}
	
	span.required {
	
		color:#FF0000;
	
	}	
	



	.image-standalone {
	
		float:right;
		margin:0 0 10px 10px;
			
	}
	
	.image-standalone-contact	{
		position:relative; 
		right:10px; 
		top:-170px; 
		z-index:200; 
		margin:0 0 -210px 0;
		float:right;
		
	}
	
	

/* ------------------------------------------------------------------ */
/* flagfield */		
	
	
	div.flagfield {
	
		width:201px;
		height:53px;
		float:left;
		text-align:center;
		padding-top:148px
	
	}
	
	div.flagfield01 {
	
		background:url(../images/flagfield_en.gif) no-repeat;
		margin-right:10px;

	}
	
	div.flagfield02 {
	
		background:url(../images/flagfield_de.gif) no-repeat;
		margin-right:10px;		
	
	}
	
	div.flagfield03 {
	
		background:url(../images/flagfield_fr.gif) no-repeat;
		margin-right:10px;	
		clear:left;
	
	}	

	div.flagfield04 {
	
		background:url(../images/flagfield_es.gif) no-repeat
	
	}

	div.flagfield a {
	
		font-family:Arial, Tahoma, Verdana;
		font-size:18px;
		color:#4b4b4b;
		text-decoration:none
	
	}

	div.flagfield a:hover {
	
		color:#333
	
	}	
	
/**/
.tooltip-head {
    font-family:Arial, Tahoma, Verdana;
    background-color:#3C83C8;
    color:white;
    font-size:11px;
    font-weight:bold;
    padding:5px;
    width:auto;
}	