/* overwrites template.css */

body {
	background: url("../images/frontpageBackground.png") repeat-x center top;
}

#wrapper { 
 width: 958px;
}

#header {
	height: 100px;	
}

/* ----- Main content - specific for frontpage ----- */


/* settings  for entire content */
#midRow{
	height: 347px;
	font-size: 1.4em;
	font-weight: bold;
}
#midRow p{
	line-height: 1.2em;
	color: #fff;	
}
#midRow h1{
	color: #B1D6FF;
	font-size: 1.7em;
	line-height: 1em;:
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
#midRow a{
	border: none;
}
#midRow a h1.white{
	color: #fff;	
}

/* specific settings for different parts */
#leftMid, #midMid, #rightMid{
	display: inline;
	float: left;	
}
#leftMid, #rightMid{
	width: 469px;
	height: 320px;
	cursor: pointer;
}
#midMid{
	height: 320px;
	width: 20px;
}

#leftMidContent, #rightMidContent{
	overflow: hidden;
	min-height: 165px;
	height: 165px;
	width: 250px;
	margin-top: 40px;
}
#leftMidContent{
	text-align: right;
}
#rightMidContent{
	margin-left: 200px;
}



#content{
	margin-bottom: 20px;	
}
/* text */
.text{
	height: 160px;
	margin-bottom: 20px;
	overflow: hidden;
}
