/* ======================= Allgemeines Design ===========================*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/background.png);
	background-position: 0px 0px;
	font-size: 12px;
	color: #868686;
	font-family: Helvetica, Arial, sans-serif;
}


a {
	text-decoration: none;
	color: #979797;
}

a:hover {
	color: #a62426;
}


hr {
	height: 1px;
	border-top: 1px solid #e3e3e7;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}


ul {
	list-style-image: url(images/arr.jpg);
	padding-left: 14px;
}

p {
	width: 610px;
}

/* ======================= Framedesign ===========================*/

#innerLeftTable {
	height: 580px;
	width: 230px;
	border: 0;
	float: left;
	position: absolute;
	top: 52px;
	left: 24px;
}

#languages {
	margin-top: 38px;
}

#workerLogo {
	margin-top: 228px;
}

#innerRightTable {
	height: 515px;
	width: 700px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	position: absolute;
	left: 256px;
	top: 52px;
	
}

#innerTop {
	height: 40px;
	margin-top: 20px;
	margin-left: 30px;
}

/* START: DER STYLE FÜR DEN IFRAME */

#iframe_1 {
	text-align: justify;
	width: 680px;
	height: 390px;
	margin-left: 20px;

}

#abstand_iframe{
	padding: 0px 0px 0px 10px;
}


#scrollbereich {
	overflow: auto;
	width: 640px;
	height: 390px;
}

/* ENDE: DER STYLE FÜR DEN IFRAME */

#innerFoot {
	height: 18px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url(images/navi_bottom_low.png);
}

/* ======================= Menülinks ===========================*/

.menu_13px, .menu_13px_red {
	font-family: Arial, sans-serif;
	font-size: 13px;
	float: left;
	color: #747675;
}

.menu_11px, .menu_11px_red {
	font-family: Arial, sans-serif;
	font-size: 11px;
	float: left;
	color: #747675;
	margin-top: 2px;
}

.menu_13px_red{
	font-weight: bold;
	color: #a62426;
}

.menu_11px_red{
	font-weight: bold;
	color: #a62426;
}

.width30{
	width: 30px;
	float: left;
}

.width15{
	width: 15px;
	float: left;
}

/* ======================= Spezielles Design ===========================*/

.headline {
	font-size: 13px;
	font-weight: bold;
}

.fatheadline {
	font-size: 16px;
	font-weight: bold;
}

