@charset "UTF-8";
/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	background-image:url(../images/page_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#page {
	position: relative;
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#main {
	height:100%;
	min-height:100%;
	margin: 0 auto;
}

#content {
	position:relative;
	margin:0 20px;
}

#right_side {
	position:absolute;
	right:0;
	width:10px;
	min-height:600px;
	background-image:url(../images/page_right_side_bg.png);
	background-repeat:no-repeat;
}

#left_side {
	position:absolute;
	left:0;
	width:10px;
	min-height:600px;
	background-image:url(../images/page_left_side_bg.png);
	background-repeat:no-repeat;	
}

#fotter {
	color:white;
	background-color:#333;
}

.container {
	margin:0 auto;
}

.separator {
	height:20px;
	clear:both;
}
#header {
	height:40px;
	clear:both;
}

#logo {
	margin-left:10px;
	height:40px;
	width:220px;
	position:absolute;
}

#top-nav {
	margin-right:10px;
	top:0;
	float: right;
}

#top-nav p {
	margin:0;
	color:#CCC;
}

#image_block {
	margin-bottom:20px;
	height:300px;
}

#image_block .image_holder {
	position:relative;
	float:left;
	margin:0 10px;
	width:220px;
	height:300px;
}

#image_block a{
	 height: 300px;
	 width:220px;
	 display:block;
}


#image_block a#image1 {
	background-image:url(../images/team/ib_kessler.png);
}

#image_block a#image1:hover {
	background-position: 0 -300px;
}

#image_block a#image2 {
	background-image:url(../images/team/paula_schytt.png);
}

#image_block a#image2:hover {
	background-position: 0 -300px;
}

#image_block a#image3 {
	background-image:url(../images/team/evelyn_hopner.png);
}

#image_block a#image3:hover {
	background-position: 0 -300px;
}

#image_block a#image4 {
	background-image:url(../images/team/linda_schlichting.png);
}

#image_block a#image4:hover {
	background-position: 0 -300px;
}

#image_block .description {
	position:absolute;
	bottom:0;
	width:200px;
	padding:10px;
}

#image_block .background {
	position:absolute;
	bottom:0;
	width:200px;
	padding:10px;
	height:35px;
	background:#e9fbff;
	opacity: 0.7;
}

#image_block .description p {
	padding:0;
	margin:0;
}
#image_block .description h2 {
	color:#0084a3;
	margin-top: 30px;
	margin-bottom: 5px;
}


#content_block {

}
#content_block .textarea {
	float:left;
	margin:0 10px;
	width:460px;
}
#content_block .feature {
	background-color:#eff8fa;
	margin:0 10px;
	float:right;
	width:220px;
	height:200px;
}

#content_block .feature #cap {
	background-color:#00566a;
	color:white;
	height:20px;
	padding:5px 10px 0 10px;
}

#content_block .feature #address {
	padding:5px;
}


#content_block .feature .info {
	position:relative;
	display: block;
	width:100%;
}

#content_block .feature .info .value {
	position:absolute;
	right:0;
}

#content_block .feature  p {
	padding:4px 5px;
	margin:0;	
}

#logo {
	background-image:url(../images/logo.png);
}

h1,h2,h3,h4,h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-top: 10px;
	color: #999;
}

h1 {
	color:#5ebbd1;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	color:#555555;
	
}

a {
	color:#0084a3;
	text-decoration:none;
}

a:hover {
	color:#0084a3;
	text-decoration:underline;
}

.campaign {
	width:445px;
	background-color: #eff8fa;
	border:#FFF medium solid;
	padding: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
	box-shadow: 0px 2px 3px #888;
	margin: 15px 0px 15px 0px;	
}

.campaign-image {
	display:inline-block;
	width:140px;
	height:65px;
	border-radius: 3px;
	background: url(../images/smile.png) no-repeat;
}

.campaign-text{
	display:inline-block;
	margin-left: 20px;
	width:285px;
	clear:both;
	vertical-align:top;
}

.campaign-text > * {
	top:0;
	margin: 0px;
}

.campaign-text p {
	margin-top: 5px;
}

.huge-campaign {
	margin-left: 10px;
	margin-right: 10px;
	width:100%;
	height:100%;
	display:block;
	background: url(../images/huge-smile.jpg) no-repeat;
}

#facebooklike {
	margin-top:20px;
}
