/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color: #996633;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

th,td {
	/*borders and padding to make the table readable*/
/*	border:1px solid #000;  */
	padding:.2em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

body {
	/*
	background: transparent url(http://us.i1.yimg.com/us.yimg.com/i/us/ga/dtk/misc/main-background.png) repeat-x scroll left top;
	*/
	background-color: #FFCC66;
	direction: ltr;
}

#salafcom {
	position: absolute;
	left: 0;
	top: 0;
}

#hd {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

#bd {
	background-color: #FFFFFF;
	padding: .5em;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

#ft {
	background-color: #FFFFFF;
	padding: .5em;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

#topbar {
	background:#EFEFEF none repeat scroll 0%;
	border-bottom:1px solid #DEDEDE;
	font-family:arial,helvetica,clean,sans-serif;
	padding: .2em .2em .2em .6em;
}

#topbar li {
	float: left;
	margin-right: .6em;
}

#topbar a {
	color: #666666;
	font-weight: normal;
}

#site-name {
	background:#FFFFFF none repeat scroll 0%;
	border-top:1px solid #B3B3B3;
}

#logo {
	margin: .3em;
	margin-left: 0;
}

#slogan {
	margin: .3em;
	font-size: 131%
}

#banner468x60 {
	margin: .3em;
	margin-left: 0;
	top: auto;
	bottom: auto;
	float: right;
}

#main-navigation {
/*	background: url(http://us.i1.yimg.com/us.yimg.com/i/ww/thm/1/grd-1px_1.3.gif);
	background-repeat: repeat-x;
	background-position: 0pt -1336px; */
	
	background: #F0F0F0 url(/images/site-search-bg.png) repeat-x scroll 0pt;
	border-top-style: solid;
	border-top-width: 4px;
	/*border-top-color: #0A7EC8;*/
	border-top-color: #FF8C00;
	padding: .5em;
}

#main-navigation li {
	float: left;
	margin-right: 1em;
}

.right {
	text-align: right;
}

div.linkliste {
	float:left;
	padding-right:10px;
	width:170px;
}

span.highlight {
	font-weight: bold;
	font-size: 9pt;
	color: #994101;
}

.hr
{
	border-bottom-style: dotted;
	border-bottom-color: #994101;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

.clearer {
	clear: both;
}

div#date {
	float: right;
	font-size: 13px;
	right: 1px;
	top: auto;
	bottom: auto;	
}

#map { 
	height:450px; 
	width: 540px;
	border: 0px solid #FFD324; 
}

div.country {
	padding: .1em;
	background:#EFEFEF none repeat scroll 0%;
	border-bottom:1px solid #DEDEDE;
	font-family:arial,helvetica,clean,sans-serif;
}

div.language {
	background:#EFEFEF none repeat scroll 0%;
	border-bottom:1px solid #DEDEDE;
	font-family:arial,helvetica,clean,sans-serif;
}

div.language div.sprites, div.country div.sprites, div.banners div.sprites {
	display: inline-block;
}

div.describer {
	float: left;
	width: 75px;
}

span.flags {
	padding: .1em;
	float: right;
	width: 90px;
}


a.non_underline:hover {
	text-decoration: none !important;
}

div#ramadan {
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
	border-color: #FF0000;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: yellow;
}

div.leftbox {
	border-style: solid;
	border-width: 1px;
	border-color: green;
	padding: 6px;
}

.table_align {
	text-align: center;
}

.timeTable td {
	vertical-align: text-bottom;
}

.kafirDate {
	font-size: 77%;
}

#gebetszeiten_staedte {
	position: relative;
	width: 540px;
}

#gebetszeiten_bundeslaender {
	position: relative;
	width: 540px;
}

/*
	Carousel start
*/

.carousel-component {
	margin: 0px; 
    padding:2px;
    -moz-border-radius:0px;
    background-color: white;
    clear:both;
    border: 1px solid #8FB6EB;
    
}

.carousel-component ul.carousel-list{
    text-align:left;
    background-color:white;
    padding:1px; /* for some reason, this is needed for IE6 & 7 */    
}

.carousel-component .carousel-list li { 
    text-align:left;
    margin:0px 8px 5px 8px;
    line-height:11px;
    display:block;
    width:480px;
}

.carousel-component .carousel-list li a { 
    outline:none;
    -moz-outline:none; 
}
                                    
#up-arrow { 
    cursor:pointer; 
}

#down-arrow { 
    cursor:pointer; 
}


/*
	Carousel end
*/

.info, .drucken, .excel_icon {
	display: inline-block;
}

.sprites { 
    background-image     : url(/images/sprite.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
 } 

.120px-Moment_of_sunrise_at_sea{ background-position: 0 0; width: 120px; height: 80px; } 
.RTEmagicC_120x60-Aqidah_01{ background-position: 0 -83px; width: 120px; height: 60px; } 
.RTEmagicC_120x60-Terror_01{ background-position: 0 -146px; width: 120px; height: 60px; } 
.RTEmagicC_al-ibaanah_banner_120x60_02{ background-position: 0 -209px; width: 120px; height: 60px; } 
.Rabee-22-Hadith{ background-position: 0 -272px; width: 468px; height: 60px; } 
.austria{ background-position: 0 -335px; width: 24px; height: 14px; } 
.basseera_logo{ background-position: 0 -352px; width: 120px; height: 60px; } 
.deutschland{ background-position: 0 -415px; width: 24px; height: 14px; } 
.drucken{ background-position: 0 -432px; width: 20px; height: 20px; } 
.english_flag{ background-position: 0 -455px; width: 28px; height: 14px; } 
.excel_icon{ background-position: 0 -472px; width: 17px; height: 17px; } 
.gebetsruf_de_AT{ background-position: 0 -492px; width: 274px; height: 70px; } 
.gebetsruf_de_DE{ background-position: 0 -565px; width: 274px; height: 70px; } 
.gebetsruf_en_AT{ background-position: 0 -638px; width: 274px; height: 70px; } 
.gebetsruf_en_DE{ background-position: 0 -711px; width: 274px; height: 70px; } 
.gebetsruf_tr_AT{ background-position: 0 -784px; width: 274px; height: 70px; } 
.gebetsruf_tr_DE{ background-position: 0 -857px; width: 274px; height: 70px; } 
.info{ background-position: 0 -930px; width: 15px; height: 15px; } 
.karamah_150_gz{ background-position: 0 -948px; width: 150px; height: 48px; } 
.salafimanhaj{ background-position: 0 -999px; width: 120px; height: 60px; } 
.schweiz{ background-position: 0 -1062px; width: 24px; height: 14px; } 
.turkish_flag{ background-position: 0 -1079px; width: 21px; height: 14px; } 

.tweet, .query {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

