/*
 * 			   		Gründerszene Datenbank Widget CSS
 * Author: 			Christoph Seydel (christoph@createmyweb.de)
 * Date:   			2010-01-22
 * Version:			1.0.2
 * Reference:		Mozilla Firefox 3.5.5 on Intel Mac OS X 10.6.2
 * 
 */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:250px !important;
	overflow:hidden;
	margin:-1px;
	padding:0;
	width:500px !important;
}
a{
	color:#4087bf;
	text-decoration:none;
}
strong{
	font-weight:bolder;
}
	#heading{
		background-color:#eee;
		height:50px;
	}
	
		#heading #global-caption{
			float:left;
			font-size:14px;
			margin-left:10px;
			padding-top:5px;
		}
		
		#heading #investor-caption{
			float:left;
			font-size:12px;
			margin-left:10px;
			padding-top:5px;
		}
		
		#heading ul{
			left:125px;
			position:absolute;
			text-align:right;
			top:20px;
			list-style:none;
		}
			#heading ul li{
				float:left;
				font-size:11px;
				margin-left:5px;
				padding-right:5px;
			}
			#heading ul li.border{
				border-right:1px solid black;
			}
				
	#content{
		clear:both;
		height:160px;
	}
	
		#global-information-mainfacts{
			height:90px;
			padding-top:10px;
		}
		
			#global-information-table{
				float:left;
				margin:10px;
				width:365px;
			}
				global-information-table td{
					width:210px;
				}
			
				.global-information-table-caption{
					font-weight:bold;
					width:155px;
				}
				
			#global-information-image-wrapper{
				background:#FFFFFF none repeat scroll 0 0;
				display:table-cell;
				height:60px;
				line-height:10px;
				padding:2px !important;
				vertical-align:middle;
			}
			
				#global-information-image-wrapper img{
					max-height:95px;
					max-width:100px;
				}
			
			#global-information-description{
				height:50px;
			}
				#global-information-description p{
					margin:10px;
				}
	
		#content #content-investorlist ul{
			list-style:none;
			margin:0;
			max-height:150px;
			padding:1px 0 0 10px;
			width:100%;
		}
			
			#content #content-investorlist ul li{
				float:left;
				width:160px !important;
			}
				#content #content-investorlist ul li p{
					height:15px;
					overflow:hidden;
				}
		
		#content #content-investorgrafic {
			margin:0;
			padding:10px;
		}
				
		#content #content-investorlist {
			margin:0;
			padding:10px;
		}
	
	#footer{
		background-color:#eee;
		height:30px;
	}
	
		#footer p{
			margin:10px;
			padding-top:7px;
			text-align:right;
		}

