/***********************************************/
/* Allgemein                            */
/***********************************************/ 


body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(../pictures/start/AL_Qahira_start_1200_01_bg.jpg);
}

/***********************************************/
/* Container                             */
/***********************************************/ 

/*  allgemein */

#out {
	text-align: center;
	width: 100%;
}

#content {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	width: 982px;
}

#content a:active,
#content a:hover,
#content a:link,
#content a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

