/**
 * Author: Krzysztof Piwowar
 * Created on: 2007-04-15
 * Version: 1.0.1 
 *
 * Type: CSS Document
 * Name: sub_main.css
 * Description: CSS file for index.php page
 *
 * Modyfication: 2007-08-07
 */

		#content {
			height: 436px;
			padding-top: 33px;
		}
		
			#content #contentlinks {
				height: 12px;
				margin-left: 276px;
				line-height: 12px;
			}
			
				#content #contentlinks a {
					margin-right: 18px;
					font-size: 12px;
					color: #005e82;
					text-decoration: none;
				}
				
				#content #contentlinks a:hover {
					text-decoration: underline !important;
				}
				
			#content #welcome-text p {
				text-align: justify;
			}
			
								
			#content #welcome-text,
			#content #realizations {
				width: 500px;
				margin: 42px 0 0 29px;
			}
			
				#content #realizations h2 {
					margin: 0 0 16px 11px;
					color: #005e82;
				}
					
					#content #realizations h2 span {
						font-size: 14px;
						font-weight: bold;
					}
					
					#content #realizations h2 a {
						font-size: 14px;
						color: #8fbd36;
						text-decoration: underline;
					}
					
					#content #realizations h2 a:hover {
						text-decoration: none;
					}
				
				#content #realizations .realizationbox {
					width: 145px;
					height: 145px;
					margin-right: 25px;
					background: transparent url("../images/sub/main/bg_realization.png") top left no-repeat;
				}
				
				#content #realizations .last {
					margin-right: 0;
				}
				
					#content #realizations .realizationbox a {
						width: 133px;
						height: 133px;
						text-decoration: none;
						display: block;
					}
				
						#content #realizations .realizationbox a img {
							margin: 6px;
							border: 0;
						}
						
			#content #newsblock {
				width: 370px;
				height: 410px;
				margin-top: -385px;
				padding: 32px 34px 40px 26px;
				background: transparent url("../images/sub/main/bg_newsblock.jpg") top left no-repeat;
				position: relative;
			}
			
				#content #newsblock .newsbox {
					margin-bottom: 40px;
				}
				
				#content #newsblock .lastbox {
					margin-bottom: 0;
				}
				
				#content #newsblock .newsbox h2 {
					font-size: 18px;
					color: #005e82;
				}
				
					#content #newsblock .newsbox h2 a {
						text-decoration: none;
					}
					
					#content #newsblock .newsbox h2 a:hover {
						text-decoration: underline !important;
					}
				
				#content #newsblock .newsbox .timepar {
					margin: 3px 0 12px 0;
					font-size: 12px !important;
					color: #979680 !important;
				}
				
				#content #newsblock .newsbox p {
					font-size: 14px;
					color: #000;
				}
					
					#content #newsblock .newsbox p a {
						color: #005e82;
						text-decoration: underline;
					}
					
					#content #newsblock .newsbox p a.wiecejNews {
						color: #8fbd36;
						font-weight: bold;
					}			 
					
										
				#content #newsblock #nowoscicornerlink {
					height: 50px;
					width: 50px;
					top: 13px;
					right: 16px;
					position: absolute;
				}
				
		
						
				