/* 
Alle Kopierrechte vorbehalten, Copyright (c) 2008 by Brahim Lakhdhar  barhoumist@yahoo.fr
 */

/*#############################cadres###########################*/

body {
	margin-bottom:20px;
	margin-top:0px;	
	background-color: #1D1D01;
	background-image:url(../graphics/body_bg.jpg);
} 

.seite{
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width:900px;
	
}

TABLE.edito{		
	background-image:url(../graphics/edito_bg.jpg);
	color: #FFFFFF;
	font-size:14px;
	font-family:"verdana";		
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color: #000000;
	height:557px;	
}

TD.box{  
  background-color:#000000; 
  border-color:#999999; 
  border-width:2px; 
  border-style:solid; 
  padding:10px 2px 10px 2px;
  text-align:center;
  font-family:"Verdana";
  font-size:12px;
  color: #FB9D3F;
}
/*#########################  scroller  ##############################*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 557px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 557px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 20px;
background: #5EC0A7 url(../graphics/scrollbar.png) -20px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 23px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 20px;
background: url(../graphics/scrollbar.png) -103px -16px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 23px;
width: 20px;
background: url(../graphics/scrollbar.png) -103px 0px no-repeat;
}

.vscrollerbase {
width: 20px;
background: #D4F6F2 url(../graphics/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 20px;
height: 23px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../graphics/scrollbar.png) -40px -23px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 23px;
width: 20px;
background: url(../graphics/scrollbar.png)  -40px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them 
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}
*/

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 23px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */

/*##################links##########################*/	
A{
	font-family:"Tahoma";
	color:#CC6601;
	text-decoration:none;
	font-size:13px;
}

A:hover{
	font-family:"Tahoma";
	color:#FB9D3F;
	text-decoration:none;
	font-size:13px;
}

/*##################allgemeines##########################*/	

h1{
	font-family:"Verdana";
	font-size:22px;
	color: #FFFFFF;
 } 
h2{
	font-family:"Verdana";
	font-size:15px;
	color: #FB9D3F;
 } 
 
 
img {
	border:0
}

.center{
	text-align:center;
}

.none {
	display:none;		
}


li{
	line-height:20px;
	font-family: "Tahoma";
	font-size:14px;
}

strong{
	color: #FFFFFF;
	font-family: "Tahoma";
	font-size:14px;
}

b{ font-size:105%;}


/*################################footer###########################*/

div.footer{
	position:relative;	
	padding:2px 10px 0px 10px;	
	text-align:center;
	color:#555555;
	font-size: 10px;
	font-family:"verdana";
	margin-left: auto;
	margin-right: auto;
	width:450px;
}


a.footer {
  	color:#555555;
	text-decoration:none;
	font-size: 10px;
}  
 
a.footer:hover {	
	font-size: 10px;
	color: #006633;
	text-decoration:none;
}      

/*  
a.footer:visited { 	
	color:#555555;
	text-decoration:none;
	font-size: 10px;
}     	*/
/*######################header##################*/

 marquee.scrollbar{ 

	font-size:16px;
	font-family:"Arial";
	border:solid;	
	border-width:0px;
	font-weight:bold;
	border-color: #BDDEF2;

} 

/* #############    Ende ###################### */
