/**
 * Author: Krzysztof Piwowar
 * Created on: 2007-09-07
 * Version: 1.0
 *
 * Type: CSS Document
 * Name: sub_reference_pobierzcv.css
 * Description: CSS file for referencje_mojecv.php page
 *
 * Modyfication: 2007-09-07
 */

		#content #menuleft #menuheader h3 {
			width: 72px;
			height: 13px;
			background: transparent url("../images/sub/referencje/h3.png") top left no-repeat;					
		}
		
		#content #textcontent h3 {
			margin-bottom: 30px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 20px;
		}
		
		#content #textcontent #cvheader {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			overflow: auto;
		}
		
		#cv-foto {
			border: 1px solid #2e2e2e;
			float: right;
		}
		
			#content #textcontent #cvheader span {
				width: 50px;
				float: left;
			}
		
			#content #textcontent #cvheader strong {
				font-size: 12px;
			}								
		
		#content #textcontent h4 {
			margin: 20px 0 5px 0;
			padding: 0 0 2px 4px;
			border-bottom: 1px solid #000;
		}
		
		#content #textcontent dl {
			clear:both;
		}
		
			#content #textcontent dl dt {
				width: 166px;
				padding-left: 4px;
				color: #2e2e2e;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				float: left;
			}
			
			#content #textcontent dl dd {
				margin-bottom: 15px;
				width: 410px;
				font-size: 10px;
				float: left;
			}
		
		#content #textcontent #note {
			padding: 10px 5px;
			color: #2e2e2e;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
		