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

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

}
a:hover {
	color: #660066;
	font-weight: bold;	
}

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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #660066; /* #CC3333 */
	font-weight: bold;
	color: #660033;
}
h1:lang(ar) {
	font-size: 42px;
}
.std-txt {
	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: 1000px;
	height: 400px;	
}
div#portrait {
	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#english, 
div#arabic, 
div#german {
	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#english {
	left: 20px;
	border-color: #660066;
}
div#arabic {
	left: 675px;
	border-color: #660066;
}
div#german {
	left: 350px;
	border-color: #660066;

}
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;
}
