/*
--------------------------------------------------------
project eventpaten.de (www.eventpaten.de) Cufon style sheet
author: Judith Hettlage
last updated: 2010.01.15
----------------------------------------------------- */

/* Cufon-Elements*/
#Menu1 li a, .boxcaption h2, h1 { 

	border: 0px dotted olive;
	
	letter-spacing: 0em;
	
	} 

/* Slideshow */
.boxcaption h2, .boxcaption h2 a { 
 
	/* width: 360px; */ 
	
	text-align: left; 
	
	height: 30px;
	
	color: #fff !important;
	
	text-transform: uppercase;
	
	font-size: 28px;
	
	margin: 3px 0;
	
 	}

h1 { border: 0px dotted blue; 

	 text-transform: uppercase;
	 
	}

h1 a, h2 a { display: block; color: #6E6E6E !important; line-height: 100% !important;}

/* h3 { font-size: 33px;} */

h1 a:hover, h2 a:hover { color: #ABAA00 !important; text-decoration: none !important; }

#Menu1 { position: absolute; 

	top: 15px;
	
	margin: 0 0 0 750px;
	
	width: 150px;
	
    padding: 0px 0px 0;
    
    text-transform: uppercase;
    
    text-align: right;
    
    list-style-type: none;
    
    z-index: 200 !important;
    
    border: 0px dotted green;
     
    }

#Menu1 li { border: 0px dotted #EEE0E5; 

	margin: 0; padding: 0; height: 20px; }	
		
#Menu1 li a {

	display:block;
	
	color:#D2D2D2;
	
	font-size: 19px;
	
	border: 0px dotted #CDC1C5;
	
	margin: 0; padding: 0;
	
	}
	
#Menu1 li a:hover {

	color:#ABAA00;
	
	text-decoration: none;
	
	}
	
.current a { color:#ABAA00; }	
	
#Menu1 li.current a,
#Menu1 li.section a { color:#ABAA00; }