/*
body { background: blue; }

/* - - - - - - - - - - - - - - - - - - - - 
		SITE AUFBAU
 - - - - - - - - - - - - - - - - - - - - */	

#all {
	background: url(../img/site-bg-tasse.png) 1050px 500px no-repeat;
	overflow: hidden;
	}
	
	
/*	
.header-pic3 {
	display: block;
	background-image: url(../img/foto/bild3-1.jpg);	
	}
	 
	.header-pic2.bgstyle2 {  }
	.header-pic2.bgstyle3 {  }
	.header-pic2.bgstyle4 {  }
	.header-pic2.bgstyle5 {  }
*/
	
	
/* - - - - - - - - - - - - - - - - - - - - 
		SIDEBAR
 - - - - - - - - - - - - - - - - - - - - */	
 
/** Calender als Zettel nach rechts schieben **/
.widget_calendar_upcoming {
	position: absolute;
	top: 30px;
	left: 1040px;
	padding: 5px 10px;
	float: left;
	width: 200px;

	-webkit-box-shadow: 5px 3px 3px 0px #000;
	box-shadow: 3px 3px 3px 0px #000; 	

	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);

	background: #f7dd4a; 
	background: -moz-linear-gradient(60deg,  #f7dd4a 50%, #fcf1b4 100%); 
	background: -webkit-linear-gradient(60deg,  #f7dd4a 50%,#fcf1b4 100%); 
	background: -o-linear-gradient(60deg,  #f7dd4a 50%,#fcf1b4 100%); 
	background: -ms-linear-gradient(60deg,  #f7dd4a 50%,#fcf1b4 100%); 
	background: linear-gradient(60deg,  #f7dd4a 50%,#fcf1b4 100%);	
	}


.widget_calendar_upcoming > ul > li {
   	list-style-type: none;
	border-bottom: 1px dotted #ffb400;
	margin-bottom: 2px;
	padding-bottom: 2px;
   	}


.widget_calendar_upcoming h3 {
	margin-top: 10px;
	}