@charset "UTF-8";
/* CSS Document */



#favorit_popup {
	height: 520px;
	width: 800px;
}
article {
	width: 800px;
	height: 500px;
	
	float: left;
	
}
.drehen {
	moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#favorit_table{
    
    margin: 2% 20%;
}
#favorit_table a {
    display: block;
    width: 100px;
    height: 35px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
	margin: 0 auto;
}
#favorit_table a {
    display: block;
    width: 120px;
    height: 35px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
	margin: 0 auto;
}
#img {
box-shadow: 10px 20px 30px grey;
}

