/* global declarations */
body {
	font-family: Verdana;
	font-size: 11px;
	letter-spacing:0.005px;
	word-spacing:0.01px;
	line-height: 13px;
}

h1,
h2 {
	margin-top: 7px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:0.005px;
	word-spacing:0.01px;
}
div {
	background-repeat:no-repeat;
}
a {
	font-weight: bold;
	font-size: 12px;
	text-decoration:none
}
#substance #lauftext a,
#substance #content a {
	font-weight: normal;
	font-size: 11px;
}
a:link {
	color: #D2A31F;
}
a:visited {
	color: #D2A31F;
}
a:hover {
	color: #5B1400;
}
img {
	border: 0;
}
li {
	list-style-position: outside;
}
/* centerd container */
#all{
	margin-top:-285px;
	margin-left:-483px;
	top:50%;
	left:50%;
	position:absolute;
	z-index: 500;
	width:955px;
}
/* zoomed image */
#zoom {
	top:50%;
	left:50%;
	position:absolute;
	z-index: 1000;
	display: none;
	padding: 10px;
	border: 2px solid #5B1400;
	background-color: white;
}
/* container for logo and people image */
#header {
	width: 100%;
	height: 98px;
}
/* amiado group logo */
#logo {
	width: 50%;
	height: 78px;
	background-position:left;
	background-repeat: no-repeat;
	background-image: url('/data/images/common/logo.png');
	float: left;
	cursor: pointer;
}
/* people over content */
#people {
	width: 442px;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('/data/images/common/people.png');
	float: right;
}
/* container for navigations and content */
#substance {
	width: 100%;
	height: 440px;
}
#substance #mainbox,
#substance #sprint {
	height: 434px !important;
	border: 0 !important;
}
#substance #navigation1,
#substance #navigation2,
#substance #lauftext,
#substance #content,
#substance #mainbox,
#substance #sprint {
	border-top: 2pt solid #5B1400;
	border-bottom: 2pt solid #5B1400;
	height: 430px;
	float:left;
	position: relative;
	
}
#substance #navigation2,
#substance #lauftext,
#substance #content,
#substance #mainbox,
#substance #sprint {
	margin-left: 18px;
}
/* navigations */
#navigation1,
#navigation2{
	width: 123px;
}
#navigation1 {
	overflow: hidden;
}
#navigation1 ul,
#navigation2 ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation1 ul li,
#navigation2 ul li {
	display: block;
	border-bottom: 1pt solid #D2A31F;
	padding: 10px 0 10px 0;
}
#navigation1 ul li a,
#navigation2 ul li a {
	text-transform: uppercase;
}
.navigation ul li .active_link{
	color: #5B1400;
}
/* language switch in navigation 1 */
#language {
	position: absolute;
	bottom: 5px;
}
/* main template container */
#mainbox {
	width: 814px;
}
/* small text container */
#substance #lauftext{
	width: 213px;
}
/* optional navigation in lauftext */
#substance #lauftext #navigation3 {
	list-style-position: outside;
	background-color: #FDC613;
	padding: 5px;
	margin-top: 5px;
}
#substance #lauftext #navigation3 ul {
	margin-bottom: 0;
	padding-left: 15px;
}
#substance #lauftext #navigation3 h2 {
	margin-top: 0;
}
#substance #lauftext #navigation3 a {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing:0.005px;
	word-spacing:0.01px;
	font-weight: normal;
}
#substance #lauftext #navigation3 ul li a:hover,
#substance #lauftext #navigation3 ul li .active_link {
	color: #000000;
	font-weight: bold;
}
/* content container */
#content{
	width: 442px;
	background-position: center 10px;
}
/* logos at bottom */
#logo_reihe {
	height: 36px;
	min-height: 36px;
	width: 100%;
}
#logo_reihe a {
	float: right;
	margin-left: 20px;
}
#logo_reihe a img {
	height: 36px;
}
#logo_reihe .first {
	float: left;
	margin-left: 0;
}
/* email bot security */
.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}