@charset "utf-8";
/* startpage stylesheet ******************************* */

* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #FF0000;

}
a:hover {
	color: #660066;
	font-weight: bold;	
}
body {
	margin-top: 30px;
	background: #FFEEEE;
/**	background: #660033; /* #223269 */
/**	background-color: #660033 ; /* #617CBA */
/**	background-image: url(../images/bkgd.gif);
/* 	background:-moz-linear-gradient(33% 88% 95deg,#223269, #617CBA, #223269 80%); #8f0222*/
/*	background:-moz-linear-gradient(33% 88% 95deg, #FF9999, #FFCCCC, #FF9999  80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617CBA', endColorstr='#223269',GradientType=0 ); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#223269), color-stop(49%,#617cba), color-stop(100%,#223269)); */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
p:lang(ar) {
	direction: rtl;
	unicode-bidi: bidi-override;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
}
h1, h1 a:link, h1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #660066; /* #CC3333 */
	font-weight: bold;
	color: #660033;
}
h1:lang(ar) {
	font-size: 42px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #660066; /* #CC3333 */
	font-weight: bold;
	color: #660033;
}
h2:lang(ar) {
	font-size: 32px;
}
tr#header_de {
	background-image: url(../images/head-bkgd-de.gif);

}
.std-txt, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.std-txt:lang(ar) {
	direction: rtl;
	unicode-bidi: bidi-override;
	font-size: 18px;
}
div {
	vertical-align: top;
	-moz-box-sizing: border-box;
	padding: 10px;
}
div#container {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 1020px;
/*	height: 400px; */
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}
div#content {
	position: absolute;
	z-index:1;
	left: 20px;
	top: 50px;
	width:350px;
	height:400px;
/*	background-image: url(../images/laila-start.jpg);
	background-repeat: no-repeat; */
}
div#headline {
	position: absolute;
	z-index: 1;
	left: 590px;
	top: 50px;
	width: 360px;
	height: 400px;
	border: 0 none;
}
div#left, div#right, div#border {
	position: absolute;
	top: 480px;
	z-index:2;
	border: 2px solid;
	width:280px; 
	height:180px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#left {
	left: 20px;
	border-color: #FF6699;
}
div#border {
	left: 350px;
	border-color: #CC3333;
}
div#right {
	left: 675px;
	border-color: #990000;

}
div#AG {
	position: absolute;
	padding: 0;
	right: 20px;
	bottom: 20px;
	z-index:3;
	width:160px; 
	height:20px;
}
.AG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.AG a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

/* *********************************************** 
** start menues **********************************
*********************************************** */
.menu1-level1-no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.menu1-level1-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.menu1-level2-no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.menu1-level2-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 20px;
}
.menu1-level3-no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 40px;
}
.menu1-level3-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 40px;
}
.menu1-level4-no {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 60px;
}
.menu1-level4-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 60px;
}
/* end menues ********************************* */