@CHARSET "UTF-8";

.span45 {
  width: 340px;
}

body {
	background-color: rgb(238,255,212);
	background-image:  url('/images/bg5.jpg');
	background-repeat: repeat-x;
	margin-top: 10px;
}

#logo {

}


#headline {
	color: gray;
	letter-spacing: 0.1em;
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	font-size: 33px;
	padding-top: 37px;
}

p.jus {
	text-align: justify;
}

.left-line {
	border-left: gray solid 1px;
	padding-left: 10px;	
}

#sidenav {
	border-left: gray solid 1px;
}

#sidenav a {
	color: black;
}

#sidenav > ul {
	amargin-left: 0px;	
}

#sidenav li {
	list-style: square;
	line-height: 30px;
}

#sidenav li.active > a {
	color: gray;
}

#content h1 {
	font-size: 32px;
	margin-top: 0px;
}

#content h1.small-h1 {
	font-size: 26px;
}

#content h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h2.small-h2 {
	font-size: 16px;
}

#content h2.condensed-h2 {
	line-height: 22px;
}

#carousel {
	margin-top: 20px;
}

#footer {
	margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
	abackground-image: url('/images/bg4.jpg');
	abackground-repeat: repeat-x;
	width: 940px;
}

.block {
	/*border: 1px solid grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;	
	padding: 8px;
	width: 100%; */
}
 	
.bottom-margin {
	margin-bottom: 20px;
}

.jobtitle {
	font-size: 16px;
	color: #333333;
}

.bgwhite {
	background-color: white;
}

.blockteaser {
	display: block;
	float: right;
	border: 1px solid lightgrey;
	padding: 3px;
	margin: 8px;
}

.caption {
	color: #111111;
	font-style: italic;
}

.side-img-top {
	border: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.side-caption {
	padding: 10px;
	background-color: white;
	border: 1px solid lightgrey;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}