/*
--------------------------------------------------------
project eventpaten.de (www.eventpaten.de) HOME style sheet
author: Judith Hettlage
last updated: 2010.01.15
----------------------------------------------------- */
			
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	
	padding:0;
	
	display:block;
	
	/* overflow:hidden; */
	
	text-indent:-8000px;
	
	}
	
/* // image replacement */	
		
#container { /* -> Page */

		position:relative;
		
		/* text-align:left; */
		
		/* width:696px; */
		
		width: 970px;
		
		background:#fff;	
			
		/* margin-left: -468px; */
		
		border: 0px dotted #EEE0E5;
		
		overflow: hidden; 
		
		}
			
#content { width: 10px;
		
		text-align: center;
		
		position:relative;
		
		border: 0px solid blue;
		
		margin-left: 468px; /* Mitte von Container Width */ 
		
		/* overflow: hidden; */
		
		}		

/* ---------- Easy Slider modified---------- */



#slider ul, #slider li {	/* width: 485px; */

	margin:0; padding:0; 
	
   /*  text-align: center; */
    
    list-style: none;

    }
		
#slider li { 
	/* 	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here */ 
	width:525px;/* -- Image width (e.g.445) + padding -- */
	
	height:360px;
	
	margin:0; padding:0; 
		
	border: 0px dotted aqua;
	
	}
		
#slider { /* position:relative;  */margin-left: -220px;} /* Zentriert das Anfangsslide */
		

/* ---------- Easy Slider Buttons ---------- */
		
#prevBtn, #nextBtn { /* prev Button */
	
    display:block;
    
    width:35px;
    
    height:360px;
    
    position:absolute;
    
    left:-468px; /* Position: Previous Button */
    
    top:0px;
    
    z-index:2000;
    
    }
    
#nextBtn { left:467px; /* Position: Next Button */   }
    														
#prevBtn a, #nextBtn a {  

    display:block;
    
    position:relative;
    
    width:35px;
    
    height:360px;
    
    background:url(../images/home/prev_horizontal_70x360.gif) no-repeat 0 0;
    	
    }	
    
#nextBtn a { 

    background:url(../images/home/next_horizontal_70x360.gif) no-repeat 0 0;	
    
    }	

#prevBtn a:hover, #nextBtn a:hover { 

	background-position:-35px 0; 
	
	}
		
/* ---------- End Easy Slider ---------- */

#home { border-right: 1px solid #ccc;}

#colleft {width: 430px !important; float:left;}

#colright {width: 400px !important; float:left;}

/* ---------- Boxes Caption ---------- */
			


/* #slider ul li div */
.boxcaption { 

	position: relative;

	width: 280px; 
	
	height: 80px; 
	
	background: url(../images/home/opacity_50_black.png) repeat;
	
	/* margin: 250px 0px 0px 20px; */
	
	top: 250px; left: 20px;/*   right: 400px; */ 
	
	padding: 8px;
	
	text-align: left;
	
	/* overflow: hidden; */
	
	border: 0px dotted gray;
	
	}
	
.devider { display: block; 

	height: 460px; 
	
	margin: -100px 0 0 -25px; 
	
	border-left: 1px solid #ccc; 
	
	}

/* --- .boxcaption h2, .boxcaption h2 a -> cufon.css ---------- */

.boxcaption p {  

	width: 280px; 
	
	color: #fff;
	
	/* margin: 0; */
	
	line-height: 16px;
	
 	border: 0px solid #000; 
 	
 	}
 	
.boxcaption h2 {  

	/* margin: 0; */
 	
 	}

/* ----------  Boxes Caption ---------- */

.theline { width: 900px; 

	margin: 15px 0 15px 35px;
	
	color: #fff;
	
	}
	
noscript {z-index: 20000 !important;}

/*
noscript img { 
	position: absolute; 
	display: block;
	height: 360px  !important;	
	margin: -270px  0 0 -435px;
	border: 0px dotted green; 
	}
*/
	
#SliderNoscript { 

	border: 0px dotted yellow; 
	
	margin: -270px  0 0 -432px;
	 
	}
	
/* ----------   Home ---------- */
#wrapper { border-top: 1px solid #ddd; margin: 15px 35px 0; padding-top: 15px; }

#lefthometable { margin: 0 36px 0 0px;}

#lefthometable, #righthometable { float: left; text-align:left; width: 432px; border: 0px dotted gray;}

#lefthometable hr, #righthometable hr { margin-top: 10px;}

#lefthometable p, #righthometable p { /* margin-bottom: 0px; */}