/*
        Copyright:  fresh frames GmbH & Co. KG
                    http://www.freshframes.com/
    
        Seite:      EEBA
                    European Eye Bank Association
    
        Autor:      Stefanovski Alexander
                    stefanovski@freshframes.com
                    http://www.freshframes.com/

        Version: $Id: eeba_site.css 104 2009-04-28 15:20:59Z lexy $
                                                    */
/* GlobalDefinition:Body-Tag */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/bg_gradient_x.jpg) top repeat-x;
	margin: 0;
	padding: 0;
}

/* GlobalDefinition:SiteFrame */
#wrap {
	width: 990px;
	margin: 0 auto 0 auto;
}

	/* Container:Box:Head */
	#head {
		float: left;
		width: 990px;
		height: 200px;
		margin: 0;
		padding: 0;
		border-bottom: 4px solid #05065A;
	}
		
		/* Container:Row:Primary Navigation */
		#head_img {
			float: left;
			width: 990px;
			height: 145px;
			background: url(../images/head/head_eyecatcher.jpg) top no-repeat;
		}
		
		/* Container:Row:Primary Navigation */
		#nav_primary {
			float: left;
			width: 990px;
			height: 46px;
			margin: 0;
			padding: 0;
		}
	
	/* Container:Box:Content */
	#contentarea {
		float: left;
		width: 990px;
		background-color: #FFFFFF;
	}
	
		/* Container:Column:Secondary Navigation */
		#nav_secondary {
			float: left;
			width: 206px;
			margin: 24px 0 0 0;
		}
		
		/* Container:Column:Stage */
		#stage {
			float: left;
			width: 550px;
			margin: 0 14px 0 14px;
		}
		
			/* Container:Column:Stage:Breadcrumb-Navigation */
			#breadcrumb {
				float: left;
				width: 545px;
				height: 17px;
				font-size: 10px;
				color: #999999;
				background: url(../images/content/content_breadcrumb_bar.gif) top no-repeat;
				margin: 5px 0 0 0;
				padding: 2px 0 0 5px;
			}
			
			/* Container:Column:Stage:Service-Navigation */
			#service {
				float: right;
				height: 15px;
				margin: 6px 0 6px 0;
				padding: 0;
			}
			
				#service a img {
					border: 0;	
				}
			
			/* Container:Column:Stage:Text */
			#stage_txt {
				float: left;
				width: 550px;
				margin: 0;
				padding: 0;
			}
			
		/* Container:Column:Feature */
		#feature {
			float: left;
			width: 206px;
			margin: 24px 0 0 0;
		}