.youtubevideos a
 {
  display: block;
  margin-bottom: 0.9em;
 }
 

.youtubevideos 
{
	width:100%;

}
.youtubevideos a img
{
	border:1px solid #fff;
	width: 134px;
	height: 100px;
}

.youtubevideos a:hover img
{
	border:1px solid #ff0;
}

.youtubevideos td 
{
	text-align:center;
}

.left
{
	text-align:left;
}


.dotline
{
	background-image: url(../pics/site/punktlinie.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	margin-top:3px;
	margin-bottom:0.9em;
}


.youtubevideos .padding
{
/*	margin-bottom:0.9em; */
}