/* CSS Styles for Infopages */
/* CSS level 2.1 valid! */

/* do not show this footer-elements on startpage */
.slide-out-div {
	display: none;
}

#sharingBox {
	display: none;
}

/* styles for infotext / contactpage */
.infotext {
	width: 850px;
	padding-left: 20px;
}

.infotext_left {
	width: 33%;
	float: left;
	padding-left: 20px;
}

.infotext_center {
	width: 33%;
	float: left;
	padding-left: 20px;
}

.infotext_right {
	width: 33%;
	margin-left: 600px;
	padding-left: 20px;
}

.infotext_aboutleft {
	width: 30%;
	float: left;
}

.infotext_aboutcenter {
	width: 35%;
	float: left;
}

.infotext_aboutright {
	width: 35%;
	margin-left: 600px;
	padding-left: 0px;
}

.infotext h1,.infotext_left h1,.infotext_right h1,.infotext_center h1,.infotext h1,.infotext_aboutleft h1,.infotext_aboutright h1,.infotext_aboutcenter h1
	{
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}

.infotext h2,.infotext_left h2,.infotext_right h2,.infotext_center h2 {
	font-size: 14px;
	color: #333;
}

.infotext h3,.infotext_left h3,.infotext_right h3,.infotext_center h3 {
	font-size: 13px;
	color: #333;
}

.infotext p,.infotext_left p,.infotext_right p,.infotext_center p,.infotext p,.infotext_aboutleft p,.infotext_aboutright p,.infotext_aboutcenter p
	{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}

.infotext ul {
	font-size: 11px;
	line-height: 15px;
	list-style-type: disc;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 15px;
	color: #333;
}

.sep {
	margin: 20px 10px;
	border-top: 1px solid #ccc;
}

/* poage elements */
#roundtop {
	background: url(/images/infosites_top.png) no-repeat;
	background-position: bottom;
	width: 950px;
	height: 10px;
	margin: 25px 0 0 0;
}

#roundbottom {
	background: url(/images/infosites_bottom.png) no-repeat;
	background-position: top;
	width: 950px;
	height: 10px;
	margin-top: 0px;
	width: 950px;
}

#wrapper {
	background: #FFFFFF;
	width: 948px;
	margin: 0;
	min-height: 300px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 300px;
}

/* styles for content pages */
.content {
	width: 900px;
	padding-left: 20px;
}

.content h1 {
	font-size: 16px;
	color: #005092;
	margin: 0 0 10px 0;
	padding: 15px 0 0 20px;
}

.content h2 {
	font-size: 14px;
	color: #005092;
	margin: 0 0 10px 0;
	padding: 15px 0 0 20px;
}

.content p {
	font-size: 12px;
	color: #333;
	padding: 5px 0 10px 20px;
	line-height: 18px;
}

.content a:link,.content a:visited {
	color: #005092;
	line-height: 18px;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content .right {
	float: right;
	margin-top: 10px;
}

.content ul {
	margin-left: 35px;
	padding: 10px 20px;
	list-style-type: disc;
	color: #333;
	
}
.content ul li {
	font-size: 12px;
	line-height: 18px;
}

.content .joboffer {
	font-size: 14px;
	color: #333;
	padding: 5px 0 10px 20px;
	line-height: 18px;
	font-weight: bold;
	margin-left: 15px;
}
/* dev messages off*/
.devErr {
	display: none;
}